You are not logged in.
Hi,
after pacman -Syu upgrade alsa cant found my sound card. It first came with udev-151-2 version and i thinked thats some bug but now with udev-151-3 same problem. If i downgrade to udev-146 everythings work fine.
I'm testing it by http://wiki.archlinux.org/index.php/Adv … chitecture .
[juozapas@j-pc ~]$ ls -l /sys/module/snd/holders
total 0
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_hda_codec -> ../../snd_hda_codec
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_hda_codec_realtek -> ../../snd_hda_codec_realtek
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_hda_intel -> ../../snd_hda_intel
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_hwdep -> ../../snd_hwdep
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_mixer_oss -> ../../snd_mixer_oss
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_pcm_oss -> ../../snd_pcm_oss
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_seq -> ../../snd_seq
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_seq_oss -> ../../snd_seq_oss
lrwxrwxrwx 1 root root 0 Feb 13 17:50 snd_timer -> ../../snd_timer[juozapas@j-pc ~]$ lsmod|grep '^snd' | column -t
snd_seq_dummy 1099 0
snd_seq_oss 25304 0
snd_seq_midi_event 4452 1 snd_seq_oss
snd_seq 42628 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4313 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_hda_codec_realtek 179176 1
snd_pcm_oss 33693 0
snd_mixer_oss 14810 1 snd_pcm_oss
snd_hda_intel 18793 0
snd_hda_codec 56728 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5102 1 snd_hda_codec
snd_pcm 57479 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 16117 2 snd_seq,snd_pcm
snd 43847 11 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 5809 2 snd_hda_intel,snd_pcm[juozapas@j-pc ~]$ ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 60 Feb 13 17:11 by-path!!!
So this is it, nothing in /dev/snd directory.
My /etc/modprobe.d/sound.conf looks good:
[juozapas@j-pc ~]$ cat /etc/modprobe.d/sound.conf
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intelI also have this module loaded in rc.conf
MODULES=(button processor thermal cdrom agpgart intel-agp hid
usbhid i2c-i801 i2c-core evdev ff-memless pcspkr pci_hotplug shpchp
rtc-cmos rtc-core rtc-lib nvidia snd-hda-intel iTCO_vendor_support iTCO_wdt
snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd
!snd-pcsp soundcore pata_acpi pata_jmicron ata_generic
scsi_mod ahci ata_piix atl1 mii ppp_generic slhc usb-storage usbhid
usbcore ehci-hcd uhci-hcd !ieee1394 ohci1394 sd_mod sr_mod)I can't run alsamixer (directory good):
[juozapas@j-pc ~]$ /usr/bin/alsamixer
cannot open mixer: No such file or directoryIf i try restart alsa (same error as starting alsa from rc.conf):
[juozapas@j-pc ~]$ sudo /etc/rc.d/alsa restart
Password:
:: 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]Udev running:
[juozapas@j-pc ~]$ ps -e | grep udev
891 ? 00:00:00 udevd
3291 ? 00:00:00 udevd
3662 ? 00:00:00 udevdI tried to load modules by hand - same problem.
I'm in audio group:
[juozapas@j-pc ~]$ groups
uucp dbus hal audio optical storage camera power juozapasMy dmesg http://pastebin.com/m3619e646
My sound card is integrated (motherboard Asus P5K).
Thanks for your help.
Last edited by juozapas (2010-08-20 21:32:45)
Offline
Same problem here on a asus eeepc 1101ha. Any luck figuring it out?
Linux user #403491
"Men have called me mad; but the question is not yet settled, whether madness is or is not the loftiest intelligence– whether much that is glorious– whether all that is profound– does not spring from disease of thought– from moods of mind exalted at the expense of the general intellect." - E. A. Poe from Eleonora
Offline
Perhaps install udev-compat?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Perhaps install udev-compat?
udev-compat is already installed.
I don't know is this the same problem but gtkam can't find my camera (nikon coolpix l19). I think it's also after udev upgrade.
Offline
This is my exact problem. Have you figured it out yet? I'm hitting walls. Edit, udev-compat is not working for me.
Last edited by demizer (2010-03-04 03:27:54)
Offline
This is my exact problem. Have you figured it out yet? I'm hitting walls. Edit, udev-compat is not working for me.
no. just using oss instead of alsa.
Offline
I also have no sound, after an upgrade:
[dave@starbuck ~]$ alsamixer
cannot open mixer: No such file or directoryI've noticed my system has items in /dev/control*, and not /dev/snd...
[dave@starbuck ~]$ ls -l /dev/control*
crw-rw----+ 1 root audio 116, 9 Mar 7 08:04 /dev/controlC0
crw-rw----+ 1 root audio 116, 4 Mar 7 08:04 /dev/controlC1
[dave@starbuck ~]$ ls -l /dev/snd/*
total 0
lrwxrwxrwx 1 root root 15 Mar 7 08:04 pci-0000:00:06.0 -> ../../controlC0Any ideas?
Offline
Same problem here.
Offline
I got my sound back by upgrading my kernel. I had added "IgnorePkg = kernel26" to my /etc/pacman.conf, because a past kernel upgrade caused me a lot of grief. I removed that line, upgraded, and alsa appears to be making sound now.
Offline
I also got it working from the info this thread:
http://bbs.archlinux.org/viewtopic.php?pid=714325
The solution for me was reinstalling udev-compat and rebooting.
Offline
I also got it working from the info this thread:
http://bbs.archlinux.org/viewtopic.php?pid=714325
The solution for me was reinstalling udev-compat and rebooting.
For me it didn't help. Still same problem
Offline
I have tried almost everything I found in forum, wiki, etc... Im using oss too ![]()
I arch, you arch, he arch, she arch, we arch, they arch...
Offline
Same here. No updates on this?
Linux user #403491
"Men have called me mad; but the question is not yet settled, whether madness is or is not the loftiest intelligence– whether much that is glorious– whether all that is profound– does not spring from disease of thought– from moods of mind exalted at the expense of the general intellect." - E. A. Poe from Eleonora
Offline
i reinstalled kernel26 and now alsa works again
Offline
I got my sound back by upgrading my kernel. I had added "IgnorePkg = kernel26" to my /etc/pacman.conf, because a past kernel upgrade caused me a lot of grief. I removed that line, upgraded, and alsa appears to be making sound now.
Ignoring kernel upgrades will lead to broken things, sooner or later.
juozapas, glad you got it working, please ,mark the thread as [solved]
Offline