| View previous topic :: View next topic |
| Author |
Message |
coplaniuk Guru


Joined: 14 Apr 2004 Posts: 461 Location: Philadelphia, USA
|
Posted: Fri Jul 28, 2006 5:59 am Post subject: wpa_supplicant -- connecting, but not transferring [solved] |
|
|
I've been trying to get the ipw3945 drivers working on my laptop. I discovered this thread and got the driver installed. It loads without error, I can even start the interface, eth1. It finds the ESSID and connects. It picks up the right IP address and gateway settings, but I can't get any further than that. I can't ping anything on or off the network. I obviously can't telnet to the server. I can't do anything network related. But it still shows on ifconfig as connected and working without any errors.
I'd like to troubleshoot and see what the problem is. I don't know if it's my config, a limitation of the driver or what-not. I don't really know where to begin (Hell...barely knew what to search for here on the forums).
Here's the pertinent data files:
/etc/wpa_supplicant.conf:
| Code: |
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=1
fast_reauth=1
network {
ssid="beacon"
key_mgmt=NONE
wep_key0=0000000013
wep_tx_keyidx=0
priority=5
}
|
/etc/conf.d/net:
| Code: |
modules=("wpa_supplicant")
wpa_supplicant_eth1="-Dwext"
config_eth1=( "192.168.0.6 netmask 255.255.255.0 brd 192.168.0.255" )
routes_eth1=( "default gw 192.168.0.2" )
|
Important versions:
Linux = 2.6.17-gentoo-r4
wpa_supplicant = 0.4.9
ipw3945 = 1.0.5
Any help troubleshooting would be greatly appreciated. _________________ -- Coplan
~/ Outland - Art, Music, PHP and Hidden Corners of the Web
-{ Embrace Life. Evolve your computer. Emerge Gentoo. }-
Last edited by coplaniuk on Mon Jul 31, 2006 12:15 pm; edited 2 times in total |
|
| Back to top |
|
 |
coplaniuk Guru


Joined: 14 Apr 2004 Posts: 461 Location: Philadelphia, USA
|
Posted: Fri Jul 28, 2006 1:19 pm Post subject: |
|
|
Anyone? Been trying all night...can't figure it out. _________________ -- Coplan
~/ Outland - Art, Music, PHP and Hidden Corners of the Web
-{ Embrace Life. Evolve your computer. Emerge Gentoo. }- |
|
| Back to top |
|
 |
coplaniuk Guru


Joined: 14 Apr 2004 Posts: 461 Location: Philadelphia, USA
|
Posted: Sat Jul 29, 2006 2:59 pm Post subject: |
|
|
Still having troubles, and I havn' found anything on the forums here to help me figure out the problem. So I pose another quick question....
Does ipw3945 drivers support WEP and wpa_supplicat? _________________ -- Coplan
~/ Outland - Art, Music, PHP and Hidden Corners of the Web
-{ Embrace Life. Evolve your computer. Emerge Gentoo. }- |
|
| Back to top |
|
 |
UberLord Retired Dev


Joined: 18 Sep 2003 Posts: 6274 Location: Blighty
|
Posted: Sat Jul 29, 2006 4:09 pm Post subject: |
|
|
| coplaniuk wrote: | | Does ipw3945 drivers support WEP and wpa_supplicat? |
Yes - and you have proved that the connection does work as dhcp works.
Can you ping the gateway at all? _________________ When baselayout tells you to update config files or things break WE REALLY DO MEAN IT
Please add SOLVED to the thread title if your issue has been
Strip comments from configs please |
|
| Back to top |
|
 |
coplaniuk Guru


Joined: 14 Apr 2004 Posts: 461 Location: Philadelphia, USA
|
Posted: Sat Jul 29, 2006 4:22 pm Post subject: |
|
|
Hub is 192.168.0.1 -- can't ping that.
Firewal (my other Gentoo box) is 192.168.0.2 -- can't ping that either.
It comes up listed as connected if I run an ifconfig (sorry...can't paste the output...I'm in Windows right now trying to troubleshoot). _________________ -- Coplan
~/ Outland - Art, Music, PHP and Hidden Corners of the Web
-{ Embrace Life. Evolve your computer. Emerge Gentoo. }- |
|
| Back to top |
|
 |
VinzC Advocate


Joined: 17 Apr 2004 Posts: 4345 Location: Spa (Belgium)
|
Posted: Mon Jul 31, 2006 8:27 am Post subject: |
|
|
As per your dmesg output in the other thread you should enable cryptographic option ARC4 cipher algorithm in your kernel config, not as a module, easier:
| Code: | [*] Cryptographic API
<*> ARC4 cipher algorithm |
On my laptop I have enabled almost all options built-in.
EDIT: Please also put the results of the ping command here if possible. We need the exact error message (if any). _________________ Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root” |
|
| Back to top |
|
 |
coplaniuk Guru


Joined: 14 Apr 2004 Posts: 461 Location: Philadelphia, USA
|
Posted: Mon Jul 31, 2006 12:15 pm Post subject: |
|
|
I figured out the problem...sorta. I don't know why it didn't work before...but I emerged the masked development version of the drivers...and it worked perfectly.
It was definately something to do with WEP because I disabled that on my hub to figure it out and I was able to connect with the old drivers. But after I emerged the new drivers, I can connect with WEP again.
Thanks everyone for your help. This was a learning experience.
Now it's off to emerge X _________________ -- Coplan
~/ Outland - Art, Music, PHP and Hidden Corners of the Web
-{ Embrace Life. Evolve your computer. Emerge Gentoo. }- |
|
| Back to top |
|
 |
|