public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* alsa 0.90 beta 9 and sb16
@  Gregory Nowak
   ` Kirk Wood
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Hi all,

I'm trying to install the alsa drivers for an sb16 card. In fact, the only module that's not loading is the snd-card-sb16.o module. I'm assuming this is because I need to pass the irq and i/o values to it. However, I don't know what they are, and don't have anybody sighted here to look at the jumpers if I were to pull the case open. Is there any way I can find out what they are?  No, this box doesn't have windows on it. If it did, I would just solve this problem by looking at the device manager. Thanks for any help in advance.
Greg



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alsa 0.90 beta 9 and sb16
   alsa 0.90 beta 9 and sb16 Gregory Nowak
@  ` Kirk Wood
   ` Shaun Oliver
   ` Geoff Shang
  2 siblings, 0 replies; 6+ messages in thread
From: Kirk Wood @  UTC (permalink / raw)
  To: speakup

You could randomly guess until you get it right. The base IO is most
likely at A220. The irq is most likely 5, but the next guesses would be
10, 11, 7. The sequencer is probably at A330.

=======
Kirk Wood
Cpt.Kirk@1tree.net

Nowlan's Theory:
        He who hesitates is not only lost, but several miles from
        the next freeway exit.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alsa 0.90 beta 9 and sb16
   alsa 0.90 beta 9 and sb16 Gregory Nowak
   ` Kirk Wood
@  ` Shaun Oliver
     ` Shaun Oliver
   ` Geoff Shang
  2 siblings, 1 reply; 6+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

greg look in your /etc/modules.conf because the i/o and irq parms are
there in the sound section.On Mon, 14 Jan 2002, Gregory Nowak wrote:

> Hi all,
>
> I'm trying to install the alsa drivers for an sb16 card. In fact, the only module that's not loading is the snd-card-sb16.o module. I'm assuming this is because I need to pass the irq and i/o values to it. However, I don't know what they are, and don't have anybody sighted here to look at the jumpers if I were to pull the case open. Is there any way I can find out what they are?  No, this box doesn't have windows on it. If it did, I would just solve this problem by looking at the device manager. Thanks for any help in advance.
> Greg
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

-- 
Shaun Oliver

Marriage is a three ring circus:
engagement ring, wedding ring, and suffering.
                -- Roger Price

Email: shauno@goanna.net.au
Icq: 76958435



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alsa 0.90 beta 9 and sb16
   ` Shaun Oliver
@    ` Shaun Oliver
       ` Gregory Nowak
  0 siblings, 1 reply; 6+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

On Tue, 15 Jan 2002, Shaun Oliver wrote:

> greg look in your /etc/modules.conf because the i/o and irq parms are
> there in the sound section.
I'll take back my last post infavour of this one.
greg, here's the parameters you'll need for the sb16
io=0x220 irq=5 dma=3 dma16=5 mpu_io=0x300
hth



On Mon, 14 Jan 2002, Gregory Nowak wrote:
>
> > Hi all,
> >
> > I'm trying to install the alsa drivers for an sb16 card. In fact, the only module that's not loading is the snd-card-sb16.o module. I'm assuming this is because I need to pass the irq and i/o values to it. However, I don't know what they are, and don't have anybody sighted here to look at the jumpers if I were to pull the case open. Is there any way I can find out what they are?  No, this box doesn't have windows on it. If it did, I would just solve this problem by looking at the device manager. Thanks for any help in advance.
> > Greg
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>

-- 
Shaun Oliver

Marriage is a three ring circus:
engagement ring, wedding ring, and suffering.
                -- Roger Price

Email: shauno@goanna.net.au
Icq: 76958435



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alsa 0.90 beta 9 and sb16
   alsa 0.90 beta 9 and sb16 Gregory Nowak
   ` Kirk Wood
   ` Shaun Oliver
@  ` Geoff Shang
  2 siblings, 0 replies; 6+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: speakup

[-- Attachment #1: Type: TEXT/PLAIN, Size: 440 bytes --]

Hi:

there are 2 types of SB16 - PNP and not PNP.  Im assuming yours is not.
The most common and, IIRC, default config is:

snd_port=0x220 (this can be 220, 240, 260 or 280 IIRC)
snd_irq=5 (can also be 7, 9, 10 or 11 methinks)
snd_dma8=1 (though I've also seen it set to 3)
snd_dma16=5
snd_mpu_port=0x330 (this can change too)

Since I run one of these cards and just upgraded to 0.9beta10, I include my
aliases for alsa attached.

Geoff.


[-- Attachment #2: Type: TEXT/PLAIN, Size: 549 bytes --]

# ok, my attempt at ALSA config stuff (kirk)
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-card-sb16
options snd-card-sb16 snd_index=0 snd_id="SB16" \
        snd_port=0x220 snd_irq=5 snd_dma8=1 snd_dma16=5 \
	snd_mpu_port=0x330 snd_dma8_size=64 snd_dma16_size=128

# OSS/Free setup
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-12 snd-pcm-oss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alsa 0.90 beta 9 and sb16
     ` Shaun Oliver
@      ` Gregory Nowak
  0 siblings, 0 replies; 6+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Thanks Shaun. However, aren't the parms different for every setup?
Greg


On Tue, Jan 15, 2002 at 10:31:15PM +1100, Shaun Oliver wrote:
> On Tue, 15 Jan 2002, Shaun Oliver wrote:
> 
> > greg look in your /etc/modules.conf because the i/o and irq parms are
> > there in the sound section.
> I'll take back my last post infavour of this one.
> greg, here's the parameters you'll need for the sb16
> io=0x220 irq=5 dma=3 dma16=5 mpu_io=0x300
> hth
> 
> 
> 
> On Mon, 14 Jan 2002, Gregory Nowak wrote:
> >
> > > Hi all,
> > >
> > > I'm trying to install the alsa drivers for an sb16 card. In fact, the only module that's not loading is the snd-card-sb16.o module. I'm assuming this is because I need to pass the irq and i/o values to it. However, I don't know what they are, and don't have anybody sighted here to look at the jumpers if I were to pull the case open. Is there any way I can find out what they are?  No, this box doesn't have windows on it. If it did, I would just solve this problem by looking at the device manager. Thanks for any help in advance.
> > > Greg
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >
> 
> -- 
> Shaun Oliver
> 
> Marriage is a three ring circus:
> engagement ring, wedding ring, and suffering.
>                 -- Roger Price
> 
> Email: shauno@goanna.net.au
> Icq: 76958435
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 alsa 0.90 beta 9 and sb16 Gregory Nowak
 ` Kirk Wood
 ` Shaun Oliver
   ` Shaun Oliver
     ` Gregory Nowak
 ` Geoff Shang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).