My system:
Fedora 24 64 bit on a DELL Latitude E6400
I have a BCM4322 wireless interface
lspci -vnn -d 14e4:
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
Subsystem: Dell Wireless 1510 Wireless-N WLAN Mini-Card [1028:000d]
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at f69fc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [e8] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number dd-c6-00-ff-ff-61-78-e4
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb, wl
I installed akmod-wl and rebooted my system. But the wireless interface still can't be activated because it seems the module is unsigned:
$ lsmod | grep wl
wl 6447104 0
cfg80211 565248 1 wl
I'm seeing this in dmesg:
[ 14.847359] wl: module license 'MIXED/Proprietary' taints kernel.
[ 14.847364] Disabling lock debugging due to kernel taint
[ 14.856059] wl: module verification failed: signature and/or required key missing - tainting kernel
I'm not sure how to get past this problem?