I can't compile the driver for my wlan card that uses the rt3062 chipset. I have the build essential installed as well as the headers but for some reason I can't compile drivers against new kernels.
I have a wireless PCI card that requires me to build the driver from the chipset maker. The latest version of their driver was produced on 17-Dec-2010. It has worked for me with all kernel versions up through 3.2.2.
Hello i bought a Linksis AE3000 wireless adapter on the hope i could use it with my linux ubuntu 12.04 and after some research on google i found a website: http://geekniggle.blogspot.com/2012/07/c...ongle.html , witch has not been good so far, i try every one of their steps:
i edit the file and added
{USB_DEVICE(0x13B1,0x003B)}, /* Cisco LinkSys AE3000 */
then i did the
sudo make -j10
and got
Hello i bought a Linksis AE3000 wireless adapter on the hope i could use it with my linux ubuntu 12.04 and after some research on google i found a website: http://geekniggle.blogspot.com/2012/07/c...ongle.html , witch has not been good so far, i try every one of their steps:
i edit the file and added
{USB_DEVICE(0x13B1,0x003B)}, /* Cisco LinkSys AE3000 */
then i did the
sudo make -j10
and got
As suggested by chili555 I've created a new thread to try and get this thing working ...
can't seem to get by the make stage, using either the driver in this thread or the newest one from ralink.
Here's the output:
Code:
~/myinstalls/2009_1110_RT3070_Linux_STA_v2.1.2.0 $ sudo make
make -C tools
make[1]: Entering directory `/home/lisa/myinstalls/2009_1110_RT3070_Linux_STA_v2.1.2.0/too
Quote:
Originally Posted by mizunoX
(Post 6112069)
I've noticed a few posts from people frustrated with the WUSB600N and the lack of support for it in Ubuntu/Linux so I thought I'd set the record straight for those searching the forums for answers.
Hello all
I am very new to Linux and need help installing a driver for my wireless card. I am trying to install the RT3070 v2.0.1.0 driver from Ralink. I am running Fedora 2.6.29.4-167.fc11.i686.PAE. I have read the thread in the Solutions section about this driver, but unfortunately this is somewhat above my levels of comprehension, and I don't really know where to start.
Code:
synae@Athena:~/Desktop/XFiDrv_Linux_Public_US_1.00$ make
make -C /lib/modules/2.6.31-14-generic/build M=/home/synae/Desktop/XFiDrv_Linux_Public_US_1.00
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic'
CC [M] /home/synae/Desktop/XFiDrv_Linux_Public_US_1.00/xfi.o
Hello Everyone !
I am having problem installing wifi drivers for Fedora 15 for my laptop.
I did search different articles and followed instructions of the post
http://forums.fedoraforum.org/archiv.../t-258430.html
I did everything accordingly and did the steps till
yum install kernel-devel kernel-headers
But I am still getting this error when I try to make
[root@localhost 20