LMDE5 can't deal with wifi Broadcom

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
NoHo Hank
Level 5
Level 5
Posts: 564
Joined: Wed Jun 29, 2022 6:03 am

LMDE5 can't deal with wifi Broadcom

Post by NoHo Hank »

Dualboot on old Dell laptop. On LM21 xfce wifi is working. On LMDE5 it is not, it just isn't able to connect.
Both OS work on wire.
Tried:

Code: Select all

mint@mint:~$ iwconfig
lo        no wireless extensions.
enp9s0    no wireless extensions.
wlp12s0   IEEE 802.11  ESSID:xxx  
          Mode:Managed  Frequency:2.437 GHz  Access Point: D4:3D:F3:C2:04:1D   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on       
mint@mint:~$ 

Code: Select all

mint@mint:~$ lspci -nn -d 14e4:
0c:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
mint@mint:~$ 
Last edited by LockBot on Mon Oct 09, 2023 10:00 pm, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Demand technology that serves us - https://peoplevsbig.tech/
None of Your Business https://noyb.eu/en
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: LMDE5 can't deal with wifi Broadcom

Post by JeremyB »

Any result on LMDE for

Code: Select all

dmesg | egrep -i 'b43|firm'
I am not sure how LMDE handles installing the Broadcom firmware that the b43 driver needs and if you are booting the ISO it makes the firmware issue a bit difficult as a few drivers need to be unloaded and reloaded after firmware is installed
User avatar
NoHo Hank
Level 5
Level 5
Posts: 564
Joined: Wed Jun 29, 2022 6:03 am

Re: LMDE5 can't deal with wifi Broadcom

Post by NoHo Hank »

JeremyB wrote: Sun Apr 09, 2023 7:25 pm result on LMDE for

Code: Select all

dmesg | egrep -i 'b43|firm'

Code: Select all

x@y:~$ dmesg | egrep -i 'b43|firm'
[    0.615003] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.737707] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    3.052245] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[    3.418491] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/RV710_pfp.bin
[    3.418527] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/RV710_me.bin
[    3.418549] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/R700_rlc.bin
[    3.418581] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/RV710_smc.bin
[    3.420897] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/RV710_uvd.bin
[    9.202336] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[    9.203073] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
x@y:~$ 
Demand technology that serves us - https://peoplevsbig.tech/
None of Your Business https://noyb.eu/en
jwiz
Level 4
Level 4
Posts: 347
Joined: Tue Dec 20, 2016 6:59 am

Re: LMDE5 can't deal with wifi Broadcom

Post by jwiz »

sudo apt install firmware-b43-installer
User avatar
MiZoG
Level 8
Level 8
Posts: 2395
Joined: Fri Jan 26, 2018 8:30 pm
Location: Athens, Greece

Re: LMDE5 can't deal with wifi Broadcom

Post by MiZoG »

Relevant Debian wiki entries:

bcm43xx

wl - non-free driver <-- non-free software sources, kernel headers etc are all configured/installed by default in LMDE so dismiss those parts.
User avatar
NoHo Hank
Level 5
Level 5
Posts: 564
Joined: Wed Jun 29, 2022 6:03 am

Re: LMDE5 can't deal with wifi Broadcom

Post by NoHo Hank »

jwiz wrote: Mon Apr 10, 2023 5:16 am sudo apt install firmware-b43-installer
Sadly it doesn't change a thing. No wifi signal is received. Normally there are at least 10 wifi signals shown.
Demand technology that serves us - https://peoplevsbig.tech/
None of Your Business https://noyb.eu/en
jwiz
Level 4
Level 4
Posts: 347
Joined: Tue Dec 20, 2016 6:59 am

Re: LMDE5 can't deal with wifi Broadcom

Post by jwiz »

Try a sudo dpkg-reconfigure firmware-b43-installer and see what it gets you.
Hawaiihemd
Level 4
Level 4
Posts: 409
Joined: Fri Sep 25, 2020 12:42 pm

Re: LMDE5 can't deal with wifi Broadcom

Post by Hawaiihemd »

With my system I had to remove a blacklisting to get the broadcom WiFi to work. I'm not at the machine right now so I can not check which file I edited, maybe it was /etc/modprobe.d/blacklist.conf but I'm not sure.
I could check later today if needed.

Edit:
Out of curiosity I checked anyway.
For my bcm4311 WiFi card I commented-out the line blacklist b43 in the file /etc/modprobe.d/broadcom-sta-dkms.conf.
Maybe with your setup it is similar...
Locked

Return to “Networking”