opt/madwifi
2008-05-18 16:56:51 +02:00
..
.footprint madwifi: FS#272 2008-05-11 00:16:36 +02:00
.md5sum madwifi: updated to 0.9.4, FS #245 2008-03-21 13:00:36 +01:00
Pkgfile madwifi: forgot release bump for solving FS#272 2008-05-18 16:56:51 +02:00
README madwifi: FS#272 2008-05-11 00:16:36 +02:00

PRE-INSTALL

    Kernel sources must exist in /lib/modules/[version]/build

POST-INSTALL

    Run depmod -a, edit /etc/modprobe.conf and /etc/rc.d/net.  The module 
    name is ath_hal or ath_pci, depending on your card.  The wireless 
    ifdevice name is ath0.  Something like this should work:

    /etc/modprobe.conf:
    alias ath0 ath_pci

    /etc/rc.d/net:
    iwconfig ath0 essid myid
    iwconfig ath0 key mykey
    dhcpcd ath0