diff options
Diffstat (limited to 'src/initramfs')
-rwxr-xr-x | src/initramfs/scripts/bin/hwautocfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/initramfs/scripts/bin/hwautocfg b/src/initramfs/scripts/bin/hwautocfg index 4e0664bc..071ffbfa 100755 --- a/src/initramfs/scripts/bin/hwautocfg +++ b/src/initramfs/scripts/bin/hwautocfg @@ -27,6 +27,8 @@ done # no kernel messages echo "0 0 0 0" >/proc/sys/kernel/printk modprobe -a ${MODPRV} usbhid hid-bright hid-generic 2>/dev/null & +# required to properly trigger firmware loading +echo "/sbin/mdev" >/proc/sys/kernel/hotplug # check from vga= that the traditional framebuffer is needed e.g. for splashy # get information on the graphics adaptor if bootsplash or xserver plugins are # present and the new drm/kms infrastructure is present |