wifi conectado mas sem internet, este é o fim?

2

esta é a minha história: Deixei meu laptop em casa conectado ao roteador e com o TeamViewer ligado. Remotamente eu estava controlando cerca de 2 horas, em um momento específico a conexão desapareceu. Quando voltei, o laptop estava ligado e ainda conectado ao roteador, mas sem conexão com a Internet.

  1. O roteador está bem, se eu conectar outro dispositivo, ele funciona.
  2. ainda consigo ver outras redes Wi-Fi e tentar me conectar a elas.
  3. Eu não estava instalando nenhum software novo enquanto o controlava remotamente.
  4. Ninguém tocou.
  5. Não foi uma falha de energia, foi tudo como eu deixei.
  6. Tentei com um CD de vida, mesma situação
  7. Ubuntu 12.10 no Acer Aspire 7730

ifconfig:

wlan0     Link encap:Ethernet  HWaddr 00:16:ea:a4:17:52  
          inet addr:192.168.1.109  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::216:eaff:fea4:1752/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15 errors:0 dropped:0 overruns:0 frame:0
          TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4910 (4.9 KB)  TX bytes:13172 (13.1 KB)

iwconfig:

wlan0     IEEE 802.11abgn  ESSID:"Real+"  
          Mode:Managed  Frequency:2.422 GHz  Access Point: 00:18:E7:FA:7F:5F   
          Bit Rate=58.5 Mb/s   Tx-Power=15 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=70/70  Signal level=-36 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:35   Missed beacon:0

route -n:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 wlan0
192.168.1.0     0.0.0.0         255.255.255.0   U     9      0        0 wlan0

ping -c4 173.194.70.113:

PING 173.194.70.113 (173.194.70.113) 56(84) bytes of data.
^C
--- 173.194.70.113 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3023ms

Interessante o ping do gateway padrão funciona, ping 192.168.1.1:

PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=3.05 ms
64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=6.23 ms
^C
--- 192.168.1.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 3.051/4.644/6.237/1.593 ms

lspci -nn | grep 0280:

07:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]

Isso é ruim e eu tenho que comprar uma nova placa wifi?

    
por micnic 08.04.2013 / 21:30

1 resposta

2

Por favor, abra um terminal e faça:

gksudo gedit /etc/modprobe.d/iwlwifi.conf

Um novo arquivo vazio será aberto. Adicione uma linha:

options iwlwifi 11n_disable=1

Revise, salve e feche o gedit. Reinicie e deixe-nos ouvir seu relatório.

    
por chili555 09.04.2013 / 14:13