I have a socket low power WLAN card. It gives the same readout as a previous poster (emerika).
I have the same card and it's working with 1.22 ROM our of the box.
That is what everyone tells me.
I think my card must have a problem, or be some weird interval revision. I've always had more trouble making it work than anyone else.
As long as I can hack at the files in /home/etc/pcmcia I know I can make it work if it doesn't. That is part of what is cool about Linux.
FYI: here is the change I had to make.
Modify /home/etc/pcmcia/spectrum.conf
ORIGNAL LINE:
class "network" module "hermes", "orinoco", "spectrum_cs"
MODIFIED LINE:
class "spectrum" module "hermes", "orinoco", "spectrum_cs"
That seems to be the key change. If I leave the line as stated in "original" my Socket card is seen as a LAN card. If I make the change given above, then it is seen as a WLAN card.
Does that make sense? Is my original line indeed what is stock to 1.21b? Or am I confused.