My Atheros card is one that is very problematic with various versions of the kernel and certain distrobutions. With Ubuntu I have been able to grab the latest compat-wireless build from their site and install it just fine using the following commands:
./scripts/driver-select ath9k
make
sudo make install
sudo make unload
sudo modprobe ath9k
However, this does not work in Sabayon. When I try to make the driver I get an error about a directory not existing. I think the same issue is outlined in this post but I don't speak the language:
http://forum.sabayon.org/viewtopic.php?f=24&t=19377&p=110311&hilit=compat#p110311
Bottom line, does anyone know how to build the compat-wireless drivers in Sabayon so that I can have my wireless work? Thanks.
