40 | | * cd /usr/src/madwifi/trunk |
41 | | * make |
42 | | * cp /usr/src/madwifi/trunk/net80211/*.ko /lib/modules/2.6.12/net |
43 | | * modprobe -r ath_pci |
44 | | * modprobe ath_pci |
| 40 | * Move to the madwifi directory and compile the changes |
| 41 | {{{ |
| 42 | root@node1-2:~$ cd /usr/src/madwifi/trunk |
| 43 | root@node1-2:~$ make |
| 44 | }}} |
| 45 | * Copy the modifed madwifi drivers to where the kernel expects them |
| 46 | {{{ |
| 47 | root@node1-2:~$ cp /usr/src/madwifi/trunk/net80211/*.ko /lib/modules/2.6.12/net |
| 48 | }}} |
| 49 | * Turn on and off the modified driver so the changes are active |
| 50 | {{{ |
| 51 | root@node1-2:~$ modprobe -r ath_pci |
| 52 | root@node1-2:~$ modprobe ath_pci |
| 53 | }}} |
| 54 | * Done! |