All of lore.kernel.org
 help / color / mirror / Atom feed
* audio problem with 2.4.22-pre10 and 2.4.22-pre10-ac1
@ 2003-08-02  7:31 Pasi Savilaakso
  2003-08-02 12:19 ` Nuno Monteiro
  0 siblings, 1 reply; 3+ messages in thread
From: Pasi Savilaakso @ 2003-08-02  7:31 UTC (permalink / raw)
  To: linux-kernel

I have one asus a7v8x-x, which I just installed. Everything else is fine but
no audio. when I got this on first time after compiling kernel and tried many
different configs but no success at all. current audio config is at the end of
mail.

dmesg tells:

Via 686a/8233/8235 audio driver 1.9.1-ac3
via82cxxx: Six channel audio available
PCI: Setting latency timer of device 00:11.5 to 64
via82cxxx: timeout while reading AC97 codec (0x8000000)
ac97_codec: AC97 Audio codec, id: ADS112 (Unknown)
via82cxxx: board #1 at 0xE000, IRQ 22
<--cut-->
via_audio: ignoring drain playback error -11

lspci:

00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400 AGP] Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus 
Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio 
Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] 
(rev a3)

lspci -n

00:00.0 Class 0600: 1106:3189
00:01.0 Class 0604: 1106:b168
00:10.0 Class 0c03: 1106:3038 (rev 80)
00:10.1 Class 0c03: 1106:3038 (rev 80)
00:10.2 Class 0c03: 1106:3038 (rev 80)
00:10.3 Class 0c03: 1106:3104 (rev 82)
00:11.0 Class 0601: 1106:3177
00:11.1 Class 0101: 1106:0571 (rev 06)
00:11.5 Class 0401: 1106:3059 (rev 50)
00:12.0 Class 0200: 1106:3065 (rev 74)
01:00.0 Class 0300: 10de:0172 (rev a3)

kernel config:

# Sound
#
CONFIG_SOUND=y
# CONFIG_SOUND_ALI5455 is not set
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_MIDI_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
# CONFIG_SOUND_FORTE is not set
# CONFIG_SOUND_ICH is not set
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
CONFIG_SOUND_VIA82CXXX=y
# CONFIG_SOUND_OSS is not set
# CONFIG_SOUND_TVMIXER is not set
CONFIG_SOUND_AD1980=y
# CONFIG_SOUND_WM97XX is not set


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

* Re: audio problem with 2.4.22-pre10 and 2.4.22-pre10-ac1
  2003-08-02  7:31 audio problem with 2.4.22-pre10 and 2.4.22-pre10-ac1 Pasi Savilaakso
@ 2003-08-02 12:19 ` Nuno Monteiro
  2003-08-03  4:46   ` Pasi Savilaakso
  0 siblings, 1 reply; 3+ messages in thread
From: Nuno Monteiro @ 2003-08-02 12:19 UTC (permalink / raw)
  To: Pasi Savilaakso; +Cc: Linux Kernel ML


On 2003.08.02 08:31, Pasi Savilaakso wrote:
> I have one asus a7v8x-x, which I just installed. Everything else is  
> fine
> but
> no audio. when I got this on first time after compiling kernel and  
> tried
> many
> different configs but no success at all. current audio config is at the
> end of
> mail.
>

<snip snip>


Hi Pasi,


I have a similar board lying around and I had some trouble getting sound  
to work with OSS/2.4 drivers also. As I remember. the trick was to  
connect the speakers to the microphone port (the pink one, on the far  
left), instead of the regular speaker-out. With ALSA, both on 2.4 or  
2.5/6, the sound output is on the speaker-out port, as it should. One  
small quirk though, as the sound volume is controled by the "Surround"  
mixer setting, rather than "Master" -- this has the most annoying effect  
of making the sound-volume task bar applets useless. Eventually I just  
gave up on the on-board sound and plugged in a pci soundblaster.

Hope this can help you.


Regards,



		Nuno

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

* Re: audio problem with 2.4.22-pre10 and 2.4.22-pre10-ac1
  2003-08-02 12:19 ` Nuno Monteiro
@ 2003-08-03  4:46   ` Pasi Savilaakso
  0 siblings, 0 replies; 3+ messages in thread
From: Pasi Savilaakso @ 2003-08-03  4:46 UTC (permalink / raw)
  To: Nuno Monteiro; +Cc: Linux Kernel ML

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Viestissä Lauantai 2. Elokuuta 2003 15:19, Nuno Monteiro kirjoitti:

> Hi Pasi,
>
>
> I have a similar board lying around and I had some trouble getting sound
> to work with OSS/2.4 drivers also. As I remember. the trick was to
> connect the speakers to the microphone port (the pink one, on the far
> left), instead of the regular speaker-out. With ALSA, both on 2.4 or
> 2.5/6, the sound output is on the speaker-out port, as it should. One
> small quirk though, as the sound volume is controled by the "Surround"
> mixer setting, rather than "Master" -- this has the most annoying effect
> of making the sound-volume task bar applets useless. Eventually I just
> gave up on the on-board sound and plugged in a pci soundblaster.
>
> Hope this can help you.

Thanks for the tip but It wasn't the solution. all 3 lines out are dead. It is 
shame since I sold my sblive a while back.

Pasi 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/LJOuCATNOy4O2C4RAlZFAKDCeR6dHcLYR9j7ro7ZicsIxEntnQCfbzJ7
CsI/+8jx6u0/G1IZam+XaYI=
=gyaq
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2003-08-03  4:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-02  7:31 audio problem with 2.4.22-pre10 and 2.4.22-pre10-ac1 Pasi Savilaakso
2003-08-02 12:19 ` Nuno Monteiro
2003-08-03  4:46   ` Pasi Savilaakso

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.