Você tem um kernel errado instalado para o Ubuntu 16.04. Conecte-se à internet por fio e corra em um terminal
sudo apt install linux-generic
e reinicie.
AJUDA AJUDA --- Eu tentei tudo o que foi sugerido, mas nada teve qualquer efeito, então eu ainda preciso de alguém para ajudar a resolver este problema! Eu duvido que este seja o único exemplo disso acontecer, mas ao pesquisar as questões existentes não encontrei uma solução! Desde já, obrigado! SOCORRO. Perdi o wifi em algum momento em dezembro de 2016 (após uma atualização de rotina) em nosso Thinkpad T61 executando o Ubuntu 16.04 LTS com o Intel Pro 4965 instalado. O sistema estava funcionando bem até esse ponto e, agora, a rede sem fio não está destacada na tela da rede (a rede com fio funciona bem) e, portanto, não há redes sem fio disponíveis. Não é um problema com o adaptador Intel, como se eu inicializasse o sistema a partir de um CD antigo (modo show e tell) o wifi funciona bem. Sou um novato no linux e não conheço muitos comandos de terminal, mas, ao pesquisar na internet sobre esse problema, executei alguns desses comandos que foram solicitados em algumas dessas postagens. Eles seguem:
lshw
*-network
description: Wireless interface
product: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 61
serial: 00:1f:3b:04:2a:89
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwl4965 driverversion=3.13.0-93-generic firmware=228.61.2.24 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
resources: irq:50 memory:df2fe000-df2fffff
dmesg
[ 17.385816] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[ 17.385820] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[ 17.385869] iwl4965 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 17.386046] iwl4965 0000:03:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
[ 17.429578] iwl4965 0000:03:00.0: device EEPROM VER=0x36, CALIB=0x5
[ 17.430150] iwl4965 0000:03:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
[ 17.430252] iwl4965 0000:03:00.0: irq 50 for MSI/MSI-X
[ 17.873742] iwl4965 0000:03:00.0: loaded firmware version 228.61.2.24
[ 18.124091] ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
mel@mel-ThinkPad-T61:~$ iw dev
phy#0
Interface wlan0
ifindex 3
wdev 0x1
addr 00:1f:3b:04:2a:89
type managed
mel@mel-ThinkPad-T61:~$ iwconfig
wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=14 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
lo no wireless extensions.
eth0 no wireless extensions.
mel@mel-ThinkPad-T61:~$ lspci -knn | grep Net -A2
00:19.0 Ethernet controller [0200]: Intel Corporation 82566MM Gigabit Network Connection [8086:1049] (rev 03)
Subsystem: Lenovo ThinkPad T61/R61 [17aa:20b9]
Kernel driver in use: e1000e
--
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection [8086:4230] (rev 61)
Subsystem: Intel Corporation Lenovo ThinkPad T51 [8086:1110]
Kernel driver in use: iwl4965
Qualquer ajuda na resolução deste problema seria muito apreciada! Desde já, obrigado. Mel
Você tem um kernel errado instalado para o Ubuntu 16.04. Conecte-se à internet por fio e corra em um terminal
sudo apt install linux-generic
e reinicie.
Isso aconteceu comigo uma vez com 16.04. Eu resolvi usar o nmcli no terminal.
nmcli con up id <network_name>
Se você autenticou a esta rede de forma prévia, esse comando deve fazer o trabalho.