Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] wireless card can't find networks

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
HanSoli
Posts: 2
Joined: 2024-03-25 16:46

[Solved] wireless card can't find networks

#1 Post by HanSoli »

Hello everyone,
Yesterday I installed debian 12 on my old macbook pro (2009)
During the installation I received the message "Missing files are: b43-open/ucode16_mimo.fw e b43/ucode16_mimo.fw"
Anyway, I continue with the installation and after that, I couldn't see the wifi toggle so I connected the pc with ethernet and I follow this guide to install broadcom firmware: https://wiki.debian.org/wl

After the installation of the drivers the wifi toggle appeared but the problem is that wifi can't find networks (where I live there are at least 10 wifi-networks)
If it's useful the command iwconfig returns:

Code: Select all

lo        no wireless extensions.

enp3s0    no wireless extensions.

wlp2s0    IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=23 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
Now I don't know what to do. Maybe I installed the wrong drivers?
Can anyone help?

I'm a very beginner, so be patient...
Sorry for the english.
Thank you in advance.
Last edited by HanSoli on 2024-03-25 20:16, edited 1 time in total.

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2044
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 151 times
Been thanked: 212 times

Re: wireless card can't find networks

#2 Post by Hallvor »

I have not had a Broadcom in many years, but my money would be on this:

Code: Select all

$ sudo apt install firmware-b43-installer
or (if you made a root account during install):

Code: Select all

$ su -
Enter root password

Then finally:

Code: Select all

# apt install firmware-b43-installer
And reboot.
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

HanSoli
Posts: 2
Joined: 2024-03-25 16:46

Re: wireless card can't find networks

#3 Post by HanSoli »

ok, I ran the code and reboot.
After the reboot the wifi didn't work for about 2 hours.
After that time, now the wifi works perfectly.

Thank you Hallvor!!!

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2044
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 151 times
Been thanked: 212 times

Re: [Solved] wireless card can't find networks

#4 Post by Hallvor »

I'm glad it worked. Enjoy Debian!
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

Post Reply