I'm trying to install a WiFi driver on my new installation of Zorin OS 18 Core but get error messages.
Additional drivers:
Error message:
I am able to install the drivers on this same computer running LimeOS.
Any suggestions? Thanks, Doug
I'm trying to install a WiFi driver on my new installation of Zorin OS 18 Core but get error messages.
Additional drivers:
Error message:
I am able to install the drivers on this same computer running LimeOS.
Any suggestions? Thanks, Doug
In terminal, can you please show the verbose output of
sudo apt install broadcom-sta-dkms
I bet it will complain about the 6.x kernel...
This is the output from the command with -v:
doug@doug-MacBookPro:~$ sudo apt install broadcom-sta-dkms -v
apt 2.8.3 (amd64)
This is the output without the -v (verbose):
doug@doug-MacBookPro:~$ sudo apt install broadcom-sta-dkms
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
dkms
Suggested packages:
menu
The following NEW packages will be installed:
broadcom-sta-dkms dkms
0 upgraded, 2 newly installed, 0 to remove and 34 not upgraded.
Need to get 0 B/2,534 kB of archives.
After this operation, 14.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package dkms.
(Reading database ... 289651 files and directories currently installed.)
Preparing to unpack .../dkms_3.0.11-1ubuntu13_all.deb ...
Unpacking dkms (3.0.11-1ubuntu13) ...
Selecting previously unselected package broadcom-sta-dkms.
Preparing to unpack .../broadcom-sta-dkms_6.30.223.271-23ubuntu1.2+zorin1_all.d
eb ...
Unpacking broadcom-sta-dkms (6.30.223.271-23ubuntu1.2+zorin1) ...
Setting up dkms (3.0.11-1ubuntu13) ...
Setting up broadcom-sta-dkms (6.30.223.271-23ubuntu1.2+zorin1) ...
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.17.0-14-generic
Building initial module for 6.17.0-14-generic
Done.
wl.ko.zst:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/6.17.0-14-generic/updates/dkms/
depmod...
Processing triggers for man-db (2.12.0-4build2) ...
Now I'll reboot to see if WiFi appears...
After rebooting still no WiFi.
What is your terminal output for
lspci -nnk | grep -A3 -i network
I think I've got it working. I found this article on AskUnbuntu and went through it step-by-step and works now. My particular laptop is a 2013 Macbook Pro now repurposed to try out various Linux distros. I'm glad we solved the problem; this is my favourite so far.
Thanks, Doug
Wow.
We were focusing only on the broadcom-sta driver, because that is what the system reported... we did not think to try firmware-b43-installer...
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.