1. download compat-wireless drivers 2.6
2. download zd1211 / zydas 1211 driver injection patch
3. unpack both into same folder
4. browse into the directory where you unpacked them (using console ofcourse) (make sure that patch is in the root directory of drivers)
5. now apply the patch with the following command:
Code: Select all
patch -Np0 -i patch_file_name_here
Code: Select all
patch -Np0 -i zd1211rw-inject+dbi-fix-2.6.26.patch
7. type "make install" note that it might take quite a long (5 mins or so).
you are done, reboot and it should work, if not, then try these steps:
8. type "make unload" in order to unload the old driver
9. type "modprobe zd1211rw" to load the new driver
most likely you do not need steps 8 and 9, worked without those for me, i only rebooted and worked.