Open yinxiuqu opened 2 weeks ago
原文地址:https://wiki.debian.org/wl#issues
# Debian 9 "Stretch" deb http://deb.debian.org/debian stretch-backports main contrib non-free
# Debian 10 "Buster" deb http://deb.debian.org/debian buster-backports main contrib non-free
# Debian 11 "Bullseye" deb http://deb.debian.org/debian bullseye main contrib non-free
# Debian 12 "Bookworm" deb http://deb.debian.org/debian bookworm main contrib non-free-firmware non-free
# apt-get update # apt-get install linux-image-$(uname -r|sed 's,[^-]-[^-]-,,') linux-headers-$(uname -r|sed 's,[^-]-[^-]-,,') broadcom-sta-dkms
This will also install the recommended wireless-tools package. DKMS will build the wl module for your system.
# apt-get install -f # dpkg-reconfigure broadcom-sta-dkms
# find /lib/modules/$(uname -r)/updates
# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
# modprobe wl
原文地址:https://wiki.debian.org/wl#issues
# Debian 9 "Stretch" deb http://deb.debian.org/debian stretch-backports main contrib non-free
# Debian 10 "Buster" deb http://deb.debian.org/debian buster-backports main contrib non-free
# Debian 11 "Bullseye" deb http://deb.debian.org/debian bullseye main contrib non-free
# Debian 12 "Bookworm" deb http://deb.debian.org/debian bookworm main contrib non-free-firmware non-free
# apt-get update # apt-get install linux-image-$(uname -r|sed 's,[^-]-[^-]-,,') linux-headers-$(uname -r|sed 's,[^-]-[^-]-,,') broadcom-sta-dkms
This will also install the recommended wireless-tools package. DKMS will build the wl module for your system.
# apt-get install -f # dpkg-reconfigure broadcom-sta-dkms
# find /lib/modules/$(uname -r)/updates
# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
# modprobe wl