I'm using a Pretec modle OC-WLBXX-A card. I've specified a channel, but it seems to be skipping around from channel to channel until the connection is made. I've tried
iwconfig eth0 channel 6
but get the "operation not supported" error. Using the Network configure program and selecting "Rescan Neighbouhood" works great. It finds the AP, but the card still won't give me a solid light and connect. What's wierd is after about 10 minutes the light goes solid and everything works great.
root@collie:~# cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(
, ifdown(
# The loopback interface
auto lo
iface lo inet loopback
# Wireless interfaces
iface atml0 inet dhcp
# Wired or wireless interfaces
#iface eth0 inet dhcp
# Zaurus usbnet
iface usbd0 inet static
gateway 192.168.129.200
down changedns -r 129.162.80.2
up changedns -a 129.162.80.2
netmask 255.255.255.0
address 192.168.129.201
iface eth0 inet static
down changedns -r 206.127.0.3
up changedns -a 206.127.0.3
gateway 192.168.1.32
netmask 255.255.255.0
address 192.168.1.34
wireless_key 1234123412 [1] [2] [3] [4] open key [1]
wireless_ap 00:40:96:28:6E:DF
wireless_essid Dean's Network
wireless_mode managed
wireless_channel 6
root@collie:~#