我有一台新的华硕 Zenbook UX31E。我遇到的一个即时问题是,似乎没有办法使用内核为 3.0.00-12 的 Ubuntu 11.10 Live USB 棒来开箱即用 wifi(当我尝试使用 Fedora 16 和 OpenSuse 12.1 时它可以工作)。
以下是一些相关的输出:
nm 工具
NetworkManager Tool
State: disconnected
- Device: wlan0 ----------------------------------------------------------------
Type: 802.11 WiFi
Driver: ath9k
State: unavailable
Default: no
HW Address: 01:08:CA:87:2F:D5
Capabilities:
Wireless Properties
WEP Encryption: yes
WPA Encryption: yes
WPA2 Encryption: yes
Wireless Access Points
lshw-C 网络
*-network DISABLED
description: Wireless interface
product: AR9485 Wireless Network Adapter
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 01
serial: 01:08:ca:87:2f:d5
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.0.0-12-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 memory:dea00000-dea7ffff memory:dea80000-dea8ffff
rfkill 列表
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
系统配置
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
lsmod | grep ath9
ath9k 112711 0
mac80211 272785 1 ath9k
ath9k_common 13599 1 ath9k
ath9k_hw 293893 2 ath9k,ath9k_common
ath 19387 2 ath9k,ath9k_hw
cfg80211 172392 3 ath9k,mac80211,ath
问题是以太网也无法工作(笔记本电脑使用特殊适配器),因此有关如何解决此问题的说明可能会涉及将 .deb 包放在 USB 记忆棒上。
答案1
将内核升级到较新的版本可以解决问题。
就我而言,我从这里下载了一组 .deb 包: http://people.canonical.com/~ogasawara/eugeni/rc6/amd64/
这个内核是针对 Zenbook 打补丁的,对我来说非常好用。结合此 Wiki 页面上的说明,https://help.ubuntu.com/community/AsusZenbook,对于在挂起功能之前运行的脚本,这为我构建了一个功能齐全的系统。