no wi-fi on MB

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
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

no wi-fi on MB

Post by freshtamatic »

Hi everyone.
I had a Macbook 2008 that was runninmg Manjaro XFCE rather well.
I upgraded its HDD to a Sandisk SSD, that with the 4GB RAM made me confident to try Linux Cinnamon.
I've run into a wi-fi problwm, or the lack of it If you will.
It works fine with ethernet, with wi-fi it sees nothing.
Any magical fixes from you guys?
TIA!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13878
Joined: Fri Feb 21, 2014 8:17 am

Re: no wi-fi on MB

Post by JeremyB »

No magic, but post results from terminal for

Code: Select all

lspci -nnk | grep -iA3 net
And I might have some ideas
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

Re: no wi-fi on MB

Post by freshtamatic »

sudo lspci -nnk | grep -iA3 net
02:00.0 Network controller [0280]: Broadcom Limited BCM4321 802.11a/b/g/n [14e4:4328] (rev 03)
Subsystem: Apple Inc. AirPort Extreme [106b:0088]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
03:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8058 PCI-E Gigabit Ethernet Controller [11ab:436a] (rev 13)
Subsystem: Marvell Technology Group Ltd. Imac 8,1 Wired Ethernet Adapter [11ab:00ba]
Kernel driver in use: sky2
Kernel modules: sky2
04:03.0 FireWire (IEEE 1394) [0c00]: LSI Corporation FW322/323 [TrueFire] 1394a Controller [11c1:5811] (rev 61)
mint@mint:~$ lspci -nnk | grep -iA3 net
JeremyB
Level 21
Level 21
Posts: 13878
Joined: Fri Feb 21, 2014 8:17 am

Re: no wi-fi on MB

Post by JeremyB »

Try in terminal

Code: Select all

sudo apt update && sudo apt install firmware-b43-installer
Then reboot, see if it works
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

Re: no wi-fi on MB

Post by freshtamatic »

Jeremy, I am still trying. Boot times have gone to 1/3 of the speeds I was getting with Apple's HDD. I just bought the SSD today, so I can't understand it.
As soon as I have the results, I will update you.
Thanks!
Locked

Return to “Networking”