[ltp] 770 sound fix

M. Leo Cooper linux-thinkpad@linux-thinkpad.org
Mon, 9 Dec 2002 11:57:44 -0700 (MST)


A few weeks back, I posted to the group a query about sound problems on
my 770 tp. It seems that the sound worked fine, but I needed to do a
"sndconfig" each and every time I booted up.

Well, I found something in the group archives to the effect that the CS4232
chipset had to be initialized *twice* for it to work. Maybe a hardware bug
there. Anyhow, the fix is simple enough.

Just add the following lines to the end of /etc/rc.d/rc.local

# Reinitialize sound card.
rmmod cs4232
modprobe cs4232



Mendel