Ubuntu 12.04를 설치한 후 무선이 작동하지 않습니다.

Ubuntu 12.04를 설치한 후 무선이 작동하지 않습니다.

Win8을 실행하는 하드 드라이브가 충돌하여 HDD에 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

"청구되지 않음"은 카드에 드라이버가 연결되어 있지 않음을 의미합니다. 카드에 드라이버가 연결되어 있지 않기 때문에 Wi-Fi가 작동하지 않습니다.

이 해결 방법을 시도해 보세요. 해결된 것으로 표시되어 효과가 있을 것입니다. http://ubuntuforums.org/showthread.php?t=2162026

관련 정보