Changes between Version 13 and Version 14 of Internal/UbiquitiDrivers


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

Legend:

Unmodified
Added
Removed
Modified
  • Internal/UbiquitiDrivers

    v13 v14  
    102102The readme specfically says multiple cards had not been tested, but they are enumerated by the driver (the stock atheros driver was also able to enumerate them with out a problem). The logical devices, wifi0 - 2 are enumerated.
    103103
    104 ---
     104The make directive I used to get it to work was:
     105{{{
     106sudo make KERNELRELEASE=$(uname -r) KMODPATH=/lib/modules/$(uname -r)/net install
     107}}}
     108
     109make info enumerates all the variables (most of which are wrong).
     110----
    105111
    106112in dmesg when the modules are being loaded, an error comes up about ath_hal: ubnt license upload failed. In the forums there is a post (http://forum.ubnt.com/forum/viewtopic.php?t=1526&highlight=ath) that recomends removing a line from ath/if_ath.c. I tired to comment out the problem line and then rebuild the modules. That didn't work so well, as the modules complie, but they don't install.
    107113
    108 I can't seem to get them to load.
    109114
    110115