On Mon, Sep 12, 2011 at 9:07 AM, linuxcbon <linuxcbon@xxxxxxxx> wrote: > I am not familiar with udev and didn't find a good enough howto. > So I ask you questions, thank you for your kind help in advance. This is how we do it in Arch: <http://projects.archlinux.org/initscripts.git/tree/functions#n311>. > I have put this in rc.sysinit : > /sbin/udevd --daemon > /sbin/udevadm trigger You probably want /sbin/udevadm trigger --action=add --type=subsystems /sbin/udevadm trigger --action=add --type=devices instead (the default is only --type=devices, and not --type=subsystems). > /sbin/modoprobe many modules.... > /sbin/udevadm settle > is it the correct way of doing this ? Looks good except for the missing subsystems bit. > Another question is : > Do I need rules in /etc/udev ? Or not needed , automagical ? You should not need any rules in /etc/udev, the standard ones shipped in /lib/udev should be sufficient. Cheers, Tom -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html