[ltp] tp600E breezy and sound

Vaclav Stepan linux-thinkpad@linux-thinkpad.org
Wed, 21 Dec 2005 20:29:09 +0100


On Wed, Dec 14, 2005 at 11:53:39PM +0200, Efthym wrote:
> On Wed, 14 Dec 2005 19:43:21 +0200, <thinkpadls@lecurie.hn.org> wrote:
> 
> >hi all
> 
> hi
> >my sound card dont work with 2.6 kernel
> >anyone have a breezy in a thinpad 600E with sound ??
> >
> >0000:00:06.0 Multimedia audio controller: Cirrus Logic CS 4610/11
> >[CrystalClear SoundFusion Audio Accelerator] (rev 01)
> >
> >
> >root@gaetsmobile:/home/stephanie# uname -r
> >2.6.12-8-386
> >root@gaetsmobile:/home/stephanie# insmod
> >/lib/modules/2.6.12-8-386/kernel/sound/isa/cs423x/snd-cs4232.ko
> >insmod: error inserting
> >'/lib/modules/2.6.12-8-386/kernel/sound/isa/cs423x/snd-cs4232.ko': -1
> >Unknown symbol in module

Hello,

try:
depmod -a
modprobe snd-cs4236

If you still get this error, there is some required module missing or
you separately compiled modules and kernel and something does not match.

Furthermore - with wrong or incomplete settings in modprobe.conf you will
likely get another error (but not the "Unknown symbol in module").

And you need to have the``fast-boot'' option disabled in BIOS.

About the 4610 - as it was said - it's a 4610 but wired on ISA, so you need
an ISA module (which is the snd-cs4236).

Sincerely yours

Vaclav Stepan