在debian 9的新安装中,我在安装专用broadcom驱动程序时遇到了问题。
我跟在本指南后面。
但是在最后一步,我得到了错误modprobe: FATAL: Module wl not found in directory /lib/modules/4.9.0-1-amd64
我见过很多关于这个问题的“修正”,但似乎没有什么效果。sudo find / -name "modprobe*"的输出是:
/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命令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和/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发布于 2017-07-13 20:31:08
尝试从synaptic安装broadcom源,而不是dkms。
https://unix.stackexchange.com/questions/350691
复制相似问题