Bug 135694 - udev soundfont
Summary: udev soundfont
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Sound (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Takashi Iwai
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 16:35 UTC by Forgotten User tn5Rr5KF6I
Modified: 2005-11-28 19:46 UTC (History)
0 users

See Also:
Found By: Customer
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 Forgotten User tn5Rr5KF6I 2005-11-28 16:35:01 UTC
Line 52 in "/etc/udev/rules.d/50-udev.rules" is

<<SUBSYSTEM=="sound", KERNEL=="hwC?D2", DRIVER=="EMU10K1_Audigy", RUN+="/etc/alsa.d/udev-soundfont">>,

but it must be

<<SUBSYSTEM=="sound", KERNEL=="hwC?D2", DRIVER=="EMU10K1_Audigy", RUN+="/etc/alsa.d/load-soundfont">>.

(Or "/etc/alsa.d/load-soundfont" must renamed to "/etc/alsa.d/udev-soundfont".)
Comment 1 Forgotten User tn5Rr5KF6I 2005-11-28 19:46:47 UTC
Sorry, false alarm. I´ve installed the alsa-package from packman, which is missing 
"/etc/alsa.d/udev-soundfont".