opt/madwifi/README

19 lines
405 B
Plaintext
Raw Normal View History

PRE-INSTALL
2006-03-27 01:49:44 +02:00
Kernel sources must exist in /usr/src/linux[-version]
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:
2006-03-27 01:49:44 +02:00
iwconfig ath0 essid myid
iwconfig ath0 key mykey
dhcpcd ath0