All of lore.kernel.org
 help / color / mirror / Atom feed
* SoundBlaster 64 AWE and 2.6.1-mm1?
@ 2004-01-10 19:19 Joseph Pingenot
  2004-01-11  6:09 ` Rene Herman
  2004-01-11 22:17 ` Lucas de Souza Santos
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph Pingenot @ 2004-01-10 19:19 UTC (permalink / raw)
  To: linux-kernel

Hello.

For some reason, while pnp detects the SoundBlaster card, it's not
  recognized by ALSA for some reason, exactly as the CS4236 card was
  (different machine, tho).
Am I missing something?  Anyone using SoundBlaster 64 AWE under 2.6?
Thanks!

-Joseph
-- 
Joseph===============================================trelane@digitasaru.net
      Graduate Student in Physics, Freelance Free Software Developer

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

* Re: SoundBlaster 64 AWE and 2.6.1-mm1?
  2004-01-10 19:19 SoundBlaster 64 AWE and 2.6.1-mm1? Joseph Pingenot
@ 2004-01-11  6:09 ` Rene Herman
  2004-01-11 22:17 ` Lucas de Souza Santos
  1 sibling, 0 replies; 3+ messages in thread
From: Rene Herman @ 2004-01-11  6:09 UTC (permalink / raw)
  To: trelane; +Cc: linux-kernel

Joseph Pingenot wrote:

> For some reason, while pnp detects the SoundBlaster card, it's not
>   recognized by ALSA for some reason, exactly as the CS4236 card was
>   (different machine, tho).
> Am I missing something?  Anyone using SoundBlaster 64 AWE under 2.6?

Yes, I am. If ALSA comletely ignores the card, it's likely that it
simply does not know it _should_ be driving it, that is, that it doesn't
list your card's PnP ID. You can check your card's ID(s) at:

cat /sys/bus/pnp/devices/01:??.O{0,1,2}

Example for my AWE64:

rene@7ixe4:~$ cat /sys/bus/pnp/devices/01:01.00/id
CTL0044
rene@7ixe4:~$ cat /sys/bus/pnp/devices/01:01.01/id
CTL7002
PNPb02f
rene@7ixe4:~$ cat /sys/bus/pnp/devices/01:01.02/id
CTL0023

That second device is the gameport and will be picked up by ns558.c
through the "compatible device" PNPb02f ID, but you'll need the 00
(SB/MPU/OPL part) and the 02 ID (wavetable) listed in
sound/isa/sb/sb16.c. Add them to the snd_sb16_pnpids[] table in that file.

Hope this helps,
Rene.



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

* Re: SoundBlaster 64 AWE and 2.6.1-mm1?
  2004-01-10 19:19 SoundBlaster 64 AWE and 2.6.1-mm1? Joseph Pingenot
  2004-01-11  6:09 ` Rene Herman
@ 2004-01-11 22:17 ` Lucas de Souza Santos
  1 sibling, 0 replies; 3+ messages in thread
From: Lucas de Souza Santos @ 2004-01-11 22:17 UTC (permalink / raw)
  To: trelane, linux-kernel

Joseph Pingenot wrote:
> Hello.
> 
> For some reason, while pnp detects the SoundBlaster card, it's not
>   recognized by ALSA for some reason, exactly as the CS4236 card was
>   (different machine, tho).
> Am I missing something?  Anyone using SoundBlaster 64 AWE under 2.6?
> Thanks!
> 
> -Joseph
Hi, i'm using SB Awe 64 under 2.6.
It's working, but i have to uso sound support with build-in, i try use 
sound support like mudule, but didn't work, the module snd-sbawe return 
"device not found".

thank's

-- 
Lucas de Souza Santos



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

end of thread, other threads:[~2004-01-11 22:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-10 19:19 SoundBlaster 64 AWE and 2.6.1-mm1? Joseph Pingenot
2004-01-11  6:09 ` Rene Herman
2004-01-11 22:17 ` Lucas de Souza Santos

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.