Re: [Alsa-user] Cyrrus Logic Crystal CS4237B to configure
Brought to you by:
perex
|
From: Rene H. <ren...@ke...> - 2006-05-24 01:05:03
|
Hulin Thibaud wrote: > I rode the documentation of Alsa Yeeehaaa! > to configure my Cyrrus Logic Crystal CS4237B (it's an ISA PnP > soundcard) and I was install the last version of alsa by this link > http://www.tldp.org/HOWTO/Alsa-sound-7.html . That's really wholly obsolete, I'm afraid. Ignore it. > However, my kernel Linux 2.6.12-10-k7 can't recognize my soundcard. > Indeed, when I type "setpnp 0f on", I obtain "lspnp: /proc/bus/pnp > not available", however I installed pnpbios-tools_3.2.8-8_i386. You shouldn't use any external PnP tools on 2.6; "modprobe snd-cs4236" should be all you need assuming you have ISA-PnP support enabled in your kernel. If this doesn't work (check dmesg, and start alsamixer after this to unmute channels and increase volume) please verify whether or not you have ISA-PnP support in the kernel, for example by seeing if the card shows up under /sys/devices/pnp. Example for a CS4236 card: $ cat /sys/devices/pnp1/01\:01/card_id CSCa836 Please do not post in HTML by the way. And certainly not in HTML with a black background... Rene. |