![]() |
Wifi unavailable - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: Wifi unavailable (/showthread.php?tid=8108) |
Wifi unavailable - Username Ace - 02-07-2022 I need assistance with connecting my laptop to the internet via Wifi. I recently installed Linux Lite on my computor from it's Ubuntu operating system. The wifi would connect properly without problem on it's previous operating, however, I cannot connect to the internet via wifi unless it's through the Ethernet cable. I ran this command "nmcli d" in the terminal which showed that through the Ethernet, I can access the internet, whilst the wifi status remains unavailable. I also ran this command "lshw -c network" so that I can figure out the hardware adapter, so that I can update the driver. But, it does not show the hardware name for the wifi adapter. Any assistance will help me out a lot. Re: Wifi unavailable - stevef - 02-07-2022 Some laptops have a switch/setting on the laptop that disables WiFi - could be accidentally active Have a look through the dmesg log for anything suspicious Search the internet for your laptop model spec If you tried Linux Lite from a live source (before installing) and the WiFi worked give that another try and determine hardware. Try using a live source of your previous OS or any other bootable USB/CD and determining your adapter type from there. Re: Wifi unavailable - stevef - 02-07-2022 Some BIOS/UEFI screens list the WiFi adapter. Laptop manual/documentation may have some FCC compliance data regarding the adapter which may give a clue Re: Wifi unavailable - firenice03 - 02-07-2022 [member=49552]Username Ace[/member] -- is this an internal or USB wifi adapter? May want to provide the output of the following commands for better assistance./ Code: sudo lshw -C network Re: Wifi unavailable - Username Ace - 02-08-2022 Thank you for the responses. I tried loading the previous OS using a disc. And the driver that I needed to update was "rlt8187." I followed this link to help me install the driver: "https://github.com/Dekadencee/rtl8187-Linux-Driver#readme." However, I do not know why the wifi still does not connect. Else, This is also what followed after inputting these commands: Code: Hardware Lister (lshw) - B.02.17 Code: Command: inxi -n Code: Command: sudo lsusb Code: Command: rfkill list all Re: Wifi unavailable - stevef - 02-08-2022 You got an odd result for lshw command. Try again with Code: sudo lshw -C network and post the results. Re: Wifi unavailable - firenice03 - 02-08-2022 I added the code flags to make things a little more viewable... As for the rtl8187... There are many folks with this same in use.. https://www.linuxliteos.com/hardware_results.php?q=RTL8187+#search_results The rfkill will show if the device is "blocked" as if switch is turned off - for internal Wi-Fi and Bluetooth typically. This being a USB... As for your system.. What OS version are you currently running. Code: uname -r What was the previous in that you mention "it worked" You could try "Install Drivers" to see if there is anything specific, BUT Not sure if the what you tried has any ill effects - as that GIT shows it 'worked' on Ubuntu 13 Re: Wifi unavailable - Username Ace - 02-08-2022 Code: [sudo lshw -c network] Code: [cat /etc/llver] Code: [sudo unam – r] The previous OS was Ubuntu 12.04 (32 bit). Re: Wifi unavailable - trinidad - 02-08-2022 https://cateee.net/lkddb/web-lkddb/RTL8187.html https://www.linuxliteos.com/download.php#current TC Re: Wifi unavailable - firenice03 - 02-08-2022 Sorry to inform that LL3.8 has reached the end of it support cycle. As such, LL3.8 was also the last version to support 32bit architecture. Please know that LL3.8 is no longer receiving any patches or updates - security or otherwise. |