LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-13-2023, 09:11 AM   #1
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Question Can't get wireless working on 2008 laptop (Acer Extensa 5220) running Debian 12 (worked on Debian 11).


Hi.

I expected the wifi to get sorted during install but no joy.

This worked for Debian 11, 10 and a few others: https://wiki.debian.org/wl#Broadcom_...vices_.28wl.29

I installed all the broadcom entries in Synaptic and rebooted, no change.

How can I the wireless going in Bookworm?

Thanks.
 
Old 10-13-2023, 01:02 PM   #2
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,506

Rep: Reputation: Disabled
Have you got 'non free firmware' in your sources list(?) - they separated out wifi, etc.
 
Old 10-14-2023, 02:24 AM   #3
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Quote:
Originally Posted by fatmac View Post
Have you got 'non free firmware' in your sources list(?) - they separated out wifi, etc.
Hi.

My sources list is:

Code:
deb http://deb.debian.org/debian/ bookworm main non-free-firmware
deb http://security.debian.org/debian-security/ bookworm-security main non-free-firmware
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
deb http://deb.debian.org/debian bookworm-backports main contrib non-free
 
Old 10-14-2023, 04:44 AM   #4
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,506

Rep: Reputation: Disabled
Maybe check that a module is being loaded...

Code:
lsmod | grep bcm
 
Old 10-14-2023, 06:02 AM   #5
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Quote:
Originally Posted by fatmac View Post
Maybe check that a module is being loaded...

Code:
lsmod | grep bcm
bcma 69632 1 b43
 
Old 10-14-2023, 06:48 AM   #6
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,506

Rep: Reputation: Disabled
There is another thing to check...
Code:
sudo rfkill list
&
Code:
sudo rfkill unblock all
Then, maybe, that is the wrong module; try inserting other bcm modules, to see if your wifi will work; then if it does, blacklist the one that was originally loaded by the system.

Otherwise, I can't think of anything else...

Last edited by fatmac; 10-14-2023 at 06:49 AM.
 
Old 10-14-2023, 08:06 AM   #7
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Quote:
Originally Posted by fatmac View Post
There is another thing to check...
Code:
sudo rfkill list
...
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
3: phy3: Wireless LAN
Soft blocked: no
Hard blocked: no
 
Old 10-15-2023, 04:02 AM   #8
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

My WiFi card is a Broadcom BCM94311MCG.
 
Old 10-15-2023, 08:19 AM   #9
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

I didn't have my sources configured properly - needed more contrib on the lines. Now the b43 packages are available.
 
Old 10-15-2023, 11:38 AM   #10
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
I ran these commands and all seems fine.

Code:
sudo apt install firmware-b43-installer
sudo modprobe b43
sudo reboot
 
Old 10-15-2023, 01:46 PM   #11
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,506

Rep: Reputation: Disabled
Glad you got it sorted out.
 
Old 10-16-2023, 01:23 AM   #12
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by fatmac View Post
Glad you got it sorted out.
Thank you.

I wonder if I should also do steps 2~7 here or if those are not needed for Bookworm.
 
Old 10-16-2023, 03:54 AM   #13
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,506

Rep: Reputation: Disabled
If it's working OK, I'd leave things as they are....
 
Old 10-16-2023, 04:04 AM   #14
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,731

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by fatmac View Post
If it's working OK, I'd leave things as they are....
The old proverb - If it ain't broke, don't fix it. ;-)
 
Old 11-08-2023, 02:26 PM   #15
pamela1
LQ Newbie
 
Registered: Nov 2023
Location: Pakistan
Posts: 1

Rep: Reputation: 1
Some laptops have physical switches or keyboard shortcuts to enable or disable wireless. Ensure that your laptop's wireless hardware is turned on. Look for a wireless switch on the sides or front of your laptop, or use the appropriate keyboard shortcut.
 
1 members found this post helpful.
  


Reply

Tags
drivers, laptop, wifi, wireless



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Phantomix 4.0.2 on Acer Extensa 5220 - how to install wireless? Dabekk Linux - Wireless Networking 1 11-09-2009 08:42 PM
Microphone not working on Acer Extensa 5220 AGazzaz Linux - Laptop and Netbook 6 05-31-2008 05:02 AM
Acer Extensa 5220 - external speakers... tenfoot Linux - Laptop and Netbook 1 04-15-2008 03:03 AM
wireless and modem connection on Acer Extensa 5220 AGazzaz Linux - Laptop and Netbook 5 02-01-2008 09:30 PM
Graphic driver for Acer Extensa 5220 on openSuse hondocz Linux - Laptop and Netbook 0 11-18-2007 11:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration