Linux Sound subsystem development
 help / color / mirror / Atom feed
* sound cards for linux
@ 1999-04-27  4:23 Zack Smith
  1999-04-27  6:28 ` Deirdre Saoirse
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zack Smith @ 1999-04-27  4:23 UTC (permalink / raw)
  To: linux-sound


Hi,

I recently had an aweful experience trying to get an AWE-64 card
to work on my system. This was a PnP ISA card, and the isapnptools
could only recognize the SB16 registers and not the wave table,
joystick etc. And SB16 performance was plagued by distortion.

I have been trying to find a sound card for my system which is not
plug and play, but I have had no luck. Every vendor I go to
says they no longer sell sound cards which are not PnP.
Can you perhaps tell me if being plug and play is really 
the kiss of death as far as Linux goes? It certainly was
in the case of my AWE64.

Mind you I prefer to boot up as Linux with LILO, so I am not
intersted in booting under DOS to get the sound function to work.

Another question: Would a PCI card work alright despite being PnP? 

Also, I would like to have access to an FM synthesizer and
a MIDI emulator chip for playing MIDI files. Is there a
good card for that as well which will definitely work with
Linux?

One last question: I once read in a newsgroup that there was
interest in creating a generic interface for sound software
which would look the same regardless of the card. Has this
been accomplished yet?

Thanks for any info.

Zack Smith

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

* Re: sound cards for linux
  1999-04-27  4:23 sound cards for linux Zack Smith
@ 1999-04-27  6:28 ` Deirdre Saoirse
  1999-04-27 16:37 ` Chad Paco Walker
  1999-04-27 17:04 ` Chad Paco Walker
  2 siblings, 0 replies; 4+ messages in thread
From: Deirdre Saoirse @ 1999-04-27  6:28 UTC (permalink / raw)
  To: linux-sound

On Mon, 26 Apr 1999, Zack Smith wrote:

> I recently had an aweful experience trying to get an AWE-64 card
> to work on my system. This was a PnP ISA card, and the isapnptools
> could only recognize the SB16 registers and not the wave table,
> joystick etc. And SB16 performance was plagued by distortion.

Try using the 2.2 kernels for the AWE. OpenSound's stuff works great with
it. :)

_Deirdre   *   http://www.linuxcabal.org   *   http://www.deirdre.net
"Solving today's problems tomorrow, with yesterday's technology."

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

* Re: sound cards for linux
  1999-04-27  4:23 sound cards for linux Zack Smith
  1999-04-27  6:28 ` Deirdre Saoirse
@ 1999-04-27 16:37 ` Chad Paco Walker
  1999-04-27 17:04 ` Chad Paco Walker
  2 siblings, 0 replies; 4+ messages in thread
From: Chad Paco Walker @ 1999-04-27 16:37 UTC (permalink / raw)
  To: linux-sound

Zack,

There is an excellent piece of information about the AWE64 that clears
your problem up.  (I'm looking for it now.)

This is a bug in the hardware design of the AWE64 that causes it to not
report all information back when you do a pnpdump. Specifically, it
doesn't report all the I/O bases for (you guessed it...) the wave
table.

I'll see if I can dig up what you need and post it to the list.

You simply need to add three lines to the isapnp.conf file and everything
will be just fine.  (I have an AWE64 in my machine, and already went
through this).

As for the distortion, get a UPS.  You'll remove your self from the
increasingly noisey power lines in your house/apartment (apartments are
worse) and you'll get a super clean signal through the bettery in the UPS.

regards,
Chad Walker

> 
> Hi,
> 
> I recently had an aweful experience trying to get an AWE-64 card
> to work on my system. This was a PnP ISA card, and the isapnptools
> could only recognize the SB16 registers and not the wave table,
> joystick etc. And SB16 performance was plagued by distortion.
> 
> I have been trying to find a sound card for my system which is not
> plug and play, but I have had no luck. Every vendor I go to
> says they no longer sell sound cards which are not PnP.
> Can you perhaps tell me if being plug and play is really 
> the kiss of death as far as Linux goes? It certainly was
> in the case of my AWE64.
> 
> Mind you I prefer to boot up as Linux with LILO, so I am not
> intersted in booting under DOS to get the sound function to work.
> 
> Another question: Would a PCI card work alright despite being PnP? 
> 
> Also, I would like to have access to an FM synthesizer and
> a MIDI emulator chip for playing MIDI files. Is there a
> good card for that as well which will definitely work with
> Linux?
> 
> One last question: I once read in a newsgroup that there was
> interest in creating a generic interface for sound software
> which would look the same regardless of the card. Has this
> been accomplished yet?
> 
> Thanks for any info.
> 
> Zack Smith
> 

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

* Re: sound cards for linux
  1999-04-27  4:23 sound cards for linux Zack Smith
  1999-04-27  6:28 ` Deirdre Saoirse
  1999-04-27 16:37 ` Chad Paco Walker
@ 1999-04-27 17:04 ` Chad Paco Walker
  2 siblings, 0 replies; 4+ messages in thread
From: Chad Paco Walker @ 1999-04-27 17:04 UTC (permalink / raw)
  To: linux-sound

Hi, again...

Here's the info I was mentioning in my last post.  Make sure your section
of the isapnp.dump that sets up the AWE64 wavetable looks like this:

(CONFIGURE CTL0048/58128 (LD 2
#     ANSI string -->WaveTable<--

  (IO 0 (BASE 0x0620))
  (IO 1 (BASE 0x0A20))
  (IO 2 (BASE 0x0E20))

  (ACT Y)
))


Currently (due to the hardware bug) you probably only have the "IO 0" line
defined.  Add the others and reboot.  It'll be working.

Also, refer to http://metalab.unc.edu/mdw/HOWTO/mini/Soundblaster-AWE.html
for any other problems.

Hope this helps,
Walker

On Mon, 26 Apr 1999, Zack Smith wrote:

> 
> Hi,
> 
> I recently had an aweful experience trying to get an AWE-64 card
> to work on my system. This was a PnP ISA card, and the isapnptools
> could only recognize the SB16 registers and not the wave table,
> joystick etc. And SB16 performance was plagued by distortion.
> 
> I have been trying to find a sound card for my system which is not
> plug and play, but I have had no luck. Every vendor I go to
> says they no longer sell sound cards which are not PnP.
> Can you perhaps tell me if being plug and play is really 
> the kiss of death as far as Linux goes? It certainly was
> in the case of my AWE64.
> 
> Mind you I prefer to boot up as Linux with LILO, so I am not
> intersted in booting under DOS to get the sound function to work.
> 
> Another question: Would a PCI card work alright despite being PnP? 
> 
> Also, I would like to have access to an FM synthesizer and
> a MIDI emulator chip for playing MIDI files. Is there a
> good card for that as well which will definitely work with
> Linux?
> 
> One last question: I once read in a newsgroup that there was
> interest in creating a generic interface for sound software
> which would look the same regardless of the card. Has this
> been accomplished yet?
> 
> Thanks for any info.
> 
> Zack Smith
> 

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

end of thread, other threads:[~1999-04-27 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-04-27  4:23 sound cards for linux Zack Smith
1999-04-27  6:28 ` Deirdre Saoirse
1999-04-27 16:37 ` Chad Paco Walker
1999-04-27 17:04 ` Chad Paco Walker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox