Você precisa instalar firmware-realtek
Binary firmware for Realtek wired and wireless network adapters
This package contains the binary firmware for some Ethernet adapters with the RTL8111/RTL8168 chips supported by the r8169 driver; and wireless network cards with the RTL8188, RTL8192, RTL8712, RTL8723 and RTL8821 chips supported by the r8192_pci, r8192s_usb, r8712u, rtl8188eu, rtl8192ce, rtl8192cu, rtl8192de, rtl8192se, rtl8723ae, rtl8723au, rtl8723be and rtl8821ae drivers.
O driver necessário é: rtl8723be
1) Conecte-se através de ethernet
Adicione non-free
repo ao seu sources.list
:
nano /etc/apt/sources.list
adicione as seguintes linhas:
deb http://ftp.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.debian.org/debian/ jessie main contrib non-free
Atualize e instale os drivers do realtek
apt-get update && apt-get install firmware-realtek
Se a sua conexão continuar desconectando, digite o seguinte comando:
echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
2) Sem conexão à internet:
Faça o download de firmware-realtek_0.43_all.deb
, usando o extrato do gerenciador de arquivos rtl8723befw.bin
de /lib/firmware/rtlwifi/rtl8723befw.bin
e copie-o para /lib/firmware/rtlwifi
:
cp rtl8723befw.bin /lib/firmware/rtlwifi/
Recarregue o driver:
modprobe -rv rtl8723be
modprobe -v rtl8723be