Multimedia :: Help setting up sound on my 550CDT



alsa isn't included in DSL, only OSS..
Try this command after a nosound boot:
Quote
sudo modprobe opl3sa2 isapnp=0

turning isa pnp off is the key for many people...

if still no sound, try with more params:
Quote
sudo modprobe opl3sa2 isapnp=0 irq=5 dma=1 multiple=0

I'm not 100% sure which IO of the ones you gave is the base one.. but isapnp=0 works often

Forum searches: see http://damnsmalllinux.org/cgi-bin....8;st=15 and/or http://damnsmalllinux.org/cgi-bin....93;st=5 for example.

Note: alsa is available in mydsl if you wish to use that instead.

got it working using ALSA in the end as the OSS driver refused to load.
Try looking at:

http://damnsmalllinux.org/wiki/index.php/Libretto_100CT

You should be able to get the correct i/o  & memory settings from the BIOS for your machine.


original here.