DSL Tips and Tricks :: sound?



This site here:

http://tuxmobil.org/sound_linux.html

says the sound is a cs461x for the 600e.

ok so now i typed in:

Code Sample
modprobe sound
insmod ad1848
insmod uart401
insmod cs461x io=0x530 irq=5 dma=1 dma2=0


and it didnt work

You want us to help you? You gotta help us. Bada bing bada boom.

Please be a little more descriptive as far as - where you "typed it in" , what kind of errors you are getting; or other feedback from the terminal, if lsmod shows any kind of sound drivers loaded up, or not; if dmesg shows any indication that the hardware detection knows you even have sound, etc.

ls mod shows no sound things listed and i am typing this into Aterminal
try:

sudo modprobe cs46xx io=0x530 irq=5 dma=1 dma2=0
first and see if that loads the required modules.  If not try each one seperately as you did before using the cs46xx instead.

Next Page...
original here.