Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 20772  / 2 Years ago, mon, october 17, 2022, 2:29:12

I've been at this for 3 hours and I can't figure out why it's not working! I successfully got the installer installed, but when I check for the firmware it says it's not there. My wireless device's PCI.ID is 14e4:4318 rev 02 and I cannot connect via ethernet cable. So I have to transfer the files to install.



There's conflicting instructions and I can't wrap my head around what's what now. I am a newbie and this is my first time with Ubuntu as well so that's likely what's wrong here! But anyway I'm going to reinstall Ubuntu fresh and try again.



Is there any good newibie instructions I can follow to get my wireless card working?



EDIT



Ran the command to check the drivers and it came back with this:



[   20.894855] b43-phy0: Broadcom 4318 WLAN found (core revision 9) 
[ 20.957474] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
[ 21.034511] b43 ssb0:0: Direct firmware load failed with error -2
[ 21.034518] b43 ssb0:0: Falling back to user helper
[ 22.271586] b43 ssb0:0: Direct firmware load failed with error -2
[ 22.271592] b43 ssb0:0: Falling back to user helper
[ 22.477077] b43 ssb0:0: Direct firmware load failed with error -2
[ 22.477084] b43 ssb0:0: Falling back to user helper
[ 22.481364] b43 ssb0:0: Direct firmware load failed with error -2
[ 22.481370] b43 ssb0:0: Falling back to user helper
[ 22.488736] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 22.488742] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[ 22.488745] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.


It also says it is not soft blocked and not hard blocked.


More From » wireless

 Answers
6

Please download this file and transfer it to the desktop: http://mirrors.kernel.org/ubuntu/pool/multiverse/l/linux-firmware-nonfree/linux-firmware-nonfree_1.14ubuntu1_all.deb
Now, open a terminal and do:



sudo dpkg -i ~/Desktop/linux-firmware*.deb
sudo modprobe -r b43 && sudo modprobe b43


Your wireless should now be working. If it is not, please edit your question to add some diagnostics:



dmesg | grep -e b43 -e wlan
rfkill list all

[#23764] Tuesday, October 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
coffekne

Total Points: 114
Total Questions: 122
Total Answers: 126

Location: Mauritania
Member since Sun, Oct 17, 2021
3 Years ago
;