Ich habe gerade Debian mit GNOME auf einem HP Envy-Laptop installiert.
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
Ich bin über ein Kabel mit dem Internet verbunden. Ich möchte mich über WLAN verbinden.
Ich habe einen Broadcom-WLAN-Adapter installiert:
root@Cavalier:/home/jon# lspci | grep Wireless
08:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)
Oben rechts gibt es ein Symbol, das mir sagt, dass der „Kabel“-Status „Verbunden“ ist. Aber für „drahtlos“ kann ich nichts Ähnliches sehen.
Ich habe versucht, den Anweisungen zu folgenHier, aber nach dem Abmelden oder Neustarten sehe ich oben rechts nichts, was mit WLAN zu tun hat.
Ich habe versucht, das nm-Applet auszuführen, erhalte jedoch eine Fehlermeldung:
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.
Was kann ich sonst noch versuchen, um das WLAN zum Laufen zu bringen?
Antwort1
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
Antwort2
Entsprechenddeian-wikiSie müssen die Pakete installieren und dann den Treiber broadcom-sta-dkms
ladenwl
Fügen Sie das non-free
Repository hinzu:
# Debian 8 "Jessie"
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
broadcom-sta-dkms
Paket und Abhängigkeiten installieren :
apt-get update
apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
Entladen Sie in Konflikt stehende Treiber:
modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
Laden Sie das wl
Modul:
modprobe wl