You are not logged in.

#1 2018-01-04 08:41:48

matrix432
Member
Registered: 2017-07-04
Posts: 30

[Solved] Asus AC56 usb wireless not detected

Hello,

Today I've bought an Asus AC56 usb wireless adapter and installed it's firmware by downloading the appropriate chipset driver
of the device from aur (url: https://aur.archlinux.org/packages/rtl8 … mments=all). But I've noticed that
the device is not listed in lspci by viewing the output and storing the output of the command to a file when the device is
plugged or unplugged using the following commands:

lspci -k > x # when the wireless is unplugged
lspci -k > y # when it's plugged
diff x y # returns no output

The output of ip link lists all the old adapters already installed.

I've got an Asus PCE AC-88 PCI-E wireless card installed and working on Arch 4.14-6 using a reverse engineered driver.
Does this card interfere with the new card and why is the device not listed?

Last edited by matrix432 (2018-01-04 13:53:36)

Offline

#2 2018-01-04 09:53:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,088

Re: [Solved] Asus AC56 usb wireless not detected

Your lspci is not going to change for an USB device. That's lsusb's job.

Offline

#3 2018-01-04 11:26:03

matrix432
Member
Registered: 2017-07-04
Posts: 30

Re: [Solved] Asus AC56 usb wireless not detected

Alright, I've used the wrong command, but why doesn't it show the interface of the wireless card even though I've installed the drivers?
Do I need to enter a command to activate that wireless card?

lsusb output:

Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 0b05:17d2 ASUSTek Computer, Inc. USB-AC56 802.11a/b/g/n/ac Wireless Adapter [Realtek RTL8812AU]
Bus 005 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 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1b1c:0c09 Corsair 
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 005: ID 05e3:0745 Genesys Logic, Inc. Logilink CR0012
Bus 001 Device 004: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

pacman -Q | grep rtl8812au:

rtl8812au-dkms-git 5.2.9.3.r50.g0acfa00-1

Offline

#4 2018-01-04 13:54:34

matrix432
Member
Registered: 2017-07-04
Posts: 30

Re: [Solved] Asus AC56 usb wireless not detected

I've managed to get my wireless interface running. I hade to install the linux headers and update the system with
pacman -Syu.

Offline

Board footer

Powered by FluxBB