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

 

 

 

[Networking] [Solved] Wifi disappeared on Dell 630

Need help with peripherals or devices?
Post Reply
Message
Author
bobhund
Posts: 3
Joined: 2024-04-24 01:49

[Networking] [Solved] Wifi disappeared on Dell 630

#1 Post by bobhund »

I have an old Del 630. It has allways worked out of the box with Debian. However after installing bookworm it was able to connect to the wifi, but not getting internet.

Determining it was a broadcom wifi adapter I followed this guide https://wiki.debian.org/wl

However doing this I somehow managed to complete turn wifi off. Now there is only ethernet in the networkmanager.

Can I turn the wifi on again?

Thanks
Last edited by bobhund on 2024-04-25 09:16, edited 1 time in total.

bobhund
Posts: 3
Joined: 2024-04-24 01:49

Re: [Networking] wifi disapeered

#2 Post by bobhund »

I have detected there is no driver installed. My wifi is bcm4311. It as far as I understand described here https://wiki.debian.org/bcm43xx. However it is described as working with Debian Stretch. Can I make it work with Debian bookworm?

Aki
Global Moderator
Global Moderator
Posts: 3082
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 76 times
Been thanked: 418 times

Re: [Networking] wifi disapeered

#3 Post by Aki »

Hello,

What is the output of the following command ?

Code: Select all

lspci -vnn -d ::02xx
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

bobhund
Posts: 3
Joined: 2024-04-24 01:49

Re: [Networking] wifi disapeered

#4 Post by bobhund »

I found this solution:

sudo rfkill unblock all
sudo apt purge firmware-b43-installer
sudo apt update
sudo apt install firmware-b43-installer
sudo apt reinstall firmware-b43-installer
sudo modprobe -r b43
sudo modprobe b43

It makes it work.

Aki
Global Moderator
Global Moderator
Posts: 3082
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 76 times
Been thanked: 418 times

Re: [Networking] wifi disapeered

#5 Post by Aki »

bobhund wrote: 2024-04-25 09:15 I found this solution:

Code: Select all

sudo rfkill unblock all
sudo apt purge firmware-b43-installer
sudo apt update
sudo apt install firmware-b43-installer
sudo apt reinstall firmware-b43-installer
sudo modprobe -r b43
sudo modprobe b43
It makes it work.
Thanks for reporting back.

I'm glad you sorted it out. :)

I updated the subject of the first post to add a reference to the involved hardware and moved the post to the "Hardware" sub-forum.

Happy Debian !
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Post Reply