FS#1180 - hotplug should depend on usbutils
Attached to Project:
Arch Linux
Opened by Antoine Martin (iamtoto) - Saturday, 24 July 2004, 09:31 GMT
Last edited by Judd Vinet (judd) - Tuesday, 27 July 2004, 15:14 GMT
Opened by Antoine Martin (iamtoto) - Saturday, 24 July 2004, 09:31 GMT
Last edited by Judd Vinet (judd) - Tuesday, 27 July 2004, 15:14 GMT
|
Details
Hotplug installs itself without complaining when usbutils is
not installed. When trying to run /etc/rc.d/hotplug, the
following error message appears :
which: no usbmodules in (/sbin:/bin:/usr/sbin:/usr/bin) ** can't synthesize root hub events usbmodules is called from /etc/hotplug/usb.rc. The usbmodules command is in the usbutils package. |
This task depends upon
it (2.6.7 kernel):
[root@strongbad ~]# /etc/rc.d/hotplug restart
:: Starting Hotplug Daemon [BUSY] which: no usbmodules in (/sbin:/bin:/usr/sbin:/usr/bin)
** can't synthesize root hub events [DONE]
[root@strongbad ~]# pacman -S usbutils
:: usbutils-0.11-4: is up to date. Upgrade anyway? [Y/n]
Targets: usbutils-0.11-4
Proceed with upgrade? [Y/n]
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading usbutils... done.
[root@strongbad ~]# /etc/rc.d/hotplug restart
:: Starting Hotplug Daemon [DONE]
[root@strongbad ~]#