Ubuntu 14.04 已连接到调制解调器,但没有互联网。有什么帮助吗?

Ubuntu 14.04 已连接到调制解调器,但没有互联网。有什么帮助吗?

我同时运行 Ubuntu 14.04 和 Windows 7。Windows 操作系统连接互联网没有问题,但在 Ubuntu 上我可以连接到调制解调器,但当我尝试访问任何网页时,它说我未连接到互联网。我对网络不太了解,所以我没有尝试太多。

ifconfig:

eth0      Link encap:Ethernet  HWaddr 60:eb:69:f8:80:06  
      UP BROADCAST MULTICAST  MTU:1500  Metric:1
      RX packets:0 errors:0 dropped:0 overruns:0 frame:0
      TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000 
      RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:342 errors:0 dropped:0 overruns:0 frame:0
          TX packets:342 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:42931 (42.9 KB)  TX bytes:42931 (42.9 KB)

wlan0     Link encap:Ethernet  HWaddr b4:74:9f:95:60:25  
          inet addr:192.168.1.69  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::b674:9fff:fe95:6025/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:195 errors:0 dropped:0 overruns:0 frame:15282
          TX packets:294 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:31060 (31.0 KB)  TX bytes:39618 (39.6 KB)
          Interrupt:16 

网络状态监测

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0 wlan0
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 wlan0

答案1

我遇到过类似的问题,我的互联网和 wifi 停止工作。出于某种原因,我的华硕笔记本电脑中的驱动程序在此版本的 Ubuntu 中无法正常工作,因此我将 Ubuntu 版本 14.10 更新到 15.04,并且我的所有驱动程序都可以正常工作。

相关内容