Sound used to perfectly work out of all softwares providing it (amarok, vlc, firefox...), untill...
Symptoms :
when amarok is fired, pop up window saying "XINE was unable to initialize any audio-drivers".
no sound comes out anymore from vlc , Quake3, or firefox, when on youtube for example . Video's fine thought.
when sounds tests are played with (gnome) sound manager: "audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink: Internal GStreamer error: state change failed. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi ... =GStreamer" when Alsa is chosen. BUT, when OSS is chosen, I get the "beep".
What I've checked so far:
Alsaconf had no issue dealing with my sound card. Alsamixer works fine. Re-emerged media-libs/xine-lib, sys-apps/xinetd, x11-libs/libXinerama, x11-proto/xineramaproto, gstreamer, with no positive result.
Code: Select all
# cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.16rc2 emulation code)
Kernel: Linux littleindian 2.6.25-gentoo-r8 #1 SMP Sat Oct 4 08:55:09 CEST 2008 i686
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
Avance Logic ALS4000 at 0xec00, irq 19
Audio devices:
0: (DUPLEX)
Synth devices: NOT ENABLED IN CONFIG
Midi devices:
0: Avance Logic ALS4000 MIDI
Timers:
7: system timer
Mixers:
0: ALS4000
Code: Select all
# cat /proc/asound/cards
0 [ALS4000 ]: ALS4000 - Avance Logic ALS4000
Avance Logic ALS4000 at 0xec00, irq 19Code: Select all
# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.16rc2 (Thu Jan 31 16:40:16 2008 UTC).Code: Select all
lsmod
Module Size Used by
snd_seq_midi 9248 0
snd_opl3_synth 12548 0
snd_seq_midi_emul 7680 1 snd_opl3_synth
snd_seq_oss 24960 0
snd_seq_midi_event 7552 2 snd_seq_midi,snd_seq_oss
snd_seq 34672 7 snd_seq_midi,snd_opl3_synth,snd_seq_midi_emul,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 32416 0
snd_mixer_oss 15488 1 snd_pcm_oss
snd_als4000 13152 1
snd_sb_common 12672 1 snd_als4000
snd_pcm 44164 2 snd_pcm_oss,snd_als4000
snd_page_alloc 10376 1 snd_pcm
snd_opl3_lib 10880 2 snd_opl3_synth,snd_als4000
snd_timer 18056 3 snd_seq,snd_pcm,snd_opl3_lib
snd_hwdep 9860 1 snd_opl3_lib
snd_mpu401_uart 8704 1 snd_als4000
snd_rawmidi 17952 2 snd_seq_midi,snd_mpu401_uart
snd_seq_device 8332 6 snd_seq_midi,snd_opl3_synth,snd_seq_oss,snd_seq,snd_opl3_lib,snd_rawmidi
snd 33316 16 snd_opl3_synth,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_als4000,snd_sb_common,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
Code: Select all
# /etc/init.d/alsasound restart
* WARNING: you are stopping a boot service.
* Storing ALSA Mixer Levels ... [ ok ]
* Killing processes using ALSA ... [ ok ]
* Unloading ALSA modules ... [ ok ]
* Loading ALSA modules ...
* Loading: snd-card-0 ... [ ok ]
* Loading: snd-pcm-oss ... [ ok ]
* Loading: snd-seq-oss ... [ ok ]
* Loading: snd-opl3-synth ... [ ok ]
* Loading: snd-seq-midi ... [ ok ]
* Restoring Mixer Levels ... [ ok ]
Code: Select all
groups
wheel audio cdrom video users games apache ftp carlino plugdevinstall nvidia drivers for graphic card 6600 GT
install Quake3
upgrade kernel
--All this went fine, and I'm positive, sound was working, since I played Q3 with it.--
run "emerge -pv --update --newuse --deep world" --> 40 components had to be recompiled.
install PlayOnLinux.
It feels like the main sound channel, or so, (not sure to know how it works), is busy. I've been through something similar : when i would play a youtube video, then I would get the same symptoms as mentioned with amarok. But, restarting alsasound would solve this everytime.
Any idea ? 'cause this really sucks, and I can't think of anything else I could try to solve this issue.



