Open e3b0c442 opened 5 years ago
I tried rolling back to the 5.3.0-19 kernel and experienced the same issue. Currently on 5.0.0-32 with no problems.
Looks like this may be related: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1845716
Looks to be related to this kernel commit: https://github.com/torvalds/linux/commit/736706bee3298208343a76096370e4f6a5c55915
As demonstrated in that commit, I installed the bcmwl
source package, updated the get_ds()
calls to KERNEL_DS
, and rebuilt the package (there were two, one in wl_iw.c line 120, the other in wl_cfg_80211_hybrid.c line 453). The rebuilt package is working. I will work on figuring out how to contribute the patch back to upstream, but that may be easier for somebody who has already set up that infrastructure/relationship.
Distribution (run
cat /etc/os-release
): NAME="Pop!_OS" VERSION="18.04 LTS" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Pop!_OS 18.04 LTS" VERSION_ID="18.04" HOME_URL="https://system76.com/pop" SUPPORT_URL="http://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic nRelated Application and/or Package Version (run
apt policy $PACKAGE NAME
): bcmwl-kernel-source: Installed: 6.30.223.271+bdcom-0ubuntu4 Candidate: 6.30.223.271+bdcom-0ubuntu4 Version table: *** 6.30.223.271+bdcom-0ubuntu4 500 500 http://us.archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages 100 /var/lib/dpkg/statusIssue/Bug Description: DKMS recompile fails on kernel upgrade. Logs:
Steps to reproduce (if you know):
sudo dkms autoinstall
withbcmwl-kernel-source
package andlinux-headers-5.3.-20-generic
packageExpected behavior: Module compiles without issue
Other Notes: