Changes between Version 16 and Version 17 of Internal/UbiquitiDrivers


Ignore:
Timestamp:
Oct 24, 2008, 11:08:25 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/UbiquitiDrivers

    v16 v17  
    124124to make the ath0 device. This should happen automagicly, but I guess they don't set it to do that because this is used for setting the cards into diffrent modes (e.g. Monitor mode).  I stumbled across this when I was looking at (http://forum.ubnt.com/forum/viewtopic.php?t=3455&highlight=wlanconfig).
    125125
     126----
     127
     128I put it back together with all 3 cards and tried to enumerate all the devices, and was successful. It turns out the madwifi beginners guide does tell you about this:
     129
     130  '''If your svn snapshot is more recent than the 23rd January 2006, (r1407) than you can skip the following step:
     131  If not, then follow these instructions to make a normal station mode interface. Type (as root):'''
     132  {{{
     133  wlanconfig ath0 create wlandev wifi0 wlanmode sta
     134  }}}
     135
     136(http://madwifi.org/wiki/UserDocs/FirstTimeHowTo)