[ltp] Help for a newbie

Fekete Gabor linux-thinkpad@linux-thinkpad.org
Sun, 19 Jan 2003 17:53:15 +0100 (NFT)


> On Sun, 19 Jan 2003 11:15:35 +0100 (NFT)
> Fekete Gabor <feketga@delfin.klte.hu> wrote:
> 
> > BUT! My sound card plays mp3s in slow motion. Arrrrrgggh! :(
> > Under win98 it works right.
> > I have these settings :
> >  /sbin/modprobe sound dmabuf=1
> >  /sbin/insmod ad1848
> >  /sbin/insmod uart401
> >  /sbin/insmod cs4232 io=0x530 irq=5 dma=0 dma2=1 mpuio=0x330 mpuirq=5
> 
> This might sound like a strange thing to do, but unload the sound module
> and reload it.  See if that helps your sound.
> 
> See http://www.pc.ibm.com/qtechinfo/MIGR-4BP6Q6.html
> 

Yeah! It works.
I checked out ibm's web site (see above) and the only thing I had to do is
swapping dma with dma2.

So a little summary :
- PCMCIA : recompiled pcmcia-cs for the kernel 2.4.20
- Sound : modules.conf :
alias sound-slot-0 cs4232
alias char-major-14 cs4232
options sound dmabuf=1
alias midi opl3
options opl3 io=0x388
options cs4232 io=0x530 irq=5 dma=0 dma2=1 mpuio=0x330 mpuirq=9 synthirq=5
synthio=0x388

and that's it.

Thanks a lot!