Bug 135694

Summary: udev soundfont
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Forgotten User tn5Rr5KF6I <forgotten_tn5Rr5KF6I>
Component: SoundAssignee: Takashi Iwai <tiwai>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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".