to shepper
What drivers have you used for your wireless device ?
I'm using latest cvs snapshot from
http://at76c503a.berlios.de/ and it works just fine for me.
Also I'm not using a DHCP as all information is assigned on boot time in /etc/tc.d/rc.local:
------------------------
ifconfig wlan0 xxx.xxx.x.xx netmask 255.255.255.0 broadcast yyy.yyy.y.yyy
iwconfig wlan0 mode Managed channel 11 rate auto
route add default gw ZZZ.ZZZ.Z.Z
iwconfig wlan0 essid any
ifconfig wlan0
-------------------------
Where(examples are taken using home network with Windos & Unix OSes )
- xxx.xxx.x.xx is manually assigned address that your machine will use.
- yyy.yyy.y.yyy is a broadcast address (usually take first data from IP like if you IP is 192.168.0.52 then bcast is 192.168.0.254)
Channel - I looked up on Windows machine (which is on the same network)
ZZZ.ZZZ.Z.Z Gatway is an address of main CPu that has wireless base connected to it.
All this works fine for me on my Slackware 10.1 with k 2.4.29 system
hope this helps
Thanks,
Sader