Asus 노트북 X450JB의 Ubuntu 15.04에서 Wi-Fi Fn+F2가 작동하지 않습니다.

Asus 노트북 X450JB의 Ubuntu 15.04에서 Wi-Fi Fn+F2가 작동하지 않습니다.

Ubuntu 15.04에서 Asus 노트북 X450JB를 사용하고 있습니다. Wi-Fi가 작동하지 않습니다.

  • 상단 표시줄 -> Wi-Fi 활성화를 통해 활성화하려고 했지만 작동하지 않습니다.
  • Fn+ 를 통해 활성화하려고 했지만 F2작동하지 않습니다.
  • Ubuntu 15.04, Fedora 22, CentOS 7 등 여러 OS를 사용해 보았지만 아무것도 작동하지 않았습니다.
  • Windows 10(비활성화) 설치를 시도했는데 WiFi가 즉시 작동했습니다. Fn+ F2잘 작동했습니다.

다른 페이지에서 몇 가지 제안을 시도했습니다.

  • $ sudo rfkill unblock all작동하지 않습니다.
  • 절전 모드(Fn + F1)로 들어간 후 절전 모드 해제가 작동하지 않습니다.
  • echo "options asus_nb_wmi wapf=4" | sudo tee /etc/modprobe.d/asus_nb_wmi.conf그것은 나에게 작동하지 않습니다. wapf=0까지 시도했지만 wapf=4아무것도 작동하지 않았습니다.

방금 Ubuntu 15.04를 새로 설치했으며 다음은 내 하드웨어에 대한 몇 가지 사실입니다.

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.04
Release:    15.04
Codename:   vivid

$ uname -a
Linux andy-X450JB 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

$ iwconfig
eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

lo        no wireless extensions.


$ rfkill list all
0: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

$ lspci | grep Network
03:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)

$ sudo lshw -class network
[sudo] password for andy: 
  *-network DISABLED      
       description: Wireless interface
       product: QCA9565 / AR9565 Wireless Network Adapter
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 01
       serial: 28:c2:dd:50:45:53
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.19.0-15-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: 14:dd:a9:8e:60:99
       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.0.110 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:33 memory:f7800000-f783ffff ioport:d000(size=128)


$ lsmod | grep asus
asus_nb_wmi            24576  0 
asus_wmi               24576  1 asus_nb_wmi
sparse_keymap          16384  2 acer_wmi,asus_wmi
wmi                    20480  4 acer_wmi,mxm_wmi,nouveau,asus_wmi
video                  20480  4 i915,acer_wmi,nouveau,asus_wmi


$ lsmod | grep -e ath9k -e asus
ath9k                 147456  0 
ath9k_common           32768  1 ath9k
ath9k_hw              458752  2 ath9k_common,ath9k
ath                    32768  3 ath9k_common,ath9k,ath9k_hw
mac80211              720896  1 ath9k
asus_nb_wmi            24576  0 
asus_wmi               24576  1 asus_nb_wmi
sparse_keymap          16384  2 acer_wmi,asus_wmi
cfg80211              540672  4 ath,ath9k_common,ath9k,mac80211
wmi                    20480  4 acer_wmi,mxm_wmi,nouveau,asus_wmi
video                  20480  4 i915,acer_wmi,nouveau,asus_wmi


$ cat /sys/class/dmi/id/product_name
X450JB

도움을 주시면 감사하겠습니다. 감사합니다!

답변1

잘못된 플랫폼 드라이버가 있습니다 acer-wmi.

수동으로 시작하지 않았다면 노트북 공급업체를 잘못 감지한 버그일 것입니다. 이것은 버그로 보고되어야 합니다.

ubuntu-bug linux

해결 방법으로 이 드라이버를 비활성화할 수 있습니다.

sudo modprobe -r acer_wmi

관련 정보