You are not logged in.
Hello there!
My sound stopped working after I boot the system, then I notice that the sound card was identified (lspci), but it received no device (/dev/snd). I installed the new kernel image (2.6.31.3-1) around midnight today and then reboot the computer around 2 AM today.. after that, my soundcard doesn't work anymore. So, not sure the reason is the kernel update, but it is my guess.
Does some one know why it is happening and how to fix it?
Thanks a lot!
$ lsmod | grep ^snd_hda_intel
snd_hda_intel 32232 0
$ sudo less /var/log/messages.log | grep HDA
Oct 11 09:50:26 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 11 09:50:26 quatre-noyau kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input3
Oct 11 18:01:12 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 11 18:01:12 quatre-noyau kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input3
Oct 12 02:46:54 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 12 02:46:54 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
Oct 12 03:02:03 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 12 03:02:03 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
Oct 12 03:03:41 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 12 03:03:41 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
Oct 12 03:29:02 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 12 03:29:02 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
Oct 12 03:36:42 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 12 03:36:42 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
Oct 12 03:58:30 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 12 03:58:30 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
Oct 12 04:08:26 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 12 04:08:26 quatre-noyau kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
$ cat /var/log/pacman.log | grep "upgraded kernel26"
[2009-10-12 00:13] upgraded kernel26-firmware (2.6.30-1 -> 2.6.31-1)
[2009-10-12 00:13] upgraded kernel26 (2.6.30.6-1 -> 2.6.31.3-1)
$ lspci -vvs 00:1b.0
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
Subsystem: ASUSTeK Computer Inc. Device 829f
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 22
Region 0: Memory at f9ff8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel modules: snd-hda-intel
$ aplay -l
aplay: device_list:223: no soundcards found...
$ cat /proc/asound/cards
--- no soundcards ---
$ ls -la /dev/snd/
total 0
drwxr-xr-x 2 root root 80 Out 12 04:08 .
drwxr-xr-x 15 root root 5740 Out 12 04:08 ..
crw-rw----+ 1 root audio 116, 3 Out 12 04:08 seq
crw-rw----+ 1 root audio 116, 2 Out 12 04:08 timer
Last edited by josephg (2009-11-02 01:24:49)
Offline
Update: I just did an downgrade in the versions of kernel26 and kernel26-firmware and the sound started working again after a system boot. So, basically, I solve my issue using a workaround. If someone want to debug the issue, no problem for me reinstalling these packages.
Just let me know.
Offline
I just faced similar situation, but solved by running alsaconf.
It found in the alsa-utils package, if you don't have it.
F
do it good first, it will be faster than do it twice the saint
Offline
http://wiki.archlinux.org/index.php/ALS … s_and_test did the trick for me.
Offline
Thanks both of you for the reply, but it seems that both ideas won't work. I tested them and it just keep point to the fact that my linux found my soundcard (see the lspci output above), but can't associate a device to it (see /dev/snd above)
I have reasons to believe that this is the kernel package. I'm saying that because I did an downgrade of kernel26, kernel26-firmware and its dependency, nvidia, and the sound worked again after a reboot. Right now I upgraded these packages and, again, the sound is not working.
TheSaint and scio, did you upgrade the kernel to 2.6.31.3 and had this issue?
Offline
Same problem here. Audio doesn't work anymore after kernel-update + alsaconf didn't work (to get the audio going).
EDIT: Okay, it actually does work, but only via headphones... Why?
EDIT: Okay, works now.
Last edited by ChemBro (2009-10-12 16:28:51)
Offline
Same problem here. Audio doesn't work anymore after kernel-update + alsaconf didn't work (to get the audio going).
EDIT: Okay, it actually does work, but only via headphones... Why?
EDIT: Okay, works now.
ChemBro, Can you show us your Audio device with "lspci -v" ?
Offline
TheSaint and scio, did you upgrade the kernel to 2.6.31.3 and had this issue?
Yes, I had this issue. Re-doing the alsa setup fixed it for me.
Offline
josephg wrote:TheSaint and scio, did you upgrade the kernel to 2.6.31.3 and had this issue?
Yes, I had this issue. Re-doing the alsa setup fixed it for me.
Are you positive that your case is the same as mine? As I said, no device is set for my soundcard (as "ls -la /dev/snd" showed) and, therefore, alsa daemon can't even start. It is not a case of "unmute" setup. Please see the output of procedure you advised me (http://wiki.archlinux.org/index.php/ALS … s_and_test):
$ amixer set Master 90% unmute
amixer: Mixer attach default error: No such file or directory
$ amixer set PCM 85% unmute
amixer: Mixer attach default error: No such file or directory
$ aplay /usr/share/sounds/alsa/Front_Center.wav
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: Arquivo ou diretório não encontrado
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: Arquivo ou diretório não encontrado
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: Arquivo ou diretório não encontrado
ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: Arquivo ou diretório não encontrado
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:608: audio open error: Arquivo ou diretório não encontrado
And the below output is the result of "sudo alsaconf". Notice that it recognized HDA Intel soundcard, but failed to make it work.
Loading driver...
:: Saving ALSA Levels [BUSY] /usr/sbin/alsactl: save_state:1502: No soundcards found...
[DONE]
:: Restoring ALSA Levels [BUSY] /usr/sbin/alsactl: load_state:1608: No soundcards found...
[FAIL]
Setting default volumes...
amixer: Mixer attach default error: No such file or directory===============================================================================
Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.Have a lot of fun!
Offline
TheSaint and scio, did you upgrade the kernel to 2.6.31.3 and had this issue?
Yes, but after that the fix I'm very satisfied because it brought me an enhanced volume, which fixed to play with all the speakers on my laptop. It may be fixed also for the internal microphone as well as mentioned here, but not yet tested. The only difference my notebook is Aspire 6935
F
do it good first, it will be faster than do it twice the saint
Offline
Glad it worked for you, TheSaint. By the way, my sound is onboard, Asus P5K-SE.
So, any ideas anyone?
Offline
I'm also having sound problems. Not as severe as everyone else, but it seems my microphone has stopped working. All other sound works fine, but my microphone is broken after this kernel install.
Any suggestions on how I can diagnose this problem?
Last edited by jpe30 (2009-10-12 22:54:43)
Offline
Are you positive that your case is the same as mine? As I said, no device is set for my soundcard (as "ls -la /dev/snd" showed) and, therefore, alsa daemon can't even start. It is not a case of "unmute" setup. Please see the output of procedure you advised me (http://wiki.archlinux.org/index.php/ALS … s_and_test):
Follow the WHOLE procedure, setup alsa like it was from scratch.
Offline
Glad it worked for you, TheSaint. By the way, my sound is onboard, Asus P5K-SE.
So, any ideas anyone?
I've same poblem with a vaio FW-11L since kernel update :
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series]
aplay -c 1 /usr/share/sounds/alsa/Front_Center.wav
ALSA lib pcm_dmix.c:1010:(snd_pcm_dmix_open) unable to open slave
aplay: main:608: audio open error: Aucun fichier ou dossier de ce type
richard :]
Offline
josephg wrote:Are you positive that your case is the same as mine? As I said, no device is set for my soundcard (as "ls -la /dev/snd" showed) and, therefore, alsa daemon can't even start. It is not a case of "unmute" setup. Please see the output of procedure you advised me (http://wiki.archlinux.org/index.php/ALS … s_and_test):
Follow the WHOLE procedure, setup alsa like it was from scratch.
I followed the documentation from the beginning, but it didn't change a thing. I basically stopped before the "Unmute the channels and test" session, as the steps already failed.
Please notice the needed module is snd_hda_intel and, in spite of being already loaded since boot time, my sound doesn't work.
$ sudo pacman -Sy alsa-lib alsa-utils
Password:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
archlinuxfr is up to date
warning: alsa-lib-1.0.21.a-1 is up to date -- reinstalling
warning: alsa-utils-1.0.21-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (2): alsa-lib-1.0.21.a-1 alsa-utils-1.0.21-1
Total Download Size: 0.00 MB
Total Installed Size: 3.76 MB
Proceed with installation? [Y/n]
checking package integrity...
(2/2) checking for file conflicts [####################################################################################################################################################] 100%
(1/2) upgrading alsa-lib [####################################################################################################################################################] 100%
(2/2) upgrading alsa-utils [####################################################################################################################################################] 100%
$ sudo pacman -S alsa-oss
Password:
warning: alsa-oss-1.0.17-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): alsa-oss-1.0.17-1
Total Download Size: 0.00 MB
Total Installed Size: 0.18 MB
Proceed with installation? [Y/n]
checking package integrity...
(1/1) checking for file conflicts [####################################################################################################################################################] 100%
(1/1) upgrading alsa-oss [####################################################################################################################################################] 100%
$ ls -l /sys/module/snd/holders/
total 0
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_hda_codec -> ../../snd_hda_codec
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_hda_intel -> ../../snd_hda_intel
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_hwdep -> ../../snd_hwdep
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_mixer_oss -> ../../snd_mixer_oss
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_pcm_oss -> ../../snd_pcm_oss
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_seq -> ../../snd_seq
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_seq_oss -> ../../snd_seq_oss
lrwxrwxrwx 1 root root 0 Oct 13 16:20 snd_timer -> ../../snd_timer
$ lsmod | grep ^snd
snd_seq_dummy 3588 0
snd_seq_oss 36320 0
snd_seq_midi_event 8640 1 snd_seq_oss
snd_seq 64768 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8372 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 47360 0
snd_mixer_oss 21024 1 snd_pcm_oss
snd_hda_intel 32232 0
snd_hda_codec 83168 1 snd_hda_intel
snd_hwdep 10056 1 snd_hda_codec
snd_pcm 91784 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 25424 2 snd_seq,snd_pcm
snd 77224 10 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 10832 2 snd_hda_intel,snd_pcm
$ ls -la /dev/snd
total 0
drwxr-xr-x 2 root root 80 Oct 13 16:22 .
drwxr-xr-x 15 root root 5740 Oct 13 16:22 ..
crw-rw----+ 1 root audio 116, 3 Oct 13 16:22 seq
crw-rw----+ 1 root audio 116, 2 Oct 13 16:22 timer
Offline
For my vaio I change the options of snd-hda-intel module in /etc/modprobe.d/sound.conf file by model=vaio, that solve my problem.
Perhaps you could test this :
# file /etc/modprobe.d/sound.conf
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=asus
richard :]
Offline
Works for me, but my sound system is 82801JI -- ICH10 Family, not ICH9.
Offline
I haven't yet try the latest kernel, but for the moment internal mike still not available
In the other hand I saw more options about sound's input devices
F
do it good first, it will be faster than do it twice the saint
Offline
I have exactly the same issue as josephg
Any workarounds ?
I don't have any, so far. I basically gave up on this issue as reporting it in the forum and bugtracker led to nothing and I didn't find on the web other reports compatible with mine. Maybe a further kernel update can solve this issue...
For now, I did an downgrade (See the How-To here) in kernel version to 2.6.30, which means downgrade the packages kernel26, kernel26-firmware and, in my case, nvidia.
Any ideas, let me know.
Cheers
Offline
After some time I reinstalled Archlinux x86_64 on my sony vaio fz21s laptop.
The last time I installed Archlinux the audio worked.
Now it doesn't, and it seems even downgrading packages.
I have the system updated until today (10-20-2009) but downgraded to these packages:
kernel26-2.6.30.6-1-x86_64.pkg
kernel26-firmware-2.6.30-1-x86_64
nvidia-185.18.36-1-x86_64
I re-executed alsaconf and checked if volumes are at their maximum.
I tryied with adding "snd" and "snd-hda-intel" modules into my rc.conf
My /etc/modprobe.d/sound.conf is:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=vaio
I tryed removing "options snd-hda-intel model=vaio" too.
Pls @josephg can you post your configs so I can check where I am wrong...
EDIT: Now it seems to work: I found a hidden channel that was muted. All works with the latest packages too
Last edited by Garret (2009-10-20 18:56:09)
Offline
Garret, sorry for taking so long to answer, I was very busy these last few days. I'm glad you were able to solve your issue.
Just for the record. my issue is now solved. After another upgrade, I decided to completely remove configurations lines related to sound in the modprobe.conf, which were:
options snd-hda-intel model=alc883-6stack-dig
options snd-hda-intel enable_msi=1
options snd-hda-intel single_cmd=1
Also removed alsa-oss and alsa-utils (for testing, but now reinstalled). After rebooting the computer, the sound seemed to work. My guess is that the "options" lines above (set in modprobe.conf) were once needed, but now looks more like a cause of my sound problem.
Kernel packages plus nvidia, which is a dependency for me, versions installed now:
$ pacman -Q kernel26 kernel26-firmware nvidia
kernel26 2.6.31.5-1
kernel26-firmware 2.6.31-1
nvidia 190.42-1
Cheers.
Offline
i'm having the exact same issue after upgrading to 2.6.32 last night.
my soundcard is the Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
i've reinstalled alsa, run alsaconf again, put the module options in modprobe.conf... still nothing.
i don't really want to downgrade the kernel, does anyone have any other solutions?
EDIT: ok, so uninstalled alsa and installed oss, rebooted and it works perfectly.
Last edited by jj87 (2010-01-10 12:47:50)
Offline
I had one more enhancement, now internal microphone works
Some problem for booting at low temperatures, but I suspect hardware failures.
F
do it good first, it will be faster than do it twice the saint
Offline
yep, same problem, no soundcards found on up to date ARCH system. latest kernel. ich8 intel laptop
ideas?
EDIT: Solved for my system: As I swap between alsa and oss. Can't say what fixed alsa. More understanding mostly I guess. Plus kernel rebuild, after reinstalling OSS and actually using it on hda_intel laptop that was not showing sound card. so after audibly using OSS I then uninstalled it.
Last edited by yvonney (2010-02-07 21:15:27)
Offline