今天軟體更新後 Ubuntu 12.04 LTS 上沒有 WIFI

今天軟體更新後 Ubuntu 12.04 LTS 上沒有 WIFI

我剛剛購買了帶有 Ubuntu 12.04 LTS 的新戴爾 inspiron3537(無 Windows 作業系統)。昨天它有一些無線(硬塊)。所以,今天早上,我運行了軟體更新所有的安全性更新。

之後我在系統設定中看不到「無線」。因此,我更新了所有軟體更新並瀏覽了幾個網站並找到了sudo lshw -c network命令。我嘗試了一下,發現了下面的結果。

  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eth0
       version: 07
       serial: 74:86:7a:40:5d:48
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.1.10 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:60 ioport:4000(size=256) memory:c0700000-c0700fff memory:c0400000-c0403fff

  *-network UNCLAIMED
       description: Network controller
       product: QCA9565 / AR9565 Wireless Network Adapter
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:c0600000-c067ffff memory:9fb00000-9fb0ffff

請建議我應該做什麼來解決它。

答案1

我有同樣的問題。解決方案在這裡http://ubuntuforums.org/showthread.php?t=2103062(康柏有相同的適配器)。我按照說明進行操作,現在 wi-fi 工作正常。

....我們安裝編譯所需的先決條件:

sudo apt-get install linux-headers-generic build-essential

現在我們下載包,解壓縮並安裝:

獲取http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.6/compat-wireless-3.6.6-1-snpc.tar.bz2 tar xvf compat* cd compat-wireless-3.6.6-1-snpc sudo su ./scripts/driver-select ath9k make make install modprobe ath9k exit

相關內容