I recently bought a ASUS AC1200 (AC-53) and connected it to my rpi2 running LE. It doesn't seem to be recognized and I can't figure out how to get it to work. Looking at other forums it looks as though the realtek driver rtl8822bu is not present.
*Note: I currently have a Dlink adapter connected so I can SSH into the rpi2 (seen in lsusb output).
Any help would be appreciated. Thanks
Code
dmesg
[ 1030.741190] usb 1-1.2: new high-speed USB device number 8 using dwc_otg
[ 1030.832469] usb 1-1.2: New USB device found, idVendor=0b05, idProduct=184c
[ 1030.832487] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1030.832497] usb 1-1.2: Product: 802.11ac NIC
[ 1030.832506] usb 1-1.2: Manufacturer: Realtek
[ 1030.832516] usb 1-1.2: SerialNumber: 123456
lsmod
Module Size Used by
8812au 1175200 0
cfg80211 247994 1 8812au
rfkill 13757 2 cfg80211
bcm2835_gpiomem 2652 0
fixed 2407 0
lsusb
Bus 001 Device 006: ID 2001:3314 D-Link Corp.
Bus 001 Device 005: ID 0128:6901
Bus 001 Device 008: ID 0b05:184c ASUSTek Computer, Inc.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
uname -a
Linux LibreELEC 4.9.80 #1 SMP Fri Apr 13 11:08:35 BST 2018 armv7l GNU/Linux
Display More