mjgroves
2005-12-22, 12:42 AM CST
Hello everyone,
After trying about 4 or 5 different distros of linux, I finally settled on the reliability and looks of RH. You just cant beat it.
Before I start, I just want to let everyone know what I am a new user to Linux, but I have done a few days worth of testing and reading on the subject. The questions im about to ask arent noob "walk me through everything before i read anything" questions. Please be patient and post in detail if you have a solution.
So, today I installed Fedora Core 4 on my Dell Inspiron 8200 laptop. Installation, updates using yum, and everything else works fine. Except for my wireless card.
The wireless card I have uses an Atheros chipset, which i found the madwifi drivers for. Installed using yum, rebooted. Found the driver when doing Network Config-> add wireless device -> atheros communications. I CAN connect perfectly fine to my router and surf the internet. Great! But one thing. I dont want to have a network totally unprotected in a busy area like this.
I then installed wpa_supplicant using yum. Followed this guide: http://fedoranews.org/blog/?p=599.
After running this line:
wpa_supplicant -ddK -iath0 -c/etc/wpa_supplicant.conf -Dmadwifi
I get a few handshaking messages and it says i am connected. After this, I go to my network configuration, activate my connection... and im in!! Everything works at this point.
NOW TO THE QUESTIONS:
1. If I reboot my computer, I sit there for 30 seconds waiting for my ath0 to activate, which it never does. How can I set this so wpa supplicant starts up BEFORE the card tries to activate. Basically im asking how do I automatically have wpa and my wireless card activate during boot so I dont have to worry about retyping and reactivating my card every time when i start my computer.
NOTE: I also found this guide: http://www.metahusky.net/~gavin/home/wireless.html
The last step tells me to
"Add the following lines after the comment in /etc/init.d/network"
/sbin/modprobe ndiswrapper
/usr/local/bin/wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf &
Which comments is he talking about? I see a million sections with comments. Just thought i would post about this guide if it will help anyone.
2. I saw this thing called NetworkManager, and it looks wonderful. Does this support WPA yet?
Thanks again for your help. Its much appreciated.
After trying about 4 or 5 different distros of linux, I finally settled on the reliability and looks of RH. You just cant beat it.
Before I start, I just want to let everyone know what I am a new user to Linux, but I have done a few days worth of testing and reading on the subject. The questions im about to ask arent noob "walk me through everything before i read anything" questions. Please be patient and post in detail if you have a solution.
So, today I installed Fedora Core 4 on my Dell Inspiron 8200 laptop. Installation, updates using yum, and everything else works fine. Except for my wireless card.
The wireless card I have uses an Atheros chipset, which i found the madwifi drivers for. Installed using yum, rebooted. Found the driver when doing Network Config-> add wireless device -> atheros communications. I CAN connect perfectly fine to my router and surf the internet. Great! But one thing. I dont want to have a network totally unprotected in a busy area like this.
I then installed wpa_supplicant using yum. Followed this guide: http://fedoranews.org/blog/?p=599.
After running this line:
wpa_supplicant -ddK -iath0 -c/etc/wpa_supplicant.conf -Dmadwifi
I get a few handshaking messages and it says i am connected. After this, I go to my network configuration, activate my connection... and im in!! Everything works at this point.
NOW TO THE QUESTIONS:
1. If I reboot my computer, I sit there for 30 seconds waiting for my ath0 to activate, which it never does. How can I set this so wpa supplicant starts up BEFORE the card tries to activate. Basically im asking how do I automatically have wpa and my wireless card activate during boot so I dont have to worry about retyping and reactivating my card every time when i start my computer.
NOTE: I also found this guide: http://www.metahusky.net/~gavin/home/wireless.html
The last step tells me to
"Add the following lines after the comment in /etc/init.d/network"
/sbin/modprobe ndiswrapper
/usr/local/bin/wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf &
Which comments is he talking about? I see a million sections with comments. Just thought i would post about this guide if it will help anyone.
2. I saw this thing called NetworkManager, and it looks wonderful. Does this support WPA yet?
Thanks again for your help. Its much appreciated.