安裝 Ubuntu 12.04 後無法使用無線網絡

安裝 Ubuntu 12.04 後無法使用無線網絡

我運行 Win8 的硬碟崩潰了,所以我在硬碟上安裝了 Ubuntu 12.4。我可以連接有線連接,但無法連接無線。我檢查過司機,他們看起來不錯。誰能告訴我我在這裡缺少什麼?

damulag@damulag-Satellite-S55-A:~$ sudo lshw -class network
[sudo] password for damulag: 
  *-network UNCLAIMED     
       description: Network controller
       product: RTL8188EE Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       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: ioport:3000(size=256) memory:c2400000-c2403fff
  *-network
       description: Ethernet interface
       product: QCA8171 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 10
       serial: 54:be:f7:49:db:2b
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=alx driverversion=1.2.3 duplex=full firmware=N/A ip=10.0.0.6 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:18 memory:c1000000-c103ffff ioport:2000(size=128)
damulag@damulag-Satellite-S55-A:~$ ifconfig eth0 up
SIOCSIFFLAGS: Operation not permitted
damulag@damulag-Satellite-S55-A:~$ sudo lshw -class network
  *-network UNCLAIMED     
       description: Network controller
       product: RTL8188EE Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       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: ioport:3000(size=256) memory:c2400000-c2403fff
  *-network
       description: Ethernet interface
       product: QCA8171 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 10
       serial: 54:be:f7:49:db:2b
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=alx driverversion=1.2.3 duplex=full firmware=N/A ip=10.0.0.6 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:18 memory:c1000000-c103ffff ioport:2000(size=128)
damulag@damulag-Satellite-S55-A:~$ 

答案1

「未認領」表示您的卡片上沒有附加任何驅動程式。由於您的卡上沒有附加驅動程序,因此您的 wifi 將無法工作。

嘗試這個解決方案,它被標記為已解決,因此它應該適合您: http://ubuntuforums.org/showthread.php?t=2162026

相關內容