wifi连接上了,但是没有网络,难道这就完了吗?

wifi连接上了,但是没有网络,难道这就完了吗?

这是我的故事:我把笔记本电脑放在家里,连接到路由器,并开启了 TeamViewer。我远程控制了它大约 2 个小时,在某个特定时刻,连接消失了。当我回来时,笔记本电脑开着,仍然连接到路由器,但没有互联网连接。

  1. 路由器很好,如果我连接另一个设备,它就可以工作。
  2. 我仍然可以看到其他 wifi 网络并尝试连接它们。
  3. 在远程控制它时,我没有在其上安装任何新软件。
  4. 没人碰过它。
  5. 这不是停电,一切都和我离开时一样。
  6. 尝试过使用生命 CD,情况相同
  7. Acer Aspire 7730 上的 Ubuntu 12.10

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)

配置:

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|复制代码 0280:

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

这是一个坏消息吗?我是否必须购买新的 WiFi 卡?

答案1

请打开终端并执行:

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

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

options iwlwifi 11n_disable=1

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

相关内容