Hello,
I am trying to get a new Netis WF2190 USB adapter to work.
I followed the steps here: https://forums.opensuse.org/showthread.php/391535-My-wireless-doesn-t-work-a-primer-on-what-I-should-do-next
I can’t find any lines saying the firmware is missing, so I take it to be okay. It does found the Realtek-based adapter. Then I tried step four, but I only get two lines after typing “/usr/sbin/iwconfig”:
eth0 no wireless extensions.
lo no wireless extensions.
What should I do?
And actually, the manufacturer provides some files to compile the driver, including a sh script. I tried running the sh script, but ran into the following error:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.1.12-1-default/build M=/home/myname/Documents/RTL8812AU_linux_v4.3.8_12175.20140902/driver/rtl8812AU_linux_v4.3.8_12175.20140902 modules
make[1]: *** /lib/modules/4.1.12-1-default/build: No such file or directory. Stop.
Makefile:1456: recipe for target ‘modules’ failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg
##################################################
Thanks a lot.