Your message dated Tue, 27 Dec 2022 16:04:33 +0000
with message-id <[email protected]>
and subject line Bug#1023843: fixed in broadcom-sta 6.30.223.271-23
has caused the Debian Bug report #1023843,
regarding broadcom-sta-dkms: broadcom wl module fails to load and compile on
6th kernel (no wifi)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1023843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023843
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: broadcom-sta-dkms
Version: 6.30.223.271-17
Severity: important
X-Debbugs-Cc: [email protected]
Dear Maintainer,
Trying to use WiFi on kernel 6.0.0-3 on debian sid. However,
```
dpkg-reconfigure broadcom-sta-dkms
```
Prints the following
-------------------------- log starts
```
Deprecated feature: REMAKE_INITRD
(/var/lib/dkms/broadcom-sta/6.30.223.271/source/dkms.conf)
Deprecated feature: REMAKE_INITRD
(/var/lib/dkms/broadcom-sta/6.30.223.271/source/dkms.conf)
Deprecated feature: REMAKE_INITRD
(/var/lib/dkms/broadcom-sta/6.30.223.271/source/dkms.conf)
Module broadcom-sta-6.30.223.271 for kernel 5.10.0-18-amd64 (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.
wl.ko:
- Uninstallation
- Deleting from: /lib/modules/5.10.0-18-amd64/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod...
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
Loading new broadcom-sta-6.30.223.271 DKMS files...
Deprecated feature: REMAKE_INITRD (/usr/src/broadcom-sta-6.30.223.271/dkms.conf)
Building for 5.10.0-18-amd64 6.0.0-3-amd64
Building initial module for 5.10.0-18-amd64
Deprecated feature: REMAKE_INITRD
(/var/lib/dkms/broadcom-sta/6.30.223.271/source/dkms.conf)
Done.
Deprecated feature: REMAKE_INITRD
(/var/lib/dkms/broadcom-sta/6.30.223.271/source/dkms.conf)
Deprecated feature: REMAKE_INITRD
(/var/lib/dkms/broadcom-sta/6.30.223.271/source/dkms.conf)
wl.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.10.0-18-amd64/updates/dkms/
depmod...
Building initial module for 6.0.0-3-amd64
Deprecated feature: REMAKE_INITRD
(/var/lib/dkms/broadcom-sta/6.30.223.271/source/dkms.conf)
Error! Bad return status for module build on kernel: 6.0.0-3-amd64 (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more
information.
```
---------------------------- log ends
The profuced report is the following:
---------------------------- log starts
```
DKMS make.log for broadcom-sta-6.30.223.271 for kernel 6.0.0-3-amd64 (x86_64)
Fri 11 Nov 11:53:51 MSK 2022
CFG80211 API is prefered for this kernel version
Makefile:89: Neither CFG80211 nor Wireless Extension is enabled in kernel
KBUILD_NOPEDANTIC=1 make -C /lib/modules/6.0.0-3-amd64/build M=`pwd`
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
make[1]: Entering directory '/usr/src/linux-headers-6.0.0-3-amd64'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
Kernel architecture is X86_64
CC [M] /var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.o
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c: In
function ‘osl_dma_alloc_consistent’:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:603:14:
error: implicit declaration of function ‘pci_alloc_consistent’; did you mean
‘osl_dma_alloc_consistent’? [-Werror=implicit-function-declaration]
603 | va = pci_alloc_consistent(osh->pdev, size, (dma_addr_t*)pap);
| ^~~~~~~~~~~~~~~~~~~~
| osl_dma_alloc_consistent
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:603:12:
warning: assignment to ‘void *’ from ‘int’ makes pointer from integer without a
cast [-Wint-conversion]
603 | va = pci_alloc_consistent(osh->pdev, size, (dma_addr_t*)pap);
| ^
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c: In
function ‘osl_dma_free_consistent’:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:616:9:
error: implicit declaration of function ‘pci_free_consistent’; did you mean
‘osl_dma_free_consistent’? [-Werror=implicit-function-declaration]
616 | pci_free_consistent(osh->pdev, size, va, (dma_addr_t)pa);
| ^~~~~~~~~~~~~~~~~~~
| osl_dma_free_consistent
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c: In
function ‘osl_dma_map’:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:626:38:
error: ‘PCI_DMA_TODEVICE’ undeclared (first use in this function); did you mean
‘DMA_TO_DEVICE’?
626 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE:
PCI_DMA_FROMDEVICE;
| ^~~~~~~~~~~~~~~~
| DMA_TO_DEVICE
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:626:38:
note: each undeclared identifier is reported only once for each function it
appears in
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:626:56:
error: ‘PCI_DMA_FROMDEVICE’ undeclared (first use in this function); did you
mean ‘DMA_FROM_DEVICE’?
626 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE:
PCI_DMA_FROMDEVICE;
|
^~~~~~~~~~~~~~~~~~
| DMA_FROM_DEVICE
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:659:17:
error: implicit declaration of function ‘pci_map_single’; did you mean
‘dma_map_single’? [-Werror=implicit-function-declaration]
659 | return (pci_map_single(osh->pdev, va, size, dir));
| ^~~~~~~~~~~~~~
| dma_map_single
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c: In
function ‘osl_dma_unmap’:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:668:38:
error: ‘PCI_DMA_TODEVICE’ undeclared (first use in this function); did you mean
‘DMA_TO_DEVICE’?
668 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE:
PCI_DMA_FROMDEVICE;
| ^~~~~~~~~~~~~~~~
| DMA_TO_DEVICE
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:668:56:
error: ‘PCI_DMA_FROMDEVICE’ undeclared (first use in this function); did you
mean ‘DMA_FROM_DEVICE’?
668 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE:
PCI_DMA_FROMDEVICE;
|
^~~~~~~~~~~~~~~~~~
| DMA_FROM_DEVICE
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:669:9:
error: implicit declaration of function ‘pci_unmap_single’; did you mean
‘dma_unmap_single’? [-Werror=implicit-function-declaration]
669 | pci_unmap_single(osh->pdev, (uint32)pa, size, dir);
| ^~~~~~~~~~~~~~~~
| dma_unmap_single
cc1: some warnings being treated as errors
make[2]: *** [/usr/src/linux-headers-6.0.0-3-common/scripts/Makefile.build:254:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.o] Error 1
make[1]: *** [/usr/src/linux-headers-6.0.0-3-common/Makefile:1876:
/var/lib/dkms/broadcom-sta/6.30.223.271/build] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.0.0-3-amd64'
make: *** [Makefile:181: all] Error 2
```
--------------------- log ends
modprobe wl complains about non-existing module (expected)
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.0.0-3-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages broadcom-sta-dkms depends on:
ii dkms 3.0.6-4
Versions of packages broadcom-sta-dkms recommends:
ii wireless-tools 30~pre9-13.1
broadcom-sta-dkms suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: broadcom-sta
Source-Version: 6.30.223.271-23
Done: Eduard Bloch <[email protected]>
We believe that the bug you reported is fixed in the latest version of
broadcom-sta, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Eduard Bloch <[email protected]> (supplier of updated broadcom-sta package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 27 Dec 2022 00:06:53 +0100
Source: broadcom-sta
Binary: broadcom-sta-common broadcom-sta-dkms broadcom-sta-source
Architecture: source all
Version: 6.30.223.271-23
Distribution: unstable
Urgency: medium
Maintainer: Eduard Bloch <[email protected]>
Changed-By: Eduard Bloch <[email protected]>
Description:
broadcom-sta-common - Common files for the Broadcom STA Wireless driver
broadcom-sta-dkms - dkms source for the Broadcom STA Wireless driver
broadcom-sta-source - Source for the Broadcom STA Wireless driver
Closes: 1016505 1023843
Changes:
broadcom-sta (6.30.223.271-23) unstable; urgency=medium
.
* Pulled the truckload of latest patches from Diego Escalante Urrelo (Fixing
`Incorrect netdev->dev_addr` errors in linux-5.17+ patch, closes: #1016505)
* debian/patches/29-linux601.patch: Linux 6.1 fixes from
https://github.com/archlinux/svntogit-community/blob/master/broadcom-wl-dkms/repos/community-x86_64/016-linux601.patch
(closes: #1023843, actually probably before by 6.30.223.271-21)
* debian/control.modules.in: updated with author information from
debian/control, and removed the dependencency on linux-image-* (not much of
help anyway and causes the problem with *-unsigned kernel packages)
Checksums-Sha1:
2c4ce8c943081f7dacbbc806482014f0a7ede4b2 2256 broadcom-sta_6.30.223.271-23.dsc
92160bbb38a11390a3e3ba49c817fa7654f48205 31112
broadcom-sta_6.30.223.271-23.debian.tar.xz
7472592d5eba326c404490a6560bd232ce98055f 9184
broadcom-sta-common_6.30.223.271-23_all.deb
24a5e845d53814e8fa3ac20850538a1ded01542d 2205688
broadcom-sta-dkms_6.30.223.271-23_all.deb
fde32420c5a811afef0609e0b548252984f40894 2219584
broadcom-sta-source_6.30.223.271-23_all.deb
7dff111b097060edd2764d4daca28bbe5e93c8cc 9295
broadcom-sta_6.30.223.271-23_amd64.buildinfo
Checksums-Sha256:
7677a9cc0d8a15efcc9eb6f3695702b01ceb48abe264e90bb541641ee6165d77 2256
broadcom-sta_6.30.223.271-23.dsc
61d3e3e2320fce482b9c144b6d7fc6df3924833f999a3530f26dc2fa2b2b71cc 31112
broadcom-sta_6.30.223.271-23.debian.tar.xz
b2baf75e59f52e655f1d4b214153725b0c8efc39dd5ea82f86d22127874678d6 9184
broadcom-sta-common_6.30.223.271-23_all.deb
9666238f1d174963d0037efe11685426e2fc6303e0bd6c669e4b880f19e07b32 2205688
broadcom-sta-dkms_6.30.223.271-23_all.deb
424a9f84c8c65be45ef29ee13fd6a9ea95bac640dcb439e2cf5d397ccb6a4f68 2219584
broadcom-sta-source_6.30.223.271-23_all.deb
dfcca2ad683550c670be539f5db79086a3c39c30599260fcd0a26a493585b2a3 9295
broadcom-sta_6.30.223.271-23_amd64.buildinfo
Files:
cf764771de43621f971ce25997e62ddb 2256 non-free/kernel optional
broadcom-sta_6.30.223.271-23.dsc
3cda2147740c223007b4beba97bf5738 31112 non-free/kernel optional
broadcom-sta_6.30.223.271-23.debian.tar.xz
d552799ff70370ee036e7ff495c651be 9184 non-free/kernel optional
broadcom-sta-common_6.30.223.271-23_all.deb
42f8d68a8534a886cf910a6f67f646eb 2205688 non-free/kernel optional
broadcom-sta-dkms_6.30.223.271-23_all.deb
41cc2fb478201a9e42a1ccd14a2e4cbb 2219584 non-free/kernel optional
broadcom-sta-source_6.30.223.271-23_all.deb
695b52b3b3662a665d0eb95532ba64e4 9295 non-free/kernel optional
broadcom-sta_6.30.223.271-23_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEZI3Zj0vEgpAXyw40aXQOXLNf7DwFAmOrEfYACgkQaXQOXLNf
7DzKeBAApsM01ImnOJ4mUV6exZEVThl3Xfh0mkLL0dCp29iyVxbDGZl1sD5zIP0u
hKRyGVwPMCZZ47TCaIeHdxicoMVxzehev4lbU+WzMMDmvLK1Q5xSq93RQM9iEWy3
Vq+L4cacvuTal3t7rsX4BPi3AB1lp0epmbdeZgg30AfuNkb/unVB8KgnRG8LlySS
ceZPP7mEgi8nke1M4e2v3GU1dvhEr7wRhZz25OrE75gSFiKG1wuKeO7LLjYE3fTk
mYj3/rCH4Yau9edC+aTnYKFeEOlMsdMlLJ28+Pu/QjVhU7PH9/uZ/QbbhzeLi2H+
LdymS300WlIJ6b4mMafyWo539z8g1IT8YNeGb6rhWLtYu/WUcrLvfDQi/Z8wg4Ja
FdRcs98O1mXOQXrnm5uUn7RCTm+AFT7e6NN/WaJimncD8cik4RxxqIslZoGGHMEF
yo2pNf+HEGIA0izzia53QO2I0rj2Wcs2gDcy1YUFWy6X3MJGlvmtUT+Jocnv8lWv
UT3HAgKl8oIKDXo14tSjygLReaX1/TTNWqkU75UgLam0NMq6+fMfBpYPXq/Y67xs
UMk3El4fQxTKyEuuDNAl4PQjs0kVvy6CBLTGO+ypZxLB+bS0PZx4TrCNwHjPeeCf
BLsIpxAYkjttM20JtgnMcCnaxGcEfe7IpT4QYsbclKW9n1RghgE=
=UG74
-----END PGP SIGNATURE-----
--- End Message ---