linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* VT82C686  - no sound
@ 2003-12-09  3:57 hanasaki
  2003-12-09 10:18 ` David Jez
  0 siblings, 1 reply; 5+ messages in thread
From: hanasaki @ 2003-12-09  3:57 UTC (permalink / raw)
  To: Linux - LIST

alsaconf is reporting it cannot be configured.... when the below modules 
are manually loaded, esd finds the /dev/dsp and runs but there is no 
sound.  Sound worked fine on 2.4.23

Any help would be appreciated. thank you

00:04.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 
AC97 Audio Controller (rev 21)

Running debian sarge with kernel 2.6 test11

== /etc/modules ==
snd_via82xx
snd_ac97_codec
snd_pcm_oss
snd_page_alloc
snd_pcm
snd_timer
snd_mixer_oss
snd_pcm_oss
snd_mpu401_uart

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

* Re: VT82C686  - no sound
  2003-12-09  3:57 VT82C686 - no sound hanasaki
@ 2003-12-09 10:18 ` David Jez
  2003-12-09 15:51   ` Oliver Feiler
  0 siblings, 1 reply; 5+ messages in thread
From: David Jez @ 2003-12-09 10:18 UTC (permalink / raw)
  To: hanasaki; +Cc: linux-kernel

> alsaconf is reporting it cannot be configured.... when the below modules 
> are manually loaded, esd finds the /dev/dsp and runs but there is no 
> sound.  Sound worked fine on 2.4.23
> 
> Any help would be appreciated. thank you
> 
> 00:04.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 
> AC97 Audio Controller (rev 21)
> 
> Running debian sarge with kernel 2.6 test11
> 
> == /etc/modules ==
> snd_via82xx
> snd_ac97_codec
> snd_pcm_oss
> snd_page_alloc
> snd_pcm
> snd_timer
> snd_mixer_oss
> snd_pcm_oss
> snd_mpu401_uart
  This is not ALSA modules. If you have configured system for use with
ALSA, you don't have to use OSS modules. Use ALSA with OSS emulaton
instead. It should works.
-- 
-------------------------------------------------------
  David "Dave" Jez                Brno, CZ, Europe
 E-mail: dave.jez@seznam.cz
PGP key: finger xjezda00@eva.fit.vutbr.cz
---------=[ ~EOF ]=------------------------------------

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

* Re: VT82C686  - no sound
  2003-12-09 10:18 ` David Jez
@ 2003-12-09 15:51   ` Oliver Feiler
  2003-12-10  2:02     ` hanasaki
  0 siblings, 1 reply; 5+ messages in thread
From: Oliver Feiler @ 2003-12-09 15:51 UTC (permalink / raw)
  To: David Jez, hanasaki; +Cc: linux-kernel

On Tuesday 09 December 2003 11:18, David Jez wrote:

> > == /etc/modules ==
> > snd_via82xx
> > snd_ac97_codec
> > snd_pcm_oss
> > snd_page_alloc
> > snd_pcm
> > snd_timer
> > snd_mixer_oss
> > snd_pcm_oss
> > snd_mpu401_uart
>
>   This is not ALSA modules. If you have configured system for use with
> ALSA, you don't have to use OSS modules. Use ALSA with OSS emulaton
> instead. It should works.

But this _is_ ALSA with the OSS emulation modules loaded (snd_mixer_oss and 
snd_pcm_oss). :)
The OSS driver module is called via82cxxx_audio afaik.

Bye,
Oliver

-- 
Oliver Feiler  <kiza@(kcore.de|lionking.org|gmx[pro].net)>


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

* Re: VT82C686  - no sound
  2003-12-09 15:51   ` Oliver Feiler
@ 2003-12-10  2:02     ` hanasaki
  2003-12-10  3:19       ` Steve Youngs
  0 siblings, 1 reply; 5+ messages in thread
From: hanasaki @ 2003-12-10  2:02 UTC (permalink / raw)
  Cc: linux-kernel

Hmmm I think you are saying I have all the right things loaded?  So why 
does esd run but not make startup beeps and gnome makes no sounds and 
alsa play makes no sounds?

using kernel 2.6test11

Oliver Feiler wrote:
> On Tuesday 09 December 2003 11:18, David Jez wrote:
> 
> 
>>>== /etc/modules ==
>>>snd_via82xx
>>>snd_ac97_codec
>>>snd_pcm_oss
>>>snd_page_alloc
>>>snd_pcm
>>>snd_timer
>>>snd_mixer_oss
>>>snd_pcm_oss
>>>snd_mpu401_uart
>>
>>  This is not ALSA modules. If you have configured system for use with
>>ALSA, you don't have to use OSS modules. Use ALSA with OSS emulaton
>>instead. It should works.
> 
> 
> But this _is_ ALSA with the OSS emulation modules loaded (snd_mixer_oss and 
> snd_pcm_oss). :)
> The OSS driver module is called via82cxxx_audio afaik.
> 
> Bye,
> Oliver
> 

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

* Re: VT82C686  - no sound
  2003-12-10  2:02     ` hanasaki
@ 2003-12-10  3:19       ` Steve Youngs
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Youngs @ 2003-12-10  3:19 UTC (permalink / raw)
  To: Linux Kernel List; +Cc: hanasaki

[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]

|--==> "h" == hanasaki  <hanasaki@hanaden.com> writes:

  h> Hmmm I think you are saying I have all the right things loaded?
  h> So why does esd run but not make startup beeps and gnome makes no
  h> sounds and alsa play makes no sounds?

Load your sound modules, then run `alsamixer' and check the volume
levels.  If they are sitting on zero (which is what I suspect) boost
them up to what you want and quit out of the mixer.

Then run `alsactl store'.  That will store your mixer setting to
`/etc/asound.state'.  Next, check `/etc/modprobe.conf' for a line
similar to...

install snd /sbin/modprobe --ignore-install snd && /usr/sbin/alsactl restore

...which will ensure that your mixer settings are restored whenever
your sound modules are loaded.

Some sound cards, when they initialise, have all their levels set to
zero.  You have to reset them every time the card initialises
(whenever the modules are loaded), which is what `alsactl' does.

HTH

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|              Ashes to ashes, dust to dust.               |
|      The proof of the pudding, is under the crust.       |
|------------------------------<sryoungs@bigpond.net.au>---|

[-- Attachment #2: Type: application/pgp-signature, Size: 256 bytes --]

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

end of thread, other threads:[~2003-12-10  3:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-09  3:57 VT82C686 - no sound hanasaki
2003-12-09 10:18 ` David Jez
2003-12-09 15:51   ` Oliver Feiler
2003-12-10  2:02     ` hanasaki
2003-12-10  3:19       ` Steve Youngs

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 NNTP newsgroup(s).