
Makefile:356: recipe for target 'LINUX' failed Make: Leaving directory '/usr/src/linux-headers-4.8.0-36-generic' Makefile:1491: recipe for target '_module_/home/kareem/Downloads/LinuxDriver4Fedora_v2.5.0.3/os/linux' failed Scripts/Makefile.build:289: recipe for target '/home/kareem/Downloads/LinuxDriver4Fedora_v2.5.0.3/os/linux/././sta/sta_cfg.o' failed

I then run the "make" command in terminal and i get this recipe for target 'LINUX' failed errorĬc1: some warnings being treated as errors configure: No such file or directoryĪpperantly i need a configure file to do this but the only such file is a configure.mk file (the driver the manual told me to blacklist plus the other 2 i found out to do aswell from some forum i forgot where)Īfter this i run. Ive also blacklisted my own onboard wifi card which is a realtek rtl8188ce(Using a rtl8192ce driver i think) here is what the blacklist file looks like I did this except create the tftpboot directory it root as i dont know where that is, theres the standard directory where everything you see or the "My Files" i guess, and apperantly a hidden folder called /root itself, which i dont know how to get to or how its going to write its rt3080sta.ko file to it as its hidden You will find rt3070sta.ko in /tftpboot directoryĦ) Unload driver $>ifconfig ra0 inet down $> tar jxvf LinuxDriver4Fedora_v2.5.0.3.tar.bz2 dat file into the Wireless/RT2870STA directory i made, seemed to work just fine*ģ) Create tftpboot directory under root directoryĤ) Compile the driver for the Panda Wireless N adapter *I had to use sudo nautilus to do this as it wouldnt let me cp the. You need to become the superuser of your machine before you perform the following instructions:-ġ) Blacklist RT2800 wireless module in the Linux Kernel $>cd /etc/modprobe.d $>vi nf Add "blacklist rt2800usb" at the end of the file.Ģ) Copy RT2870STA to /etc (RT2870STA.dat is located in your driver install directory) $>mkdir -p Wireless/RT2870STA (under /etc directory) $>cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat

pdf instruction manual, here is what it says If you scroll down on that website at the bottom theres a. On that website is where i installed the driver as well, but the filename of the driver says LinuxDriver4Fedora_v2.5.0.3.tar.bz2 and thats the only one they have for linux so im guessing it works for ubuntu too. Hello, im sort of noob and is using google to figure this stuff out, Im trying to install this usb wifi driver on ubuntu 16.04, the driver itself is a panda wireless pau06 that i bought from here
