Hello all,
I will used this post as it is really close to my issue and, as I went through it, I think you need some background about what I did.
I actually have a “old” laptop (Dell M4600 Precision) and I wanted to use it in my workshop just for videos and music. First I installed Kali Linux and it was working rather fine excepted the recurring updates. Then I decided to go fully open-source and I decided to go to PureOS but after the first installation I had issue with the Wifi board.
After a few check related to the proprietary firmware, I thought that it was maybe “too much” to get the internet working and decided, one more time, to switch to another lighter distro Lubuntu. But I also got the same issue with the Wifi board. I was finally thinking that the problem was coming from the hardware and reinstall Kali … and Wifi works!
One more time I decided to make the step towards PureOs and found this thread. I followed all the steps but I have a few issues when I want to install the Broadcom deb package.
When I run sudo dpkg -i ~/Downloads/broadcom-sta-dkms_6.30.223.271-10_all.deb
, I have an error message
Building initial module for 5.10.0-9-amd64 Error! Bad return status for module build on kernel: 5.10.0-9-amd64 (x86_64) Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information. dpkg: error processing package broadcom-sta-dkms (--install): installed broadcom-sta-dkms package post-installation script subprocess returned error exit status 10 Errors were encountered while processing: broadcom-sta-dkms
Afterwards, I was looking to perform the following sudo apt install dkms
but another error occured
Reading package lists... Done Building dependency tree... Done Reading state information... Done dkms is already the newest version (2.8.4-3). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up broadcom-sta-dkms (6.30.223.271-10) ... Removing old broadcom-sta-6.30.223.271 DKMS files... Deleting module version: 6.30.223.271 completely from the DKMS tree. Done. Loading new broadcom-sta-6.30.223.271 DKMS files... Building for 5.10.0-9-amd64 Building initial module for 5.10.0-9-amd64 Error! Bad return status for module build on kernel: 5.10.0-9-amd64 (x86_64) Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information. dpkg: error processing package broadcom-sta-dkms (--configure): installed broadcom-sta-dkms package post-installation script subprocess returned error exit status 10 Errors were encountered while processing: broadcom-sta-dkms E: Sub-process /usr/bin/dpkg returned an error code (1)
Finally, I wanted to give a try with sudo apt --fix-broken install
but another error occured Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up broadcom-sta-dkms (6.30.223.271-10) ... Removing old broadcom-sta-6.30.223.271 DKMS files... Deleting module version: 6.30.223.271 completely from the DKMS tree. Done. Loading new broadcom-sta-6.30.223.271 DKMS files... Building for 5.10.0-9-amd64 Building initial module for 5.10.0-9-amd64 Error! Bad return status for module build on kernel: 5.10.0-9-amd64 (x86_64) Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more informat ion. dpkg: error processing package broadcom-sta-dkms (--configure): installed broadcom-sta-dkms package post-installation script subprocess returne d error exit status 10 Errors were encountered while processing: broadcom-sta-dkms E: Sub-process /usr/bin/dpkg returned an error code (1)
I understand it is rather long to read but I prefer to give some contexts about this. I fully understand the kind of dichotomy between using proprietary firmware on an open-source OS but … I did not choose the hardware
If you have any idea for me, I will take it and in the meantime, I wish you all a nice week.
AN