PDA

View Full Version : ThinkPad 600e Sound



rec9140
06-13-2004, 05:12 PM
My new old refugee laptop IBM Thinkpad 600e has the typical sound issues.

I've tried the various suggestions in this forum and several sites on getting this configured, but no joy.

Most seem to be using different ports and IRQ's than what wimpdoze is showing as active in the config.

Before I blast the wimpdoze partition for a HD install I want to get the sound to work.

wimpdoze shows the following:

CS PCI Audio

IRQ 11
Memory 50100000 - 50100FFF
Memory 50000000 - 500FFFFF

WDM Audio Codecs

Input/Ouput 0530-0537
0388-038B
0220-0233
IRQ 5
DMA 01
DMA 00

WDM Audio Code Reg
Input/Output 0538-053F

WDM MPU-401
IRQ 10
Input/Output 0300-0303

Based on the forum(s) this stuff needs to be plugged into:
modprobe cs4232 io=? irq=? dma=1 dma2=0 mpuio=? mpuirq=? synthirq=? synthio=-1
modprobe opl3 io=?

Some guesses on this it should be:
modprobe cs4232 io=0x530 irq=11 dma=1 dma2=0 mpuio=0x300 mpuirq=10 synthirq=-1 synthio=-1
modprobe opl3 io=0x538

I've not had any success in getting this to work, just silence.

Thanks.

pstoddard
06-14-2004, 12:40 PM
Well this is how I got the sound to work on my Thinkpad 600E.

Open a shell and logon as root and type
insmod sound
insmod ad1848
insmod uart401
insmod cs4232 io=0x530 irq=5 dma=1 dma2-0 mpuio=0x330 mpuirq=9

this will load the correct drivers, however you will have to enter this everytime you reboot so if anyone out there has a script that will run these commands on boot I would appreciate hearing from you.

Update: I finally got the mods above to load at boot what I did was create a file with the above commands and saved it as cs4232 in the /etc folder and made it executable.

Then cd to /etc/rc5.d and ran

ln -s /etc/cs4232 S98cs4232

this created the symlink and I then rebooted the laptop and sound loaded on start.

outanet
11-22-2004, 11:35 PM
works great for me.
thanks

pedrojbg
03-13-2005, 05:17 PM
HI all

Hi have tried this commands on my laptop ,but with no sucess, I have also entered them with different IRQ, but no sucess , not even with OSS Software I have any sucess.
Could anyone give me some advice

Thks :?

casperbg
05-04-2005, 11:08 AM
When i type as root:
#insmod sound
insmod:cant read sound : No such file or directory
#insmod ad1848
insmod:cant read sound : No such file or directory
i#nsmod uart401
insmod:cant read sound : No such file or directory
#insmod cs.....
insmod:cant read sound : No such file or directory

What can I do???

jogego
06-04-2005, 04:07 PM
Can anybody give me any assistance in getting sound to work on my thinkpad 600E? I followed the instructions above but I keep getting the folllowing error messages:

root@tp600e:/home/tunde# insmod sound
insmod: can't read 'sound': No such file or directory
root@tp600e:/home/tunde# insmod ad1848
insmod: can't read 'ad1848': No such file or directory
root@tp600e:/home/tunde# insmod uart401
insmod: can't read 'uart401': No such file or directory
root@tp600e:/home/tunde# insmod cs4232 io=0x530 irq=5 dma=1 dma2-0 mpuio=0x330 mpuirq=9
insmod: can't read 'cs4232': No such file or directory
root@tp600e:/home/tunde# insmod sound
insmod: can't read 'sound': No such file or directory

any help appreciated.

jogego
06-13-2005, 07:31 AM
Thanks everybody. I have somehow made it work. The process I used is at

http://www.linuxquestions.org/questions/showthread.php?s=&postid=1691592#post1691592

basically u need to turn off quick boot in the bios. and run alsaconf. Some other steps are outlined there. If its not too clear to anyone be glad to help