I think my sound not working is a hal/nohal issue. I just opened a 3.5.13-sru install with the in the exact same virtualbox environment and sound works beautifully. The only difference is that install loads hal and R14 doesn't. Have there been other sound problem with the nohal builds? I've attached my perirpherals-hardware-sound setup for review. It is the exact same between 3.5.13-sru and R14.
Start at the beginning. Find a wave file and test that the aplay command produces output. If not then run alsamixer.
Darrell
On 02/01/2014 04:12 PM, Darrell Anderson wrote:
Start at the beginning. Find a wave file and test that the aplay command produces output. If not then run alsamixer.
Darrell
On R14 I have the following sound packages installed:
libpulse 4.0-6 pulseaudio 4.0-6 pulseaudio-alsa 2-2
$ aplay /opt/trinity/share/sounds/KDE_Window_UnSticky.wav
ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:4727:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM sysdefault aplay: main:722: audio open error: No such file or directory
$ aplay -l
aplay: device_list:268: no soundcards found...
$ aplay -L
null Discard all samples (playback) or generate zero samples (capture) pulse PulseAudio Sound Server default Default ALSA Output (currently PulseAudio Sound Server)
This gets more interesting comparing the sound modules loaded in the 3513 install and the R14 install:
3513:
Module Size Used by snd_intel8x0 22768 2 snd_ac97_codec 89868 1 snd_intel8x0 ac97_bus 874 1 snd_ac97_codec snd_pcm 61237 2 snd_ac97_codec,snd_intel8x0 snd_page_alloc 5901 2 snd_intel8x0,snd_pcm snd_timer 14902 1 snd_pcm snd 44394 8 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm soundcore 4378 1 snd
R14:
Module Size Used by snd_intel8x0 23757 0 snd_ac97_codec 89404 1 snd_intel8x0 ac97_bus 878 1 snd_ac97_codec snd_pcm 63880 2 snd_ac97_codec,snd_intel8x0 snd_page_alloc 5978 2 snd_intel8x0,snd_pcm snd_timer 14946 1 snd_pcm snd 44598 4 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm soundcore 4386 1 snd
They are identical, so what ever is going on with R14, it has exactly the same modules loaded and available that 3.5.13 does, but for some reason it is not seeing the sound card or anything associated with it.
On 02/01/2014 06:59 PM, David C. Rankin wrote:
They are identical, so what ever is going on with R14, it has exactly the same modules loaded and available that 3.5.13 does, but for some reason it is not seeing the sound card or anything associated with it.
This seems to be an archlinux issue. root can see the sound system the user can't. Adding user to audio group makes no difference. I've posted to the Arch list.
Example:
(root)
[19:55 valhalla:/home/david] # aplay -l **** List of PLAYBACK Hardware Devices **** card 0: I82801AAICH [Intel 82801AA-ICH], device 0: Intel ICH [Intel 82801AA-ICH] Subdevices: 1/1 Subdevice #0: subdevice #0 [19:55 valhalla:/home/david] # aplay -L null Discard all samples (playback) or generate zero samples (capture) pulse PulseAudio Sound Server default Default ALSA Output (currently PulseAudio Sound Server) sysdefault:CARD=I82801AAICH Intel 82801AA-ICH, Intel 82801AA-ICH Default Audio Device front:CARD=I82801AAICH,DEV=0 Intel 82801AA-ICH, Intel 82801AA-ICH Front speakers surround40:CARD=I82801AAICH,DEV=0 Intel 82801AA-ICH, Intel 82801AA-ICH 4.0 Surround output to Front and Rear speakers surround41:CARD=I82801AAICH,DEV=0 Intel 82801AA-ICH, Intel 82801AA-ICH 4.1 Surround output to Front, Rear and Subwoofer speakers surround50:CARD=I82801AAICH,DEV=0 Intel 82801AA-ICH, Intel 82801AA-ICH 5.0 Surround output to Front, Center and Rear speakers surround51:CARD=I82801AAICH,DEV=0 Intel 82801AA-ICH, Intel 82801AA-ICH 5.1 Surround output to Front, Center, Rear and Subwoofer speakers iec958:CARD=I82801AAICH,DEV=0 Intel 82801AA-ICH, Intel 82801AA-ICH IEC958 (S/PDIF) Digital Audio Output
(user)
20:00 valhalla:~> aplay -l aplay: device_list:268: no soundcards found... 20:00 valhalla:~> aplay -L null Discard all samples (playback) or generate zero samples (capture) pulse PulseAudio Sound Server default Default ALSA Output (currently PulseAudio Sound Server)