2009-03-22

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

No comments:

Post a Comment

GitLab runner on Windows with bash shell on windows contianer on Docker

As part of your pipeline, you may need to perform browser testing across different platforms/environments. To minimize testing time, it'...