Qualcomm Atheros AR9485WB-EG 네트워크 카드 Wi-Fi가 작동하지 않습니다.

Qualcomm Atheros AR9485WB-EG 네트워크 카드 Wi-Fi가 작동하지 않습니다.

최근에 Windows로 이중 부팅된 노트북에 Xubuntu를 설치했습니다.

Windows 측에서는 모든 것이 완벽하게 작동하지만 어떤 이유로 Xubuntu가 네트워크 카드를 인식하지 못하거나 액세스할 수 없어 Wi-Fi에 연결할 수 없습니다. 커널과 Ubuntu 자체를 업데이트했으며 네트워크 카드에 대한 드라이버 업데이트를 확인했지만 찾을 수 없습니다(Qualcomm Atheros AR9485WB-EG입니다).

나는 Linux와 Ubuntu에 대해 거의 아무것도 모르기 때문에 이 문제를 해결하는 방법에 대해 전혀 모르지만 가능한 한 빨리 작동하려면 모든 도움을 높이 평가할 수 있도록 정말 필요합니다.

편집하다:

lshw -c net

*-network DISABLED      
   description: Wireless interface
   product: AR9485 Wireless Network Adapter
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:03:00.0
   logical name: wlan0
   version: 01
   serial: 24:0a:64:cb:f1:7f
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
   configuration: broadcast=yes driver=ath9k driverversion=3.16.0-41-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
   resources: irq:18 memory:f7900000-f797ffff memory:f7980000-f798ffff
  *-network
   description: Ethernet interface
   product: QCA8171 Gigabit Ethernet
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:04:00.0
   logical name: eth0
   version: 10
   serial: bc:ee:7b:46:f6:ed
   size: 100Mbit/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 duplex=full ip=192.168.1.2 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
   resources: irq:52 memory:f7800000-f783ffff ioport:d000(size=128)

uname -a

Linux XubuntoV2 3.16.0-41-generic #57~14.04.1-Ubuntu SMP Thu Jun 18 18:01:13 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

rfkill list all

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

1: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no

4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

답변1

다음 명령을 사용했습니다.

echo "blacklist acer_wmi" | sudo tee -a /etc/modprobe.d/blacklist.conf

그러면 이것은:

sudo nano /etc/modprobe.d/ath9k.conf

옵션을 설정하세요

options ath9k nohwcrypt=1

그런 다음 저장했습니다.unblock all

rfkill unblock all

다시 시작하면 이제 완벽하게 작동합니다.

관련 정보