http://bugzilla.novell.com/show_bug.cgi?id=494199 User harbaugh@ncifcrf.gov added comment http://bugzilla.novell.com/show_bug.cgi?id=494199#c4 --- Comment #4 from Toni Harbaugh-Blackford <harbaugh@ncifcrf.gov> 2009-05-13 05:57:08 MDT --- I found the cause of the problem. The file /lib/udev/rules.d/50-firmware.rules is missing from the initrd. Thus udev fails to load the firmware even when the firmware files are present To fix: add a line /lib/mkinitrd/scripts/setup-udev.sh to include /lib/udev/rules.d/50-firmware.rules mandy:/lib/mkinitrd/scripts # diff -u _setup-udev.sh_orig setup-udev.sh --- _setup-udev.sh_orig 2009-02-09 03:58:03.000000000 -0500 +++ setup-udev.sh 2009-05-13 07:19:46.000000000 -0400 @@ -13,6 +13,7 @@ for rule in \ 05-udev-early.rules \ 50-udev-default.rules \ + 50-firmware.rules \ 59-dasd.rules \ 60-persistent-storage.rules \ 60-persistent-input.rules \ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.