You are not logged in.
The onboard Intel HD Audio in my Arch machine was working absolutely perfectly until I turned off compiz-fusion. All I did was to delete the symlink in ~/.kde/autostart to fusion-icon & then restarted the machine. Now when KDE starts I am greeted by;
Informational - artsmessage
Sound server informational message:
Error while initialising the sound driver
device /dev/dsp can't be opened (Permission denied)
The sound server will continue, using the null output deivce
The permissions on /dev/dsp are;
lrwxrwxrwx 1 root root 9 2008-01-10 22:55 /dev/dsp -> sound/dsp
The permissions on /dev/sound/dsp are;
crw-rw---- 1 root audio 14, 3 2008-01-10 22:55 /dev/sound/dsp
I honestly don't have a clue how to go about fixing this, as the installer set it up automatically in the beginning without any input from me!
Update: it seems that sound works for root, but not my normal user.
[root@yuzuki cj]# aplay /usr/share/sounds/alsa/Noise.wav
Playing WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
[root@yuzuki cj]# exit
exit
[cj@yuzuki ~]$ aplay /usr/share/sounds/alsa/Noise.wav
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:546: audio open error: No such device
Also, output of aplay -l for root & my normal user;
[root@yuzuki cj]# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC883 Analog [ALC883 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC883 Digital [ALC883 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
[root@yuzuki cj]# exit
exit
[cj@yuzuki ~]$ aplay -l
aplay: device_list:205: no soundcards found...
Edit: okay, so got it working thanks to some help from #alsa. I ran alsaconfig then rebooted & it seems to be working, but it's still a myster as to why disabling compiz would stop my user from hearing anything....
Last edited by lost eden (2008-01-11 00:56:29)
Offline