wifi连接但没有互联网,这是结束吗?

这是我的故事:我把我的笔记本电脑留在家里连接到路由器和团队浏览器。 远程我控制它大约2个小时,在特定时刻连接已消失。 当我回来时,笔记本电脑已打开并仍然连接到路由器,但没有互联网连接。

  1. 路由器很好,如果我连接另一台设备,它的工作原理。
  2. 我仍然可以看到其他wifi网络并尝试连接到它们。
  3. 在远程控制它时,我没有在其上安装任何新软件。
  4. 没有人触及它。
  5. 这不是电力故障,一切都像是我离开了它。
  6. 试过生活cd,同样的情况
  7. Ucerntu 12.10在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 

路线-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 

有趣的默认网关ping工作,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] 

这是一个坏消息,我必须买一张新的wifi卡吗?

请打开终端并执行:

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

将打开一个新的空文件。 添加一行:

 options iwlwifi 11n_disable=1 

校对,保存和关闭gedit。 重新启动,让我们听听您的报告。