* udev 070 and coldplugged usb mice
@ 2005-09-29 16:32 Anthony Awtrey
2005-09-29 16:51 ` Marco d'Itri
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Anthony Awtrey @ 2005-09-29 16:32 UTC (permalink / raw)
To: linux-hotplug
I have a tablet device with an internally connected usb mouse pointer
running Debian unstable. I'm using linux kernel version 2.6.13.2 and
Marco's debian unstable package udev-0.070-3. That udev package
conflicts out the hotplug package completely which may have done the
coldplugging correctly before.
Neither the usb driver for the mouse, nor the general PS/2 mousedev
driver load automatically at boot time. I've gotten around this by
running an ugly hack coldplug catchup script as the last run-level S script:
for i in /sys/bus/*/*/*/modalias
do
modprobe `cat $i`
done
modprobe mousedev
I see udevsynthesize is running during the udev init script and the
devices are showing up as expected under the /sys/bus/* directories even
when the usb modules don't loading automatically. Should udev
automatically load all drivers via udevsynthesize without some kind of
additional coldplugging hack? Or is this expected behaviour?
T
--
Anthony L. Awtrey
Chief Technology Officer
[T] 407.999.9870 x13
[F] 407.999.9850
I.D.E.A.L. Technology Corporation
http://www.idealcorp.com
"The Leader in Linux and Open Source Solutions"
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: udev 070 and coldplugged usb mice
2005-09-29 16:32 udev 070 and coldplugged usb mice Anthony Awtrey
@ 2005-09-29 16:51 ` Marco d'Itri
2005-09-29 17:17 ` Anthony Awtrey
2005-09-29 17:21 ` Marco d'Itri
2 siblings, 0 replies; 4+ messages in thread
From: Marco d'Itri @ 2005-09-29 16:51 UTC (permalink / raw)
To: linux-hotplug
On Sep 29, Anthony Awtrey <tony@idealcorp.com> wrote:
> Neither the usb driver for the mouse, nor the general PS/2 mousedev
> driver load automatically at boot time. I've gotten around this by
This is not expected to happen. You are the only tester reporting this.
Please check that /etc/udev/rules.d/z55_hotplug.rules exists.
--
ciao,
Marco
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: udev 070 and coldplugged usb mice
2005-09-29 16:32 udev 070 and coldplugged usb mice Anthony Awtrey
2005-09-29 16:51 ` Marco d'Itri
@ 2005-09-29 17:17 ` Anthony Awtrey
2005-09-29 17:21 ` Marco d'Itri
2 siblings, 0 replies; 4+ messages in thread
From: Anthony Awtrey @ 2005-09-29 17:17 UTC (permalink / raw)
To: linux-hotplug
On 09/29/2005 12:51 PM, Marco d'Itri wrote:
> On Sep 29, Anthony Awtrey <tony@idealcorp.com> wrote:
>
>
>>Neither the usb driver for the mouse, nor the general PS/2 mousedev
>>driver load automatically at boot time. I've gotten around this by
>
> This is not expected to happen. You are the only tester reporting this.
> Please check that /etc/udev/rules.d/z55_hotplug.rules exists.
>
I manually created that link to /etc/udev/hotplug.rules and now I see
the usb driver for the mouse.
It looks like your udev.preinst script does not run the 'check_version'
function if doing a clean install and the udev.postinst does not create
that link like the other ones in the create_rules_symlink functions.
If I manually install the mousedev driver at this point, then
/dev/input/mice gets created and all the usb mice show up as
/dev/input/mouse* as expected. Shouldn't the usb mice depend on the
mousedev driver?
T
--
Anthony L. Awtrey
Chief Technology Officer
[T] 407.999.9870 x13
[F] 407.999.9850
I.D.E.A.L. Technology Corporation
http://www.idealcorp.com
"The Leader in Linux and Open Source Solutions"
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: udev 070 and coldplugged usb mice
2005-09-29 16:32 udev 070 and coldplugged usb mice Anthony Awtrey
2005-09-29 16:51 ` Marco d'Itri
2005-09-29 17:17 ` Anthony Awtrey
@ 2005-09-29 17:21 ` Marco d'Itri
2 siblings, 0 replies; 4+ messages in thread
From: Marco d'Itri @ 2005-09-29 17:21 UTC (permalink / raw)
To: linux-hotplug
On Sep 29, Anthony Awtrey <tony@idealcorp.com> wrote:
> function if doing a clean install and the udev.postinst does not create
> that link like the other ones in the create_rules_symlink functions.
Correct.
> If I manually install the mousedev driver at this point, then
> /dev/input/mice gets created and all the usb mice show up as
> /dev/input/mouse* as expected. Shouldn't the usb mice depend on the
> mousedev driver?
I don't remember. On sane systems mousedev is static anyway.
--
ciao,
Marco
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-09-29 17:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-29 16:32 udev 070 and coldplugged usb mice Anthony Awtrey
2005-09-29 16:51 ` Marco d'Itri
2005-09-29 17:17 ` Anthony Awtrey
2005-09-29 17:21 ` Marco d'Itri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).