Hi everyone,
I'm facing some problems with Fedora13 and the AR9285 wifi card... the connection is just too slow, and the wired connection works fine.
I just figured out that a lot of VAIO users (so am I) were in the same situation, and solved their problem by downloading ath9k drivers from linuxwireless.org.
Fine, I did it! That's what I found :
Quote:
Building and installing
cd /path/to/compat-wireless-2.6.32-rc5
./scripts/driver-select <driver-name>
make
sudo make install
|
...but make is looking for source files in /usr/src/kernels/2.6.34-7-61.fc13.x86_64/build/ , which doesn't exist! The /usr/src/kernels/ folder is just empty.
I also found something about the fact that Fedora13 didn't came with kernel's source files... So how can I install that driver? (I didn't find the package via yum...)
Thx a lot in advance!