Linux Lite Forums
Lost my wifi after update om ll2.0 - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=24)
+--- Thread: Lost my wifi after update om ll2.0 (/showthread.php?tid=743)

Pages: 1 2


Lost my wifi after update om ll2.0 - iwar - 08-17-2014

Yes i lost my wifi on the laptop after update it still works under win yes i have dual boot on a LG E500  win 7 and Linux Lite 2.0 help wanted. Ivar


Re: Lost my wifi after update om ll2.0 - iwar - 09-03-2014

strange! not a singel comment

Now i solved it i reinstalled the Linux lite and tryed update @ once! No prob
I dont have a clue what happend last time 


Re: Lost my wifi after update om ll2.0 - hardball45 - 09-16-2014

I have the same issue, twice so far I have had to reinstall to get it to work properly and have decided to go to a different distro until this issue is corrected.


Re: Lost my wifi after update om ll2.0 - mpig - 09-16-2014

I had the same problem after updated. When i typed dmesg | grep b43:

Code:
ERROR: Firmware file "b43/ucode15.fw" not found
ERROR: Firmware file "b43-open/ucode15.fw" not found

It fixed after i did this in terminal:

Code:
sudo apt-get install firmware-b43-installer



Re: Lost my wifi after update om ll2.0 - bitsnpcs - 09-16-2014

Good work mpig  Smile
This will be helpful/useful for others in the community in future, that may have this problem on a similar Broadcom card.



Re: Lost my wifi after update om ll2.0 - engineer - 09-16-2014

I also performed an install update and lost my wifi connection today.

I ran that script provided above and it did not solve the problem.
I hooked the computer up to the modem via Ethernet cable and updated the drivers and still no fix.    I need to go check on it and see what's going on.  It's in the other room..  more later.


Re: Lost my wifi after update om ll2.0 - bitsnpcs - 09-16-2014

(09-16-2014, 05:12 PM)engineer link Wrote: I also performed an install update and lost my wifi connection today.

I ran that script provided above and it did not solve the problem.
I hooked the computer up to the modem via Ethernet cable and updated the drivers and still no fix.    I need to go check on it and see what's going on.  It's in the other room..  more later.

Hello Engineer,
which wifi card and driver are you using ?




Re: Lost my wifi after update om ll2.0 - engineer - 09-16-2014

I am new to Lenux, where to I got find that information?  ???


Re: Lost my wifi after update om ll2.0 - engineer - 09-16-2014

Found it, Broadcom BCM 4318



Re: Lost my wifi after update om ll2.0 - engineer - 09-16-2014

$ sudo apt-get install b43-fwcutter
$ wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
$ tar xf broadcom-wl-4.150.10.5.tar.bz2
$ cd broadcom-wl-4.150.10.5/driver/
$ sudo b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o
$ sudo modprobe b43
$ sudo echo "b43" >> /etc/modules

I run this script and the machine get hung up on line 6 and does nothing.  Also, when I try and reboot, the machine never shuts off, the screen goes blank and it sets and spins until I manually turn it off.