You are not logged in.

#1 2010-02-13 16:01:29

juozapas
Member
Registered: 2010-02-13
Posts: 6

Alsa not found sound card after udev upgrade [solved]

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-intel

I 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 directory

If 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 udevd

I 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 juozapas

My 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

#2 2010-02-21 05:29:00

idjut
Member
From: Oslo
Registered: 2006-05-15
Posts: 177

Re: Alsa not found sound card after udev upgrade [solved]

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

#3 2010-02-21 17:34:01

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Alsa not found sound card after udev upgrade [solved]

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

#4 2010-02-23 16:04:37

juozapas
Member
Registered: 2010-02-13
Posts: 6

Re: Alsa not found sound card after udev upgrade [solved]

lilsirecho wrote:

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

#5 2010-03-04 03:27:23

demizer
Member
From: Gilroy, CA
Registered: 2010-03-03
Posts: 116
Website

Re: Alsa not found sound card after udev upgrade [solved]

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

#6 2010-03-07 12:20:05

juozapas
Member
Registered: 2010-02-13
Posts: 6

Re: Alsa not found sound card after udev upgrade [solved]

demizer wrote:

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

#7 2010-03-10 00:11:18

Dave Cohen
Member
Registered: 2008-09-27
Posts: 126

Re: Alsa not found sound card after udev upgrade [solved]

I also have no sound, after an upgrade:

[dave@starbuck ~]$ alsamixer
cannot open mixer: No such file or directory

I'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 -> ../../controlC0

Any ideas?

Offline

#8 2010-03-11 20:47:23

Ewan
Member
Registered: 2010-03-11
Posts: 2

Re: Alsa not found sound card after udev upgrade [solved]

Same problem here.

Offline

#9 2010-03-11 20:58:00

Dave Cohen
Member
Registered: 2008-09-27
Posts: 126

Re: Alsa not found sound card after udev upgrade [solved]

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

#10 2010-03-11 21:00:14

Ewan
Member
Registered: 2010-03-11
Posts: 2

Re: Alsa not found sound card after udev upgrade [solved]

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

#11 2010-03-20 08:53:44

juozapas
Member
Registered: 2010-02-13
Posts: 6

Re: Alsa not found sound card after udev upgrade [solved]

Ewan wrote:

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

#12 2010-04-04 15:48:22

luuuciano
Member
Registered: 2007-01-27
Posts: 311

Re: Alsa not found sound card after udev upgrade [solved]

I have tried almost everything I found in forum, wiki, etc... Im using oss too sad


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#13 2010-04-15 08:14:49

idjut
Member
From: Oslo
Registered: 2006-05-15
Posts: 177

Re: Alsa not found sound card after udev upgrade [solved]

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

#14 2010-08-01 09:29:37

juozapas
Member
Registered: 2010-02-13
Posts: 6

Re: Alsa not found sound card after udev upgrade [solved]

i reinstalled kernel26 and now alsa works again

Offline

#15 2010-08-01 13:49:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Alsa not found sound card after udev upgrade [solved]

Dave Cohen wrote:

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

Board footer

Powered by FluxBB