Re: [zd1211-devs] dhclient stopped working

2007-04-30 Thread Lucio Crusca
Juerg Haefliger wrote:
 I'm having similar issues as Lucio. 

I have solved the problem avoiding to use dhclient and going with static IP 
addresses... not the real solution, but it is acceptable for me and seems to 
work.

Lucio.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] dhclient stopped working

2007-04-17 Thread Mayne
On Mon, 16 Apr 2007, Lucio Crusca wrote:

 #!/bin/bash -x
 modprobe zd1211rw
 ifconfig wlan0 up
 iwconfig wlan0 rate 2Mb
 iwconfig wlan0 essid MyAP key xx ap 00:18:F3:93:2D:33
 dhclient wlan0

I wonder why this worked with the zd1211rw at all. The new driver doesn't 
like the ifconfig down/up circle dhclient initiates before trying to get 
an IP, see 
http://www.nabble.com/zd1211rw-WPA1-dhclient-failure-tf3230778.html .

However, you said static IPs do not work either. That would be odd. Sure?

 * I've forgotten to cutpaste the exact message, but when I modprobe zd1211rw,
 it appears something in /var/log/messages telling that the firmware version
 doesn't match the hardware version or something like that, however it seems
 to load the firmware without problems

Yes, just ignore that message.

Regards

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] dhclient stopped working

2007-04-17 Thread Ulrich Kunitz
On 07-04-17 09:45 Mayne wrote:

 I wonder why this worked with the zd1211rw at all. The new driver doesn't 
 like the ifconfig down/up circle dhclient initiates before trying to get 
 an IP, see 
 http://www.nabble.com/zd1211rw-WPA1-dhclient-failure-tf3230778.html .

This is not dhclient, this is a Debian script in etc. The issue is
that most of this stuff isn't working, because the scripts were
written for Ethernet cards.

For WPA you have to use wpa_supplicant, but calling dhclient
directly after the association has been established, doesn't
create any problems here.

-- 
Uli Kunitz

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] dhclient stopped working

2007-04-16 Thread Ulrich Kunitz
On 07-04-16 23:56 Lucio Crusca wrote:

Lucio please add to the script the following.

 #!/bin/bash -x
killall dhclient # Might not be what you want if you have several
 # dhclients running in parallel.
 modprobe zd1211rw # Shouldn't be needed if udev is configured
# the right way.
ifconfig wlan0 down
 ifconfig wlan0 up
 iwconfig wlan0 rate 2Mb
 iwconfig wlan0 essid MyAP key xx ap 00:18:F3:93:2D:33
iwconfig wlan0 mode managed
 dhclient wlan

If it doesn't work, forward the output of iwconfig and ifconfig.
If encryption parameters change, do rmmod zd1211rw, followed by a
modprobe.

-- 
Uli Kunitz

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs