On Mon, 12 Sep 2011, William Hubbs wrote:
Hi Tom and all,
On Mon, Sep 12, 2011 at 09:27:50AM +0200, Tom Gundersen wrote:
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).
Now I need clarification. The README shipped with udev does not mention
"--action=add". According to that file, you just want
/sbin/udevadm trigger --type=subsystems
/sbin/udevadm trigger --type=devices
Which is correct?
Well the latter works fine here, with udev 173.
Allin Cottrell
--
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