Changes between Version 15 and Version 16 of Internal/UbiquitiDrivers


Ignore:
Timestamp:
Oct 24, 2008, 10:33:19 PM (16 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/UbiquitiDrivers

    v15 v16  
    114114I also tired removing 2 of the cards so that there was only 1 ubiquiti and nothing else on the pci bus. That did not help.
    115115
     116----
    116117
     118Turns out it was working all the time. You have to use
     119
     120{{{
     121wlanconfig ath0 create wlandev wifi0
     122}}}
     123
     124to 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).
     125