driver

Issues related to hardware problems
User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: driver

Post by TrevorH » 2019/06/21 14:55:06

Show the contents of all files that match /etc/sysconfig/network-scripts/ifcfg-*
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
jlehtone
Posts: 4531
Joined: 2007/12/11 08:17:33
Location: Finland

Re: driver

Post by jlehtone » 2019/06/21 15:22:19

I did not see the output of

Code: Select all

sudo systemctl status NetworkManager.service
and forgot to ask for

Code: Select all

ip li
The latter should show more devices than just 'lo' and 'virbr0'.

If you had NetworkManager running, then you could see also:

Code: Select all

nmcli d s

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/24 10:22:02

any one can help

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: driver

Post by TrevorH » 2019/06/24 14:53:08

When you supply the various bits of information that have been requested of you, perhaps someone can help. Until then, no.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/26 09:11:38

thanks everyone
#sudo systemctl start NetworkManager.services
that worked for me
actually some mistakes am done
sorry for that and am apologizing.
everything fine now thnk u thank u alll
Annotation 2019-06-26 143937.jpg
Annotation 2019-06-26 143937.jpg (42.15 KiB) Viewed 2225 times
Annotation 2019-06-26 144027.jpg
Annotation 2019-06-26 144027.jpg (46.01 KiB) Viewed 2225 times

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/26 09:13:16

thank for support :)

User avatar
jlehtone
Posts: 4531
Joined: 2007/12/11 08:17:33
Location: Finland

Re: driver

Post by jlehtone » 2019/06/26 12:23:32

You have started the service for this session.
If you want the service to automatically start on every boot, then you have to enable it:

Code: Select all

sudo systemctl enable NetworkManager.services

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/26 12:43:13

okay
thanks bro

Post Reply