12th Sep, 2016, 11:21 PM
Just like the title says I've installed a fresh copy of xbian on my RPi2 and having issues getting my Netgear A6210 installed... Does anyone have this network adapter and have it working? I've seen online that a guy has drivers out for this network adapter, which seem to work on raspbian, which I can install and try for myself to see if it works. However, I can't seem to get it to install on my xbian build. It keeps giving me errors when I try the "make" portion...
Just curious if anyone has had this adapter successfully installed on xbian.
github link
https://github.com/jurobystricky/Netgear-A6210
Also forgot to say I'm pretty new to working in linux and writing things on the Pi, so if you need more information I might need to have you explain how to do it because like I said I'm pretty new... I am a computer programmer by trade so I do know a few things but unfortunately mainly all in the windows environments.
Just curious if anyone has had this adapter successfully installed on xbian.
github link
https://github.com/jurobystricky/Netgear-A6210
Code:
*** Building driver with debug messages ***
cp -f os/linux/Makefile.6 /home/xbian/Netgear-A6210/os/linux/Makefile
cp: cannot remove ‘/home/xbian/Netgear-A6210/os/linux/Makefile’: Permission denied
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 1
Also forgot to say I'm pretty new to working in linux and writing things on the Pi, so if you need more information I might need to have you explain how to do it because like I said I'm pretty new... I am a computer programmer by trade so I do know a few things but unfortunately mainly all in the windows environments.