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.

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

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

[zd1211-devs] dhclient stopped working

2007-04-16 Thread Lucio Crusca
Hello all, I'm afraid I'm off topic here, because I'm not a developer, however I couldn't manage to find a users mailing list. If you are aware of any, please point me there. I've been using three zd1211 USB adapters since r59 of the old driver. Then 2.6.18 came along and the old driver

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