rt2860 on Fedora11
For people missing out on wireless driver on Asus Eee 1000H, rt2860 has made it into stagging, and is not part of Fedora11. To build the same, download the latest snapshot from here, using "snapshot" link.
once done, extract the same and append the line below to Makefile
obj-m := rt2860sta.o
run the command below to build, and install the driver
$ make -C /lib/modules/`uname -r`/build M=`pwd` modules modules_install
To load the driver, once built, use the command below
$ modprobe rt2860sta
once done, extract the same and append the line below to Makefile
obj-m := rt2860sta.o
run the command below to build, and install the driver
$ make -C /lib/modules/`uname -r`/build M=`pwd` modules modules_install
To load the driver, once built, use the command below
$ modprobe rt2860sta
Comments
Post a Comment