In the next day or so I will package the original zd1211rw driver (with firmware) as a dotpet.
But in the meantime, there is some extra information you may wish to try. You could try to configure your wifi device from the commandline, as I explained in a HOWTO here -
http://www.murga-linux.com/puppy/viewtopic.php?t=22469
this has the benefit of running setup commands one at a time, and it's easier to diagnose exactly where the problem is.
But there is one major deviation from those instructions I would suggest; you will see in the HOWTO this command
Code: Select all
ifconfig wlan0 up
If true, you will see an error when you try to run the iwconfig commands.
So before running the iwconfig command, do this first -
Code: Select all
ifconfig wlan0 down
If you get to this stage successfully, it will then probably be necessary to make the interface active before running the dhcpcd command.