Da saída de lspci
, você deve usar o driver proprietário wl
em vez do código-fonte aberto b43
.
Instale o broadcom-sta-dkms
seguindo as instruções descritas na documentação oficial .
Add a "non-free" component to
/etc/apt/sources.list
for your Debian version, for example:
# Debian 9 "Stretch"
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
Atualize a lista de pacotes disponíveis. Instale os pacotes relevantes / mais recentes linux-image
, linux-headers
e broadcom-sta-dkms
:
# 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.Unload conflicting modules:
# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma b43-pci-bridge
Carregue o módulo wl:
# modprobe wl
Crie seu AP, compartilhamento da Internet a partir da mesma interface Wi-Fi :
create_ap wlan0 wlan0 MyAccessPoint MyPassPhrase