# get root
su -
# update portage :)
emerge sync
# emerge the wireless tools to manage the wireless card
# for thos interested I currently got wireless-tools-27_pre23
emerge wireless-tools
# now lets get the madwifi-driver :)
# my version: net-wireless/madwifi-driver-0.1_pre20040906
# in case you only have a real old version you might want to user
# ACCEPT_KEYWORDS="~x86" emerge madwifi-driver
emerge madwifi-driver
# plugged in the card
modprobe ath_pci
# create an init script
cp /etc/init.d/net.eth0 /etc/init.d/net.ath0
That was basically it... with iwconfig I found out it's working.. I will post my results in actual "live tests" soon