I just removed ubuntu-desktop from my Ubuntu Desktop install with tasksel to clear up some storage space since I don't use the desktop anymore, but during the process my wifi stopped working and the device no longer shows in ifconfig or iwconfig.
My device is a Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
When running lshw -C network, it shows up as UNCLAIMED.
When running a live Ubuntu Desktop disk it identified the network device and allows me to connect with no issues and I was able to chroot into my main install and update things from there.
This device no longer has internet access, but I can transfer debs/files from another pc if necessary.
How would I restore the device and allow it to connect to wifi again?
lspci -nnk | grep 0280 -A3Also:sudo modprobe rtl8188ee && dmesg | grep rtlWelcome to Ask Ubuntu. – chili555 Mar 18 '20 at 20:56uname -r– chili555 Mar 18 '20 at 22:125.3.0-40-generic– jaquiviu marcel Mar 18 '20 at 22:20ls -al /lib/modules/5.3.0-40-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/rtl8188ee.koAs well as:sudo modprobe /lib/modules/5.3.0-40-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/rtl8188ee.koAlso:dmesg | grep rtlVery interesting problem! – chili555 Mar 18 '20 at 22:31/lib/modules/5.3.0-40-generic/kernel/drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko,-rw-r--r-- 1 root root 135056 Mar 18 10:40The modprobe command failed,
module not found in directory /lib/modules/5.3.0-40-genericThe dmesg command found nothing
– jaquiviu marcel Mar 18 '20 at 22:35sudo updatedb && locate rtlwifi | grep 8188eeAnd:locate rtl8188ee.ko– chili555 Mar 18 '20 at 23:52cd ~/rtlwifi_newor similar and then do:sudo make uninstalland reboot. Any improvement? – chili555 Mar 19 '20 at 01:54