我正在使用 Windows 8 Sony Vaio 笔记本电脑上的 LiveUSB 启动 ubuntu。它连接到 Wi-Fi,但什么都没用。我检查了浏览器上的代理设置。即使我尝试从终端 ping google.com,也没有发生任何事情。似乎没有发生 DNS 解析。这与 Windows UEFI 安全启动有关吗?
我之前已经在多台 Windows Vista 和 Windows 7 笔记本电脑上安装了 ubuntu,从未遇到过这个问题。
任何帮助都将不胜感激。
相关lspci -nnk
条目:
01:00.0 Network controller [0280]: Atheros Communications Inc. AR9485 Wireless Network Adapter [168c:0032] (rev 01)
Subsystem: Foxconn International, Inc. Device [105b:e044]
Kernel driver in use: ath9k
Kernel modules: ath9k
使用ping
:
ubuntu@ubuntu:~$ ping google.com
ping: unknown host google.com
ubuntu@ubuntu:~$ ping localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_req=1 ttl=64 time=0.036 ms