Not sure what I’m doing wrong here, but it doesn’t seem as though I can get my Asus USB-AC56R to connect to a network on OpenSUSE 13.1. I followed all of the advise in the forum sticky notes before posting. The network stick uses USB 3.0, and the Realtek 8812au chipset. I was able to install/compile the drivers, and it looks to be running normally:
lsusb:
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 005 Device 003: ID 0b05:17d2 ASUSTek Computer, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03f0:a407 Hewlett-Packard
Bus 002 Device 003: ID 0403:f850 Future Technology Devices International, Ltd USB-UIRT (Universal Infrared Receiver+Transmitter)
Bus 002 Device 004: ID 0cf3:3000 Atheros Communications, Inc. AR3011 Bluetooth (no firmware)
iwlist scan:
wlp6s0u1 Scan completed :
Cell 01 - Address: 10:C3:7B:D4:08:70
ESSID:"Guinness"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.447 GHz (Channel 8)
Encryption key:on
Bit Rates:144 Mb/s
Extra:rsn_ie=30140100000fac040100000fac040100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=0/100 Signal level=72/100
Cell 02 - Address: FA:8F:CA:37:E7:D0
ESSID:""
Protocol:IEEE 802.11an
Mode:Master
Frequency:5.745 GHz
Encryption key:off
Bit Rates:72 Mb/s
Quality=0/100 Signal level=44/100
Cell 03 - Address: 10:C3:7B:D4:08:74
ESSID:"Kilkenny"
Protocol:IEEE 802.11AC
Mode:Master
Frequency:5.745 GHz
Encryption key:on
Bit Rates:867 Mb/s
Extra:rsn_ie=30140100000fac040100000fac040100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=0/100 Signal level=61/100
eth0 Interface doesn't support scanning.
eth1 Interface doesn't support scanning.
lo Interface doesn't support scanning.
iwconfig:
wlp6s0u1 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth0 no wireless extensions.
eth1 no wireless extensions.
lo no wireless extensions.
NetworkManager runs and is able to scan networks through the device. But the network changes never seem to be committed and always remains in an “unassociated” state. I’ve confirmed that wpa_supplicant is installed. I’ve also tried configuring the device onto the network through the “legacy ifup method” via “ip link set wlp6s0u1 up” and then “iwconfig wlp6s0u1 essid Kilkenny” … but I can’t seem to get the device to latch onto the network.
What else can I try, and what am I missing here? Thanks in advance!