Laptops :: sound Thinkpad 600



Okay, "sound-nerd" I will prepare to follow this procedure. I am hopeful that some combination of the aforementioned will work. I have tried entering "stuff" on the cmd prompt level, but always get the typical errors. I will try to set aside some time for this specific task and post here with the results.
Thank you very much for providing the resources and information. It is much appreciated.

Ok, I've being trying to add the code to my bootlocal.sh but it will not let me save it. I've tried changing the permissions and everything. Anything you guys can suggest?
I know, I know. You said to do this a long time ago.
I finger fornicated it. Sorry.
This worked for me when I followed the instructinos of this post and added the following to

/opt/bootlocal.sh

rmmod soundcore
modprobe sound
insmod ad1848
insmod uart401
insmod cs4232 io=0x530 irq=5 dma=1 dma2=0


THANKS  KE4NT !!!!

Im sorry to bring this thread from the dead, but since
some members reported success with the instructions posted,
I was wondering if any of you could help me out as well, Im using the same machine TP600.
when following the procedure this is what happens:
Code Sample

#rmmod soundcore          //returns prompt no problem
#modprobe sound              //returns prompt no problem
#insmod ad1848
Using /lib/modules/2.4.26/kernel/drivers/sound/ad1848.o.gz
/lib/modules/2.4.26/kernel/drivers/sound/ad1848.o.gz: unresolved symbol isapnp_find_dev



As a result when the in the last step is fails for problems with the ad1848 module.
Code Sample

#insmod cs4232 io=0x530 irq=5 dma=1 dma2=0
Using /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz
/lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol isapnp_probe_devs
/lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol ad1848_detect
/lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol ad1848_init
/lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol ad1848_control
/lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol ad1848_unload

I've been trying to make sound work on this machine for the longest and the info in this board seems promising, anyone please care to comment on my situation, it'll be ver appreciated.

Regarding my previous problem, i found out that
i needed to load the isa-pnp module first in order to
load ad18148, but when loading the sound card module I'm
still getting problems:
Code Sample

insmod cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9
Using /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz
/lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: init_module: No such device
/lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
     You may find more information in syslog or the output from dmesg

This is from dmesg:
Code Sample

ad1848/cs4248 codec driver Copyright (C) by Hannu Savolainen 1993-1996
ad1848: No ISAPnP cards found, trying standard ones...
cs4232: set synthio and synthirq to use the wavefront facilities.
cs4232: set synthio and synthirq to use the wavefront facilities.
cs4232: set synthio and synthirq to use the wavefront facilities.
cs4232: set synthio and synthirq to use the wavefront facilities.
cs4232: set synthio and synthirq to use the wavefront facilities.
cs4232: set synthio and synthirq to use the wavefront facilities.
YM3812 and OPL-3 driver Copyright (C) by Hannu Savolainen, Rob Hooft 1993-1996
OPL3 not detected ff
cs4232: set synthio and synthirq to use the wavefront facilities.
cs4232: set synthio and synthirq to use the wavefront facilities.

I think im getting closer, any suggestions?

Next Page...
original here.