Crystal cs4237B Soundcard (Dell Latitiude Cpi D300XT)

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
Guest

Crystal cs4237B Soundcard (Dell Latitiude Cpi D300XT)

#1 Post by Guest »

This may be applicable to other Dell models with the same chip.

Please turn the computer off before booting into puppy if you've been running Windows.

These values work for my machine, your milage may vary but these seem to be suggested on many web sites.

add to /etc/rc.d/rc.local

Code: Select all

#load the modules
/sbin/modprobe cs4232 io=0x530 irq=5 dma=0 dma2=1
/sbin/modprobe uart401 io=0x330 irq=9
/sbin/modprobe opl3 io=0x388

#set the volume
/usr/bin/setvol 0 90 90
And now I have no problems listening to mp3's via xmms

Post Reply