As of now, I have wifi on linux now! (No amount of typed words could express my joy!)
And, for all of you who may be having the same problem with Atheros drivers, here's what I did:
By the way, this is on Kubuntu 8.04.1 with KDE 3.5.9 and the wireless card is a AR242x wireless G.
First off, you need to download the following file:
snapshots.madwifi.org/madwifi-hal-0.10.5.6/
Then, extract the folder (it doesn't matter where).
Next, you need to open the extracted folder, and then open the folder inside it. When opening this folder, you should see various other folders, as well as a few texts documents. When in this folder, look on the right-hand side of dolphin and click "open terminal here".
Now that we've got the terminal open, you need to input the following commands, preferably one at a time.
make
sudo make install*
*you must do this, or else permission to the folders make install is trying to access is denied.
sudo modprobe ath_pci
sudo reboot
And hopefully, it will work for you. It is working for me now, and I couldn't be more pleased! That's one more thing I won't need Vista for...
And, for all of you who may be having the same problem with Atheros drivers, here's what I did:
By the way, this is on Kubuntu 8.04.1 with KDE 3.5.9 and the wireless card is a AR242x wireless G.
First off, you need to download the following file:
snapshots.madwifi.org/madwifi-hal-0.10.5.6/
Then, extract the folder (it doesn't matter where).
Next, you need to open the extracted folder, and then open the folder inside it. When opening this folder, you should see various other folders, as well as a few texts documents. When in this folder, look on the right-hand side of dolphin and click "open terminal here".
Now that we've got the terminal open, you need to input the following commands, preferably one at a time.
make
sudo make install*
*you must do this, or else permission to the folders make install is trying to access is denied.
sudo modprobe ath_pci
sudo reboot
And hopefully, it will work for you. It is working for me now, and I couldn't be more pleased! That's one more thing I won't need Vista for...
Comment