[ltp] Help for a newbie
linux-thinkpad@linux-thinkpad.org
linux-thinkpad@linux-thinkpad.org
Sun, 19 Jan 2003 19:37:30 +0000
I've seen slow motion sound after a simple reboot from Windows into Linux!
Check this first!
I needed to shut completely down then restart to avoid this.
These settings work well with the CS4237 sound chip and a Thinkpad 380Z...maybe
with your thinkpad too.
1) Disable Plug N Play function in Thinkpad BIOS by
shutting off quick boot option.
2) Run sndconfig in superuser terminal using values for CS423X:
io=530, irq= 5, dma=1, dma2=3, mpu io=330, mpu irq=9.
3) Log on as root, in file:/etc/pcmcia/config.opts edit
as a comment by placing # in frount of line:
include port 0x100-0x4ff, port 0xc00-0xcff
4) In KDE control panel, set sound server to start at
boot, using autodetect settings.
5) use Kmix to set & save volumes.
> > 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!
>
> --
> The linux-thinkpad mailing list home page is at:
> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad