From: Michele Bini <mibin@tin.it>
To: linux-sound@vger.kernel.org
Subject: Re: Soundcard problem!
Date: Thu, 12 Nov 1998 21:56:04 +0000 [thread overview]
Message-ID: <marc-linux-sound-91099154427242@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-91089445817213@msgid-missing>
On Thu, Nov 12, 1998 at 06:27:12PM +0000, Nikolaos Margaritis wrote:
> When I use "pnpdump -c -script=out", the file "out" contains
> the following
what pnptools version are you using? Mine (1.13) doesn't seem to like
these options.
[...]
> alias sound sb
> options -k sb io=0x220 irq=7 dma=3,5
I don't think the sb module can accept two values for dma,
you need to give separate "dma" and "dma16" options
FYI in my conf.modules I have these lines:
alias sound sb
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
alias midi opl3
options opl3 io=0x388
(The same settings work fine on an old non-PNP sb16 card,
on an awe32 sb pnp, and on a friend's ess)
Unfortunately, in 2.1.127 a bug seems to make impossible
removing the sb module without rebooting.
Here is my isapnp.conf (to make my awe32 pnp sb card work):
(READPORT 0x020b)
(ISOLATE)
(IDENTIFY *)
(CONFIGURE CTL00c5/392940333 (LD 0
(INT 0 (IRQ 5 (MODE +E)))
(DMA 1 (CHANNEL 5))
(IO 0 (BASE 0x0220))
(IO 1 (BASE 0x0330))
(IO 2 (BASE 0x0388))
(ACT Y)
))
-Michele
prev parent reply other threads:[~1998-11-12 21:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-11-12 18:23 Soundcard problem! markoni
1998-11-12 18:27 ` Nikolaos Margaritis
1998-11-12 19:24 ` Matthew B. Marlowe
1998-11-12 21:56 ` Michele Bini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-91099154427242@msgid-missing \
--to=mibin@tin.it \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.