Bug 130215 - sound config fails
Summary: sound config fails
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Sound (show other bugs)
Version: Final
Hardware: 64bit Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Kay Sievers
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 02:24 UTC by Anders Johansson
Modified: 2006-02-11 18:53 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Johansson 2005-10-24 02:24:52 UTC
udev never creates the device nodes after the snd_emu10k1 modules and 
dependencies are created, which makes the yast sound configuration fail. y2log 
only contains "file not found" messages when looking for /dev/snd/* 
and /var/log/messages contains nothing whatsoever (literally, there are no new 
messages added by the loading of the modules). An lsmod while yast is running 
shows the modules loaded 
 
Creating the device nodes manually with alsa's snddevices utility, and adding 
them manually to resmgr makes everything works as expected (but it would have 
to be done on every reboot, so it's not a solution)
Comment 1 Takashi Iwai 2005-10-25 10:52:41 UTC
If you modprobe snd-emu10k1 manually, is it loaded properly?  And /dev/snd/* are not created?
Comment 2 Anders Johansson 2005-10-25 11:08:34 UTC
Exactly. If I modprobe snd_emu10k1, the module loads with no errors, but the device nodes never appear. I can create them manually, and then everything works.
Comment 3 Takashi Iwai 2005-10-26 09:53:31 UTC
Kay, any clue?
Comment 4 Kay Sievers 2005-10-26 12:35:03 UTC
What does:
  ls -l /sys/class/sound/
print?
Comment 5 Anders Johansson 2005-10-28 20:15:11 UTC
Sorry for the delay

Right now it prints

drwxr-xr-x  2 root root 0 2005-10-24 04:13 admmidi
drwxr-xr-x  2 root root 0 2005-10-24 04:13 adsp
drwxr-xr-x  2 root root 0 2005-10-24 04:13 amidi
drwxr-xr-x  2 root root 0 2005-10-24 04:13 audio
drwxr-xr-x  2 root root 0 2005-10-24 04:13 controlC0
drwxr-xr-x  2 root root 0 2005-10-24 04:13 dmmidi
drwxr-xr-x  2 root root 0 2005-10-24 04:13 dsp
drwxr-xr-x  2 root root 0 2005-10-24 04:13 hwC0D0
drwxr-xr-x  2 root root 0 2005-10-24 04:13 hwC0D2
drwxr-xr-x  2 root root 0 2005-10-24 04:13 midi
drwxr-xr-x  2 root root 0 2005-10-24 04:13 midiC0D0
drwxr-xr-x  2 root root 0 2005-10-24 04:13 midiC0D1
drwxr-xr-x  2 root root 0 2005-10-24 04:13 midiC0D2
drwxr-xr-x  2 root root 0 2005-10-24 04:13 mixer
drwxr-xr-x  2 root root 0 2005-10-24 04:13 pcmC0D0c
drwxr-xr-x  2 root root 0 2005-10-24 04:13 pcmC0D0p
drwxr-xr-x  2 root root 0 2005-10-24 04:13 pcmC0D1c
drwxr-xr-x  2 root root 0 2005-10-24 04:13 pcmC0D2c
drwxr-xr-x  2 root root 0 2005-10-24 04:13 pcmC0D2p
drwxr-xr-x  2 root root 0 2005-10-24 04:13 pcmC0D3p
drwxr-xr-x  2 root root 0 2005-10-24 04:13 seq
drwxr-xr-x  2 root root 0 2005-10-24 04:13 timer
Comment 6 Kay Sievers 2006-02-08 19:21:19 UTC
Hmm, no idea how to debug this. Closing the bug.