Click to See Complete Forum and Search --> : No /etc/pcmcia/config in SuSe 10.1? (sigh)


Stween
07-31-2006, 04:28 PM
Hi,

Does anyone know where the replacement for /etc/pcmcia/config is in Suse 10.1? I've been hunting for a while, but no dice. The documentation doesn't tell me where to look.

I have a 802.15.4 PCMCIA card for work, which should be detected as serial_cs device. Instead, it binds to the following:Socket 0:
5.0V 16-bit PC Card
Subdevice 0 (function 0) bound to driver "snd-pdaudiocf"

This driver a) is horribly incorrect for the device type, and b) causes an oops when inserting the card, and gives me loads of these errors on removal:
ALSA sound/pcmcia/pdaudiocf/pdaudiocf_core.c:44: AK4117 ready timeout (read).

Where on earth do I tell SuSe to use serial_cs as opposed to snd-pdaudiocf?


Cheers,
S.

Stween
08-01-2006, 01:10 PM
/lib/modules/`uname -r`/modules.alias

Obviously.

The line:
alias pcmcia:m015Dc4C45f*fn*pfn*pa*pb*pc*pd* snd_pdaudiocf

...should have read:
alias pcmcia:m015Dc4C45f*fn*pfn*pa*pb*pc*pd* serial_cs

The "m" and "c" fields seem to be manufacturer and card ids. Problem solved.