I have not had any luck at all with my Socket 6004 low-pwer cf wifi and Zaurus 5600 (Rom 1.32)... The lights have never come on. I\'ve configured spectrum.conf accordingly, and cardctl status say\'s its ready.
dmesg shows the orinoco drivers loaded, no errors.
Does anyone know if changing the scheme via \"cardctl scheme\" would turn on/off the lights? anything to help me out?
No spectrum driver?
In spectrum.conf, I have:
device \"spectrum_cs\"
# class \"network\"module \"hermes\", \"orinoco\", \"spectrum_cs\"
class \"spectrum\"modules \"hermes\", \"orinoco\", \"spectrum_cs\"
card \"LA4100 Spectrum24 CF WLAN Card\"
manfid 0x026c, 0x0001
bind \"spectrum_cs\"
card \"Socket Communications CF+LP WLAN Card\"
manfid 0x0104, 0x0001
bind \"spectrum_cs\"
and in spectrum, I have:
#!/bin/sh
#
export WIRELESS_USE=$0
./network $*
exit $?
cardctl scheme CardResume
will turn on my lights, this will turn them off:
cardctl scheme Suspend
You might want to try the other kernel....
Mike