Qgoo AC1200 WifiAdapter not recognized, Just installed

Hi. I bought a Qgoo 1200 usb wifi adapter and it was delivered today. However, the computer does not see it (see screenshot for terminal commands). I have another usb adapter that I am using to connect here, but the speed is terrible--it should be up to 50Mbps or 30 at least, but it registers at 1Mbps. I have an install.sh file, but after running in the terminal, I am asked for the root make password, I enter my sudo, but that does not complete the install process. Should I remove the usb I am using now in the future when trying to get the Qgoo installed--if I can leave them both in when installing the Qgoo, how do I choose which usb is used? I tried rebooting with just the Qgoo in. Thanks.

It's a USB adapter, lsusb will show it.
I see a Realtek 1200M adapter in the first try. device info 0bda:b812

The command should be sudo iw dev wlan0 scan

You have to find the Realtek driver RTL8812BU and compile it.

1 Like

Hi-- thanks for helping. My machine is throwing up errors when I am copying-and-pasting commands from askubuntu--the building module part.

https://askubuntu.com/questions/1079377/how-do-i-install-drivers-for-realtek-rtl8812bu

I am directed to a log for more info--I have attached the section with the errors--let me know if you want the full log. I don't want to provide mountains of code to force you to go looking for a needle in the info.

cc1: all warnings being treated as errors
make[2]: *** [scripts/Makefile.build:297: /var/lib/dkms/rtl88x2bu/5.2.4.4/build/core/rtw_io.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
make[2]: *** [scripts/Makefile.build:297: /var/lib/dkms/rtl88x2bu/5.2.4.4/build/core/rtw_security.o] Error 1
cc1: all warnings being treated as errors
make[2]: *** [scripts/Makefile.build:297: /var/lib/dkms/rtl88x2bu/5.2.4.4/build/core/rtw_cmd.o] Error 1
cc1: all warnings being treated as errors
make[2]: *** [scripts/Makefile.build:297: /var/lib/dkms/rtl88x2bu/5.2.4.4/build/core/rtw_debug.o] Error 1
make[1]: *** [Makefile:1881: /var/lib/dkms/rtl88x2bu/5.2.4.4/build] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-46-generic'
make: *** [Makefile:1795: modules] Error 2

Here is what the terminal says at the step with an error:

anthony@anthony-OptiPlex-9010:~/rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044$ sudo dkms build -m rtl88x2bu -v ${VER}

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j4 KERNELRELEASE=5.15.0-46-generic KVER=5.15.0-46-generic...(bad exit status: 2)
ERROR (dkms apport): binary package for rtl88x2bu: 5.2.4.4 not found
Error! Bad return status for module build on kernel: 5.15.0-46-generic (x86_64)
Consult /var/lib/dkms/rtl88x2bu/5.2.4.4/build/make.log for more information.

Thanks for the help!

this may help

I dont have that wifi adapter so I cannot test.