De acordo com a referência: link
Isso pode ser um problema no Kernel:
Tente reinstalar o atual cabeçalho linux
Espero que isso resolva seu problema.
Instalei recentemente o Ubuntu 16.04 LTS em um Thinkpad Lenovo W540 e estou tendo problemas com minha rede sem fio, permitindo tráfego de rede. A saída /var/log/syslog
e journalctl -xe
durante o problema é a seguinte.
Oct 15 18:41:34 phil-ubuntu whoopsie[2221]: [18:41:34] offline
Oct 15 18:41:34 phil-ubuntu whoopsie[2221]: [18:41:34] online
Oct 15 18:41:55 phil-ubuntu NetworkManager[1320]: <info> [1508110915.3547] policy: set 'Home Internet Connection' (wlp3s0) as default for IPv6 routing and DNS
Oct 15 18:42:32 phil-ubuntu whoopsie[2221]: [18:42:32] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:42:32 phil-ubuntu whoopsie[2221]: [18:42:32] offline
Oct 15 18:42:53 phil-ubuntu whoopsie[2221]: [18:42:53] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:43:14 phil-ubuntu whoopsie[2221]: [18:43:14] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:43:36 phil-ubuntu whoopsie[2221]: [18:43:36] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:43:57 phil-ubuntu whoopsie[2221]: [18:43:57] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:44:18 phil-ubuntu whoopsie[2221]: [18:44:18] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:44:21 phil-ubuntu wpa_supplicant[1903]: wlp3s0: WPA: Group rekeying completed with c0:56:27:0a:28:10 [GTK=CCMP]
Oct 15 18:44:39 phil-ubuntu whoopsie[2221]: [18:44:39] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:45:00 phil-ubuntu whoopsie[2221]: [18:45:00] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:45:10 phil-ubuntu gnome-keyring-daemon[2792]: asked to register item /org/freedesktop/secrets/collection/login/7, but it's already registered
Oct 15 18:45:10 phil-ubuntu gnome-keyring-daemon[2792]: asked to register item /org/freedesktop/secrets/collection/login/9, but it's already registered
Oct 15 18:45:10 phil-ubuntu gnome-keyring-daemon[2792]: asked to register item /org/freedesktop/secrets/collection/login/7, but it's already registered
Oct 15 18:45:10 phil-ubuntu gnome-keyring-daemon[2792]: asked to register item /org/freedesktop/secrets/collection/login/9, but it's already registered
Oct 15 18:45:11 phil-ubuntu whoopsie[2221]: [18:45:11] online
Oct 15 18:46:40 phil-ubuntu kernel: thinkpad_acpi: EC reports that Thermal Table has changed
Oct 15 18:46:43 phil-ubuntu kernel: thinkpad_acpi: EC reports that Thermal Table has changed
Oct 15 18:47:48 phil-ubuntu gnome-keyring-daemon[2792]: asked to register item /org/freedesktop/secrets/collection/login/10, but it's already registered
Por algum motivo, desde que eu mantenha um ping constante em algo como o Google ou o Bing, ou até mesmo o meu gateway de rede, não recebo o problema whoopsie
e posso continuar usando meu dispositivo como pretendido. Quando eu desligo o ping, a conectividade da rede sai após cerca de 30 minutos, varia muito.
Não sei mais o que pesquisar ou mostrar para obter informações, então, por favor, avise-me e farei edições.
Para economizar energia, muitas placas Wi-Fi vão dormir para economizar energia. Em alguns casos, a placa não será ativada durante o sono: 16.04 problemas de conexão Wi-Fi do LTS
Para resumir a solução na resposta aceita:
Obtenha detalhes da sua placa PCI sem fio executando sudo lshw -class network
Obtenha as informações do seu modelo de cartão de acordo com a linha de produtos.
Por exemplo, como você pode ver na descrição da pergunta, ele diz
product: RTL8723BE PCIe Wireless Network Adapter
, então o modelo do meu cartão é RTL8723BE
Ou produto: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
então o modelo do meu cartão é RTL8101/2/6E
Conceda a permissão sudo chmod 755 /etc/pm/config.d/
Abra ou crie config
e adicione SUSPEND_MODULES="rtl8723be"
(substitua rtl8723be
pelo seu próprio número de modelo)
Em seguida, execute
echo "options rtl8723be fwlps=N" | sudo tee /etc/modprobe.d/rtl8723be.conf
Por fim, reinicie seu sistema.