All of lore.kernel.org
 help / color / mirror / Atom feed
* Aztech 16-bit in SB mode??
@ 1999-02-10 20:31 lokesh setia
  1999-02-11 13:00 ` robbie
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lokesh setia @ 1999-02-10 20:31 UTC (permalink / raw)
  To: linux-sound

Hi all,

I have a Aztech 16-bit sound card which reports to be SB16 compatible.
(In DOS that is, all games etc. use the SB 16  settings after the Aztech 
sound driver is loaded.).
I have a Redhat 5.0 with kernel 2.0.32, and i tried using sndconfig.
The card is not detected at io=0x220 (irq test fails at all irqs).
Then I came to know of LOADliN , i boot into dos, initialize the sound
driver, use loadlin to go into linux.
and voila, sndconfig does report my sound card and also plays the sample 
file correctly.

Now my problem is that my sound card is *probably* working in 8-bit 
mode. (the ioctl SNDCTL_DSPP_SAMPLESIZE returns the value 8 in the 
argument size, always).
I also tried using a software like vplay (distributed inside sndkit, by 
Hannu Salovien) but it says the following:

Unable to set 16-bit sample size, playing 8-bit.

If my card is detected correctly as SB16, then why does it play only 
8-bit?? Any Clues???

Lokesh

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

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

* Re: Aztech 16-bit in SB mode??
  1999-02-10 20:31 Aztech 16-bit in SB mode?? lokesh setia
@ 1999-02-11 13:00 ` robbie
  1999-02-11 13:10 ` Matthew Haas
  1999-02-14 20:08 ` lokesh setia
  2 siblings, 0 replies; 4+ messages in thread
From: robbie @ 1999-02-11 13:00 UTC (permalink / raw)
  To: linux-sound

Hi

I think I may have the same card. (or similar) The sb emulation is only 8
bits. almost all cards which emulate sb only work in 8 bits. You need to
use the mss. Try using the sgalaxy driver, it works great for me. I use :

modprobe sgalaxy io=0x530 irq=7 sgbase=0x220 dma=1 dma2=0

Look at your autoexec.bat file, it will probably set galaxy= something.

On Wed, Feb 10, 1999 at 08:31:52PM -0800, lokesh setia wrote:
> Hi all,
> 
> I have a Aztech 16-bit sound card which reports to be SB16 compatible.
> (In DOS that is, all games etc. use the SB 16  settings after the Aztech 
> sound driver is loaded.).
> I have a Redhat 5.0 with kernel 2.0.32, and i tried using sndconfig.
> The card is not detected at io=0x220 (irq test fails at all irqs).
> Then I came to know of LOADliN , i boot into dos, initialize the sound
> driver, use loadlin to go into linux.
> and voila, sndconfig does report my sound card and also plays the sample 
> file correctly.
> 
> Now my problem is that my sound card is *probably* working in 8-bit 
> mode. (the ioctl SNDCTL_DSPP_SAMPLESIZE returns the value 8 in the 
> argument size, always).
> I also tried using a software like vplay (distributed inside sndkit, by 
> Hannu Salovien) but it says the following:
> 
> Unable to set 16-bit sample size, playing 8-bit.
> 
> If my card is detected correctly as SB16, then why does it play only 
> 8-bit?? Any Clues???
> 
> Lokesh
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 

-- 

Robbie Murray

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

* Re: Aztech 16-bit in SB mode??
  1999-02-10 20:31 Aztech 16-bit in SB mode?? lokesh setia
  1999-02-11 13:00 ` robbie
@ 1999-02-11 13:10 ` Matthew Haas
  1999-02-14 20:08 ` lokesh setia
  2 siblings, 0 replies; 4+ messages in thread
From: Matthew Haas @ 1999-02-11 13:10 UTC (permalink / raw)
  To: linux-sound

On Wed, 10 Feb 1999, lokesh setia wrote:
>
> Hi all,
> 
> I have a Aztech 16-bit sound card which reports to be SB16 compatible.
> (In DOS that is, all games etc. use the SB 16  settings after the Aztech 
> sound driver is loaded.).
>

Unless this is some very new card (last few months), there exists no
SoundBlaster 16 clones.

I have an Aztech Sound Galaxy PRO 16 card, which I used before getting my
genuine SB32, and it was a good card. 

Most cards which claim 16-bit sound mode usually use something like
MSS/WSS, and have a SoundBlaster PRO mode. 

An interesting thing about some of the Aztech's (mine included) is that
they ran both 16 and 8-bit modes at once...(at least the DOS-sided driver
did, I could never get it to work this way under Linux, had to be one or
the other).

If it has an EEPROM / software jumper, set it for EEPROM and make sure the
correct values are in memory, and then you won't need to use LOADLIN, just
boot it straight to Linux.

--------------------------------------------------------------------------
      * * *      Atari 8-bit RULES! 400/800/XL/XE 2600/5200/7800            
      * * *      Battlestar: Galactica! Star Wars! SeaQuest!                
      * * *      Voltron! DESCENT! Star Trek! SPARCstation 2!            
  *  *  *  *  *                                                             
   **   *   **            !   !  ! ! L I N U X ! !  !   !           2.2.1   
--------------------------------------------------------------------------

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

* Re: Aztech 16-bit in SB mode??
  1999-02-10 20:31 Aztech 16-bit in SB mode?? lokesh setia
  1999-02-11 13:00 ` robbie
  1999-02-11 13:10 ` Matthew Haas
@ 1999-02-14 20:08 ` lokesh setia
  2 siblings, 0 replies; 4+ messages in thread
