Changes between Version 4 and Version 5 of HowTo/bssidFix


Ignore:
Timestamp:
Aug 25, 2006, 11:38:09 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/bssidFix

    v4 v5  
    3838}}}
    3939 * Save the file
    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{{{
     42root@node1-2:~$ cd /usr/src/madwifi/trunk
     43root@node1-2:~$ make
     44}}}
     45 * Copy the modifed madwifi drivers to where the kernel expects them
     46{{{
     47root@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{{{
     51root@node1-2:~$ modprobe -r ath_pci
     52root@node1-2:~$ modprobe ath_pci
     53}}}
     54 * Done!
    4555
    4656You will probably want to save the image this modified node so that you can save running these steps each time you want to perform an experiment.