新しい Debian リリースでワイヤレスを有効にする

新しい Debian リリースでワイヤレスを有効にする

HP EnvyノートブックにDebianとGNOMEをインストールしました。

root@Cavalier:/home/jon# cat /etc/issue
Debian GNU/Linux 8 \n \l

root@Cavalier:/home/jon# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.6 (jessie)
Release:    8.6
Codename:   jessie

私はインターネットに接続するためにケーブルを使用しています。 Wi-Fiで接続したいです。

Broadcom Wi-Fiアダプタを取り付けました。

root@Cavalier:/home/jon# lspci | grep Wireless
08:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)

右上に「有線」状態が「接続済み」であることを示すアイコンがあります。しかし、同様のワイヤレス機能は見えません。

私は指示に従って努力しましたここでも、ログアウトまたは再起動した後は、右上隅にワイヤレス関連のエントリが表示されません。

nm-appletを実行しようとしてエラーが発生します。

root@Cavalier:/home/jon# nm-applet

(nm-applet:2663): nm-applet-WARNING **: Failed to initialize D-Bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Wi-Fiを操作するには何を試すことができますか?

ベストアンサー1

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

https://wiki.debian.org/wl

おすすめ記事