Pretty easy compared to some months ago, you don’t need a firmware or a driver-patch anymore!:
wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2tar jxvf compat-wireless-2.6.tar.bz2 cd compat-wireless-2.6 make sudo make install sudo rmmod iwlagn iwlcore #(important! these are not known by the install process yet!) sudo make unload sudo make load- done - test with:
sudo aireplay wlan0 --test
tar jxvf compat-wireless-$(date -I).tar.bz2
should be
tar jxvf compat-wireless-2.6.tar.bz2
when it is downloaded, the file is compat-wireless-2.6
after it is untar’d it then has the date included.
Kommentar von demasrv — 10. Dezember 2008 @ 00:06 |
Does this commit make it so that you dont need to rmmod iwlagn and iwlcore?
http://git.kernel.org/?p=linux/kernel/git/mcgrof/compat-wireless-2.6.git;a=commitdiff;h=103ec069875e91faaff850d68d46ab9118599b48
Kommentar von EateryOfPiza — 21. Januar 2009 @ 21:20 |