Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 28845  / 1 Year ago, sat, december 3, 2022, 7:08:28

I just updated my Ubuntu 12.10 today and it went fine and I was told to restart system and after I restart my WiFi stopped working. Mine is Broadcom BCM4312 card . It was working fine just before the update, I tried reinstalling driver from software sources and it didn’t work, it shows the proprietary driver in use but network manager doesn’t detect my WiFi card.


More From » updates

 Answers
1

I just fixed the issue, I found the kernel sources has not been installed which prevented from compiling the driver properly. So I installed kernel source for the current kernel from Synaptic then issued the following commands and my WiFi was instantly restored (like 3 or 5 seconds).



To install kernel headers and source:



 sudo apt-get install linux linux-headers-generic kernel-package

sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*

sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer bcmwl*


Then reboot.



This applies to BCM4312 only (My laptop is Lenovo g450)



For others can see this blog post, this might be useful for you.


[#34747] Sunday, December 4, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
herriail

Total Points: 11
Total Questions: 122
Total Answers: 118

Location: Peru
Member since Tue, Mar 16, 2021
3 Years ago
;