You are not logged in.

#1 2016-09-17 03:08:01

jkwyn
Member
Registered: 2016-09-17
Posts: 5

[SOLVED] Unable to connect to WiFi from Asus K501UW

Hi all,
    I have installed Arch on my new Asus K501UW. Except for the wifi, everything works fine. The WiFi card is Intel 7265. The NetworkManager correctly shows the list of APs but when I try to connect to any AP, it quickly errors out. The dmesg output is:

iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready

The strange thing is that the same error happens even when I connect a USB wifi adapter (the same adapter works fine with my old laptop running Arch). The dmesg is the same there also.

I saw a similar post in the forums where the solution was to give an option to the asus_nb_wmi module. I tried

options asus_nb_wmi wapf=n

for n = 0, 1, 2, 4, to no avail.

Also, NetworkManager is the only network manager running. netctl or dhcpcd are not installed.

Last edited by jkwyn (2016-09-17 14:06:33)

Offline

#2 2016-09-17 05:38:15

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,785

Re: [SOLVED] Unable to connect to WiFi from Asus K501UW

You don't have dhcpcd installed?

What are the output of ip link and of iw list
?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2016-09-17 06:10:46

jkwyn
Member
Registered: 2016-09-17
Posts: 5

Re: [SOLVED] Unable to connect to WiFi from Asus K501UW

ip link:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether <mac> brd ff:ff:ff:ff:ff:ff
3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
    link/ether <mac> brd ff:ff:ff:ff:ff:ff

iw list:

Wiphy phy0
	max # scan SSIDs: 20
	max scan IEs length: 425 bytes
	max # sched scan SSIDs: 20
	max # match sets: 11
	max # scan plans: 2
	max scan plan interval: 65535
	max scan plan iterations: 254
	Retry short limit: 7
	Retry long limit: 4
	Coverage class: 0 (up to 0m)
	Device supports RSN-IBSS.
	Device supports AP-side u-APSD.
	Device supports T-DLS.
	Supported Ciphers:
		* WEP40 (00-0f-ac:1)
		* WEP104 (00-0f-ac:5)
		* TKIP (00-0f-ac:2)
		* CCMP (00-0f-ac:4)
		* CMAC (00-0f-ac:6)
	Available Antennas: TX 0 RX 0
	Supported interface modes:
		 * IBSS
		 * managed
		 * AP
		 * AP/VLAN
		 * monitor
		 * P2P-client
		 * P2P-GO
		 * P2P-device 
(truncated)

I uninstalled dhcpcd to make sure that it was not due to it that NetworkManager is misbehaving.

Last edited by jkwyn (2016-09-17 06:11:27)

Offline

#4 2016-09-17 10:56:38

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Offline

#5 2016-09-17 12:00:52

jkwyn
Member
Registered: 2016-09-17
Posts: 5

Re: [SOLVED] Unable to connect to WiFi from Asus K501UW

Offline

#6 2016-09-17 13:28:35

jkwyn
Member
Registered: 2016-09-17
Posts: 5

Re: [SOLVED] Unable to connect to WiFi from Asus K501UW

Finally got it! From this answer. I edited the WiFi connections to ignore IPv6 and voila it connected!
Again experimenting, it seems it is also necessary to have

options asus_nb_wmi wapf=1

in a modprobe conf.

Offline

Board footer

Powered by FluxBB