On Mon, Apr 09, 2001 at 10:26:15AM -0500, Joanne Hunter wrote:
> once upon a Sun, 8 Apr 2001 17:04:55 +0200 dreary, while I emailed weak
> and weary, quoth Mark Janssen <[EMAIL PROTECTED]>:
>
> > On Sun, Apr 08, 2001 at 11:23:21AM +0200, Philipp Bliedung wrote:
> > > Hi,
> > >
> > > has anybody got the sound working on a Toshiba Tecra 8000 using the
> > > 2.4.2 kernel?
>
> I ran into the same problem on a Toshiba Satellite 2545CDS. Searching
> through the Linux On Laptops pages got me here:
>
> http://home.intcom.de/czap/pages/linuxonlap.html
> Now I use this:
> insmod soundcore
> insmod sound
> insmod mpu401
> insmod ad1848 io=0x530 irq=5 dma=1 dma2=0
> insmod opl3 io=0x388
>
> Basically, I didn't try to start the opl3sa2 module, and moved all its
> options except io to ad1848, changing "mss_io" to "io".
I can verify that this works also on the tecra 8000, since I'm now
listening to my Mp3z again under 2.4.3
I've attached my /etc/modutils/aliases.sound file for those who want it...
Thanks Joanne.... :)
Mark Janssen Unix Consultant @ SyConOS IT
E-mail: [EMAIL PROTECTED] GnuPG Key Id: 357D2178
http: markjanssen.homeip.net and markjanssen.[com|net|org|nl]
Fax/VoiceMail: +31 20 8757555 Finger for GPG and GeekCode
# Sound Settings for 2.2.x upto (and including) 2.4.1
#alias char-major-14 opl3sa2
#pre-install opl3sa2 modprobe "-k" "ad1848"
#post-install opl3sa2 modprobe "-k" "opl3"
#options opl3sa2 io=0x220 mss_io=0x530 mpu_io=0x330 irq=5 dma=1 dma2=0
#options opl3 io=0x388
# Sound settings for 2.4.2 and beyond (tested with 2.4.3)
alias char-major-14 ad1848
pre-install ad1848 modprobe "-k" "mpu401"
post-install ad1848 modprobe "-k" "opl3"
options ad1848 io=0x530 irq=5 dma=1 dma2=0
options opl3 io=0x388
PGP signature