I just got my Symbol CF wifi card (la-4137-1020-gp-ww) in the mail today and have been messing with my C1000 (running Cacko 1.23 full) for over an hour now trying to get it to work. I've searched around the forums here and google and haven't been able to come up with a working solution.
cardctl ident shows this:
Socket 0:
product info: "Symbol", "Spectrum24 LA4100 Series WLAN PC Card", "1.00"
manfid: 0x026c, 0x0001
function: 6 (network)
Socket 1:
no product info available
cardctl status yields:
Socket 0:
3.3V 16-bit PC Card [suspended]
Socket 1:
no card
I've tried doing a 'cardctl resume' but that just makes the light on the CF come on for about a second and then it turns back off.
After inserting the card, dmesg says:
orinoco 0.15rc2HEAD (David Gibson , Pavel Roskin , et al)
spectrum_cs 0.15rc2HEAD (Pavel Roskin , David Gibson , et al)
wlan0: Hardware identity 8000:0001:0000:0000
wlan0: Station identity 0021:0002:0002:0001
wlan0: Firmware determined as Symbol F3.91-68
wlan0: Ad-hoc demo mode supported
wlan0: IEEE standard IBSS ad-hoc mode supported
wlan0: WEP supported, 104-bit key
wlan0: MAC address 00:A0:F8:ED:3F:1A
wlan0: Station name "Prism I"
wlan0: ready
wlan0: index 0x01: Vcc 3.3, irq 135, io 0xf6000000-0xf6000047
pxa_pcmcia_suspend(0)
here's what I have in my spectrum.conf:
device "spectrum_cs"
class "spectrum" module "hermes", "orinoco", "spectrum_cs"
card "Spectrum24 LA4100 Series WLAN PC Card"
manfid 0x026c, 0x0001
bind "spectrum_cs"
I modified the card string to match what was given in 'cardctl ident', as it was different than what was originally in spectrum.conf. I get the plug icon in the tray, but tapping on it pops up a window saying Connecting, and then the light on the CF card blinks off and on about 1 second apart.
Anyone have any ideas that I can try?