Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kkimdev opened this issue Jun 1, 2015 · 3 comments
Open

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

kkimdev opened this issue Jun 1, 2015 · 3 comments

Comments

@kkimdev
Copy link

kkimdev commented Jun 1, 2015

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

@psaintlaurent
Copy link
Owner

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
Copy link

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
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants