You are not logged in.
Before I updated to kernel26-2.6.22.1-4, everything was working fine. Digital output, ac3/dts with 5.1 surround and stereo output. Now, interestingly digital ac3/dts through spdif works, stereo does not. I have followed the ALSA guide and all modules and everything seems to be loaded and working. What else, everything is unmuted in alsamixer, including IEC958 and IEC958 P on 0% volume.
oskar@triton:~$ lsmod|grep '^snd'
snd_mpu401 8616 0
snd_mpu401_uart 8448 1 snd_mpu401
snd_rawmidi 23200 1 snd_mpu401_uart
snd_seq_oss 32896 0
snd_seq_midi_event 7808 1 snd_seq_oss
snd_seq 55680 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 7956 3 snd_rawmidi,snd_seq_oss,snd_seq
snd_pcm_oss 44576 0
snd_mixer_oss 16896 2 snd_pcm_oss
snd_intel8x0 34600 1
snd_ac97_codec 116824 1 snd_intel8x0
snd_pcm 82568 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 22536 2 snd_seq,snd_pcm
snd 57064 12 snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 8720 2 snd_intel8x0,snd_pcm
oskar@triton:~$ ls -l /dev/snd/
totalt 0
crw-rw---- 1 root audio 116, 0 11 aug 16.56 controlC0
crw-rw---- 1 root audio 116, 32 11 aug 16.56 controlC1
crw-rw---- 1 root audio 14, 18 11 aug 16.56 midi1
crw-rw---- 1 root audio 116, 40 11 aug 16.56 midiC1D0
crw-rw---- 1 root audio 116, 24 11 aug 16.56 pcmC0D0c
crw-rw---- 1 root audio 116, 16 11 aug 16.56 pcmC0D0p
crw-rw---- 1 root audio 116, 25 11 aug 16.56 pcmC0D1c
crw-rw---- 1 root audio 116, 18 11 aug 16.56 pcmC0D2p
crw-rw---- 1 root audio 116, 1 11 aug 16.56 seq
crw-rw---- 1 root audio 116, 33 11 aug 16.56 timer
oskar@triton:~$ groups
wheel audio optical users
oskar@triton:~$ cat /etc/modprobe.conf
#
# /etc/modprobe.conf (for v2.6 kernels)
#
Offline
Please help! What am I missing? Digital output is working but I can't play analog output (mp3, etc.).
Offline
I had installed a new archlinux , and also have this Error.
[root@myhost eric]# alsamixer
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default
alsamixer: function snd_ctl_open failed for default: No such file or directory
[root@myhost eric]# ls /dev/snd
controlC0 pcmC0D0c pcmC0D1c pcmC0D3c pcmC1D0c seq
controlC1 pcmC0D0p pcmC0D2c pcmC0D4p pcmC1D0p timer
[root@myhost eric]# lsmod |grep snd
snd_seq_oss 29312 0
snd_seq_midi_event 6528 1 snd_seq_oss
snd_seq 46672 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6924 2 snd_seq_oss,snd_seq
snd_pcm_oss 38560 0
snd_mixer_oss 14592 2 snd_pcm_oss
snd_intel8x0 28700 1
snd_intel8x0m 14092 0
snd_ac97_codec 95780 2 snd_intel8x0,snd_intel8x0m
ac97_bus 2432 1 snd_ac97_codec
snd_pcm 69124 4 snd_pcm_oss,snd_intel8x0,snd_intel8x0m,snd_ac97_codec
snd_timer 19204 2 snd_seq,snd_pcm
snd 44644 10 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm,snd_timer
soundcore 6496 2 snd
snd_page_alloc 7816 3 snd_intel8x0,snd_intel8x0m,snd_pcm
[root@myhost eric]# /etc/rc.d/alsa restart
:: Saving ALSA Levels [BUSY] ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL hw:0
/usr/sbin/alsactl: get_controls:533: snd_ctl_open error: No such file or directory
[FAIL]
:: Restoring ALSA Levels [BUSY] ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL hw:0
/usr/sbin/alsactl: set_controls:1179: snd_ctl_open error: No such file or directory
[FAIL]
The highest sounds are the hardest to hear. Going forward is a way to retreat. Greater talent shows itself late in life.
Offline
Does your sound card have any other outputs besides front stereo? Maybe it's swapped front/rear or defaulted to headphone... Also, check your amp / cables for analogue.
~Felix.
Offline
Does your sound card have any other outputs besides front stereo? Maybe it's swapped front/rear or defaulted to headphone... Also, check your amp / cables for analogue.
~Felix.
Sorry, my description was confusing. My speakers are connected using optical out (spdif), and as I said, digital passthrough is working but I cannot play regular analog formats. I guess we can rule out ALSA then? Maybe it's some faulty mp3 decoder...
Offline
I had exact the same problem after a pacman -Syu
The only way I was able to fix it by downgrading to kernel26-2.6.21-?
Offline