Wifi mysteriously stopped working???

Issues related to configuring your network
justindwalker87
Posts: 24
Joined: 2020/02/05 17:00:47

Wifi mysteriously stopped working???

Post by justindwalker87 » 2020/02/13 06:30:21

Hello, I am new to linux and recently got a wifi adapter. The internet was working just fine last time I used CentOS. Now it is not recognizing my wifi adapter. Is there something I can do?

justindwalker87
Posts: 24
Joined: 2020/02/05 17:00:47

Re: Wifi mysteriously stopped working???

Post by justindwalker87 » 2020/02/13 06:35:19

ubuntu recognizes it just fine

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Wifi mysteriously stopped working???

Post by hunter86_bg » 2020/02/14 14:13:26

Ia it a usb pluggable dongle or a pci-based one?
Run either:

Code: Select all

lsusb -vvv
or

Code: Select all

lspci -vvv

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

Re: Wifi mysteriously stopped working???

Post by TrevorH » 2020/02/14 14:28:22

Did you have to do anything to make it work in the first place? Did you then run yum update (dnf update) and install a newer kernel?
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

justindwalker87
Posts: 24
Joined: 2020/02/05 17:00:47

Re: Wifi mysteriously stopped working???

Post by justindwalker87 » 2020/02/15 13:27:31

hunter86_bg wrote:
2020/02/14 14:13:26
Ia it a usb pluggable dongle or a pci-based one?
Run either:

Code: Select all

lsusb -vvv
or

Code: Select all

lspci -vvv
Pluggable usb, tried the lsusb -vvv and no wifi adapter found

justindwalker87
Posts: 24
Joined: 2020/02/05 17:00:47

Re: Wifi mysteriously stopped working???

Post by justindwalker87 » 2020/02/15 13:28:07

TrevorH wrote:
2020/02/14 14:28:22
Did you have to do anything to make it work in the first place? Did you then run yum update (dnf update) and install a newer kernel?
I had to install the Oracle Virtual Box extensions to get it to work originally

justindwalker87
Posts: 24
Joined: 2020/02/05 17:00:47

Re: Wifi mysteriously stopped working???

Post by justindwalker87 » 2020/02/15 13:29:20

TrevorH, thank you sincerely for your answers and patience! You're helping me start a career change

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

Re: Wifi mysteriously stopped working???

Post by TrevorH » 2020/02/15 14:19:14

Right, so those are built against the running kernel and if you do a kernel update (which you should do when yum update offers one for you) then those will need to be reinstalled and rebuilt against the new kernel.

It's also an unusual way to use a wifi adapter, normally they're used on the host machine and then that network is shared by the host with all the guests. That then appears as a wired interface to the guest and uses one of the drivers that's supplied as part of the kernel and nothing needs rebuilding.
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

justindwalker87
Posts: 24
Joined: 2020/02/05 17:00:47

Re: Wifi mysteriously stopped working???

Post by justindwalker87 » 2020/02/16 01:55:17

Is there a command I need to type in? Or is it something I should download for virtual box? Any reason why it might not be running the normal way which you mentioned?

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

Re: Wifi mysteriously stopped working???

Post by TrevorH » 2020/02/16 02:02:28

Is it actually showing as a wireless adapter in your virtualbox VM? As I say, normally you install a wireless adapter on the host operating system and then virtualbox gives the guest what appears to it to be a wired connection. Is that not how you had it set up before?
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

Post Reply