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-30 Thread Juerg Haefliger
Hi All, I'm having similar issues as Lucio. I have a Hawking HWU54G USB stick and am running a 2.6.21-rc4 kernel. I can't get the zd1211rw driver to work at all, except if I load/unload the ZyDAS driver first. I.e., after a reboot I load the zd1211rw driver and run the following commands but I c

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

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 l

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