[ltp] Disaster...my hack don't work no more...

M. Leo Cooper linux-thinkpad@linux-thinkpad.org
Fri, 31 Dec 2004 21:57:10 -0700 (MST)


On Fri, 31 Dec 2004, Michelle Klein-Hass wrote:

> I wound up updating myself out of a working sound system. I have been so
> conditioned to "update early, update often" that I totally played myself.
>
> The modprobe hack now gives me this result:
>
> FATAL: Error inserting snd_cs4236
> (/lib/modules/2.6.9-1-686/kernel/sound/isa/cs423x/snd-cs4236.ko): No such
> device
> FATAL: Error running install command for snd_cs4236

After bootup, try, as root:
  modprobe snd-cs4232 port=0x530 cport=0x330 irq=5 dma1=1 dma2=0 isapnp=0

If that works, then you can append this line to the end of /etc/rc.d/rc.local
-- an ugly hack, sure, but it works.

Best of luck, and again thanks for cluing us in to the "isapnp=0" option.