On a fresh install of debian 9 I'm having problems with installing the proprietary broadcom drivers.
I followed this guide exactly.
but on the final step I get the error modprobe: FATAL: Module wl not found in directory /lib/modules/4.9.0-1-amd64
I've seen a lot of "fixes" for this, but nothing seems to work. The output for sudo find / -name "modprobe*" is:
/sbin/modprobe /lib/modprobe.d /proc/sys/kernel/modprobe /etc/modprobe.d /usr/share/man/man5/modprobe.d.5.gz /usr/share/man/man8/modprobe.8.gz /usr/share/bash-completion/completions/modprobe The command lspci :
03:00.0 Network controller [0280]: Broadcom Limited BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03) Subsystem: Broadcom Limited BCM4360 802.11ac Wireless Network Adapter [14e4:0619] Kernel modules: bcma 04:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 03 and /etc/apt/sources.list:
# deb cdrom:[Debian GNU/Linux testing _Stretch_ - Official Snapshot amd64 NETINST Binary-1 20170306-05:25]/ stretch main #deb cdrom:[Debian GNU/Linux testing _Stretch_ - Official Snapshot amd64 NETINST Binary-1 20170306-05:25]/ stretch main deb http://ftp.us.debian.org/debian/ stretch main deb http://security.debian.org/debian-security stretch/updates main deb http://httpredir.debian.org/debian/ jessie main contrib non-free deb http://httpredir.debian.org/debian jessie-updates main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free deb http://httpredir.debian.org/debian/ jessie main contrib non-free
lspci -knn | grep Net -A2?03:00.0 Network controller [0280]: Broadcom Limited BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03) Subsystem: Broadcom Limited BCM4360 802.11ac Wireless Network Adapter [14e4:0619] Kernel modules: bcma 04:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 03)cat /etc/apt/sources.list