psaintlaurent / amped-wireless-aca1-linux

This is modified rtl8812au driver for Amped Wireless ACA1 USB wireless adapter
1 stars 0 forks source link

Any chance for this to be included in Linux? #1

Open kkimdev opened 9 years ago

kkimdev commented 9 years ago

Thanks for making this work. But it's kind of cumbersome to compile and run driver manually :/.. Any chance to be upstreamed?

psaintlaurent commented 9 years ago

I could submit a patch to some of the more popular distros and see if they bite. Keep in mind this is a fairly trivial fix from a linux kernel novice for a pretty obscure piece of hardware. It's going to be pretty hard to get anyone to approve this in mainline.

ausarneteru commented 7 years ago

make modules failes.. im running Linux kali 4.9.0-kali4-amd64 #1 SMP Debian 4.9.25-1kali1 (2017-05-04) x86_64 GNU/Linux

fails here .ndo_select_queue = rtw_select_queue, ^~~~ /opt/amped-wireless-aca1-linux/os_dep/linux/os_intfs.c:1053:22: note: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’) cc1: some warnings being treated as errors /usr/src/linux-headers-4.9.0-kali4-common/scripts/Makefile.build:298: recipe for target '/opt/amped-wireless-aca1-linux/os_dep/linux/os_intfs.o' failed make[4]: [/opt/amped-wireless-aca1-linux/os_dep/linux/os_intfs.o] Error 1 /usr/src/linux-headers-4.9.0-kali4-common/Makefile:1507: recipe for target 'module/opt/amped-wireless-aca1-linux' failed make[3]: [module/opt/amped-wireless-aca1-linux] Error 2 Makefile:150: recipe for target 'sub-make' failed make[2]: [sub-make] Error 2 Makefile:8: recipe for target 'all' failed make[1]: [all] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.9.0-kali4-amd64' Makefile:1041: recipe for target 'modules' failed

any way to get this to work?

psaintlaurent commented 7 years ago

Hey @ausarneteru I don't have a Kali linux usb stick but I can take a look at this later in the week. I'm going to download version 2017.1 of Kali and take a look. Just to verify, what version of Kali are you using?