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
答え1
これbroadcom-sta-dkms
debianstretchで利用可能なので、jessieリポジトリを追加する必要はありません(推奨されていません)。
ソフトウェアbroadcom-sta-dkms
なので、このコンポーネントを 。non-free
non-free
sources.list
/etc/apt/sources.list
次のように編集してください。
deb http://deb.debian.org/debian stretch main contrib non-free
deb-src http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
deb-src http://deb.debian.org/debian stretch-updates main contrib non-free
deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src http://security.debian.org/ stretch/updates main contrib non-free
システムアップデート
apt-get update && apt-get upgrade && apt-get dist-upgrade
削除するbroadcom-sta-dkms
apt-get remove broadcom-sta-dkms
フォローする公式ガイドWi-Fiドライバのインストール(質問に掲載)
apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
modprobe wl
答え2
dkmsの代わりにシナプティックにBroadcom-sta-sourcesをインストールしてみてください。