I have a brand new Desktop that I have a dual booted between Windows and Ubuntu. Every time I boot into Ubuntu, it says no Wifi adapter found even though I have my USB wifi adapter plugged in. I have to unplug it and replug it for Ubuntu to detect it.
I don't face the same issue in Windows.
Edit: Wireless-info outputs.
Before unplugging the adapter: https://pastebin.com/V0hg8mv8
After plugging the adapter back in: https://pastebin.com/agdppKyc
journalctl --follow /usr/sbin/NetworkManager
while you plug/unplug/plug will show you interesting messages. – waltinator Feb 18 '19 at 03:46This is the only error looking error message I see!
– Aditya Feb 18 '19 at 05:32lsusb
does not show any wifi adapter to be connected. so the questions are why and how to workaround or fix. I dont know why, and how to fix it, but as a workaround could be a script to enforce usb-detection. i dont know how to do that, i just found a webpage that wants to explain that, but i am not sure if this will work with the wifi-adapter too. http://tuxtweaks.com/2008/12/create-a-button-to-restart-usb-in-ubuntu/ – AlexOnLinux Feb 18 '19 at 12:25