From: lokesh setia @ 1999-02-14 20:08 UTC (permalink / raw)
  To: linux-sound

Hi,

>I think I may have the same card. (or similar) The sb emulation is only 
8
>bits. almost all cards which emulate sb only work in 8 bits. You need 
to
>use the mss. Try using the sgalaxy driver, it works great for me. I use 
:
>
>modprobe sgalaxy io=0x530 irq=7 sgbase=0x220 dma=1 dma2=0
>
>Look at your autoexec.bat file, it will probably set galaxy= something.

Thanks for that, but i could'nt get it to work ;-(
I'm sure i have almost the same card as you have.
(Aztech 16-bit Sound galaxy pro), 
It is compatible with both sb16 and mwss. and sets galaxy=foo in 
autoexec.bat.

Here's my problem now:  
First of all, this module (sgalaxy.o) isnt there in 2.0.32.
So i upgraded it to 2.0.36. then i removed everything from 
/etc/conf.modules and restarted the computer. Here are some 
results i got.

bash# lsmod
bash# modprobe sgalaxy io=0x530 irq\x11 sgbase=0x220 dma=1 dma2=0
/lib/modules/2.0.36/misc/sgalaxy.o: device or resource busy
sound: device or resource busy.
bash# lsmod
ad1848  blah blah
soundlow blah blah
soundcore blah blah
sound	blah blah
bash# rmmod ad1848; rmmod soundlow; rmmod sound;
bash# lsmod
soundcore (used by 0)
bash# rmmod soundcore
soundcore: device or resource busy.

You get it? i remove all instances and the sound is certainly not being 
used still i cant remove soundcore. and yes i have tried different irq's 
(5, 7 , 9 and 11) and io=0x530 (as in dos) but all i get is device or 
resource busy.

Infact, i get this device or resource busy on trying to load any sound 
module (pss.o, sgalaxy.o or whatever).

Did you need to recompile the kernel to get your sound card working?
Also, in my DOS setting there is no option for mwss irq no.. I heard
that irq\x11 is the default, but isn't it used by the display.

Thanks anyway.

Lokesh 
>On Wed, Feb 10, 1999 at 08:31:52PM -0800, lokesh setia wrote:
>> Hi all,
>> 
>> I have a Aztech 16-bit sound card which reports to be SB16 
compatible.
>> (In DOS that is, all games etc. use the SB 16  settings after the 
Aztech 
>> sound driver is loaded.).
>> I have a Redhat 5.0 with kernel 2.0.32, and i tried using sndconfig.
>> The card is not detected at io=0x220 (irq test fails at all irqs).
>> Then I came to know of LOADliN , i boot into dos, initialize the 
sound
>> driver, use loadlin to go into linux.
>> and voila, sndconfig does report my sound card and also plays the 
sample 
>> file correctly.
>> 
>> Now my problem is that my sound card is *probably* working in 8-bit 
>> mode. (the ioctl SNDCTL_DSPP_SAMPLESIZE returns the value 8 in the 
>> argument size, always).
>> I also tried using a software like vplay (distributed inside sndkit, 
by 
>> Hannu Salovien) but it says the following:
>> 
>> Unable to set 16-bit sample size, playing 8-bit.
>> 
>> If my card is detected correctly as SB16, then why does it play only 
>> 8-bit?? Any Clues???
>> 
>> Lokesh
>> 
>> ______________________________________________________
>> Get Your Private, Free Email at http://www.hotmail.com
>> 
>
>-- 
>
>Robbie Murray
>


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

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

end of thread, other threads:[~1999-02-14 20:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-02-10 20:31 Aztech 16-bit in SB mode?? lokesh setia
1999-02-11 13:00 ` robbie
1999-02-11 13:10 ` Matthew Haas
1999-02-14 20:08 ` lokesh setia

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.