Hi all, it seems that Socket has newer CF wifi card models that are not recognized on the zaurus :cry: Mine has part nr 00212A
cardctl ident reports
---
Socket 0:
product info: \"Socket\", \"CF+ LP WLAN Card Rev B\", \"\", \"\"
manfid: 0x0156, 0x0003
function: 6 (network)
---
Isn\'t that manfid the same as the orinoco gold pcmcia card :?:
I added the card to spectrum.conf and after a reboot it is detected correctly.
Sofar the good news. The old socket driver doesn\'t know what to do with it.
Edit: I changed the hermes.conf file to use orinoco_cs, like this:
card \"CF+ LP WLAN Card Rev B\"
manfid 0x0156,0x0003
bind \"orinoco_cs\"
This seems to have a little more success than the spectrum drivers.
dmesg now reports:
---
orinoco.c 0.13e (David Gibson <hermes@gibson.dropbear.id.au> and others)
orinoco_cs.c 0.13e (David Gibson <hermes@gibson.dropbear.id.au> and others)
eth0: Station identity 0015:0002:0001:000a
eth0: Looks like an Intersil firmware version 1.10.2
eth0: Ad-hoc demo mode supported
eth0: IEEE standard IBSS ad-hoc mode supported
eth0: WEP supported, 104-bit key
eth0: failed to read MAC address!
orinoco_cs: register_netdev() failed
---
It seems the driver can talk to the card, except for getting the MAC address. I don\'t know what the last error means.
Any ideas?