![]() |
Reinstalling LL after losing wifi due to installing updates - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: Reinstalling LL after losing wifi due to installing updates (/showthread.php?tid=958) |
Re: Reinstalling LL after losing wifi due to installing updates - AZ - 10-08-2014 I attached the ethernet cable, entered the four commands posted by bitsnpcs, removed the ethernet cable (hooked up the wifi) & rebooted and still had no wifi. I tried entering the four commands again and still no wifi. Any ideas. Thanks. AZ Re: Reinstalling LL after losing wifi due to installing updates - anon222 - 10-08-2014 Lets see what PCI ID you have for that wireless Code: lspci -nn -d 14e4: Re: Reinstalling LL after losing wifi due to installing updates - AZ - 10-08-2014 Below are the results from the command: lspci -nn -d 14e4:, gary@gary-Presario-V5000-RG324UA-ABA:~$ lspci -nn -d 14e4: 06:02.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02) Re: Reinstalling LL after losing wifi due to installing updates - anon222 - 10-08-2014 [14e4:4318] (rev 02) remove any of the packages you previously installed for that wifi and install this Code: sudo apt-get install firmware-b43-installer Re: Reinstalling LL after losing wifi due to installing updates - AZ - 10-09-2014 Thank you very much misko_2083. I installed the code and I'm now able to get on the internet with a wireless connection. AZ Re: Reinstalling LL after losing wifi due to installing updates - bobw - 10-09-2014 I'm experiencing a similar problem today. I already have 64-bit LL2.0 on a PC, and today I have installed the 32-bit version on an elderly Dell Inspiron 1525 laptop as a dual-boot with Windows Vista. At first the wireless connection was working OK with the installed LL (I succeeded in synching my Google & LastPass accounts), then it stopped working. The wireless connection still works in Windows and when I boot from the LL CD. I've followed the instructions in Post #2 from gold_finger, and the results of the inxi -nz command, in the installed LL, are: Network: Card-1: Broadcom BCM4311 802.11a/b/g driver: wl IF: N/A state: N/A mac: N/A Card-2: Marvell 88E8040 PCI-E Fast Ethernet Controller driver: sky2 IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter> The command "lspci -nn -d 14e4:" suggested by misko_2083 returns no result. I have also installed the firmware-b43-installer as per Misko_2083's Post #13, and rebooted without the ethernet cable, but the wireless connection still doesn't work. Incidentally, if I need to reinstall, could I use the 64-bit LL2.0? There is a system report attached - it suggests that the CPU has 32-bit and 64-bit operating modes. [attachment deleted by admin, more than 25 days old] Re: Reinstalling LL after losing wifi due to installing updates - bobw - 10-09-2014 Regarding my final question, I've now established that it is a 32-bit machine. Re: Reinstalling LL after losing wifi due to installing updates - rokytnji - 10-09-2014 Just some more info to read for you broadcom chip users. https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx Since Linux-Lite 2.0 is based on Ubuntu 14.04 It explains that the wl driver is the proprietary broadcom driver and b43 is the open source driver. Confusing I know. But that is broadcoms fault, (just my opinion). For the b43 open source : Quote:Note: Not all PCI-ID's and/or modes are supported. So pcid with broadcom is a must. Seems like all broadcom chips are not created equal. You should though just be able to get your 4311 working. Just some other colored hoops broadcom wants you to jump through is all. And they do make it hard. Re: Reinstalling LL after losing wifi due to installing updates - anon222 - 10-09-2014 bobw, Code: sudo apt-get update Code: sudo update-pciids Code: lspci -nn -d 14e4: 14e4:4311 then you'll have to remove the existing drivers Code: sudo apt-get purge bcmwl-kernel-source firmware-b43-installer Code: sudo apt-get install linux-firmware-nonfree Broadcom drivers are a mess ![]() Re: Reinstalling LL after losing wifi due to installing updates - bobw - 10-09-2014 Thanks misko_2083. Response to the 3rd command is: 0b:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312] (rev 01) So it's 14e4:4312, rather than 14e4:4311. Should I now omit the 4th command and proceed to the 5th? |