LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   usb mouse does not work without hotplug (https://www.linuxquestions.org/questions/slackware-14/usb-mouse-does-not-work-without-hotplug-505262/)

Sephiroth 11-27-2006 11:25 AM

usb mouse does not work without hotplug
 
Hi,

I have a logitech mx510 usb mouse and it used to work without enabling hotplug on my last slackware install. Now that I have reinstalled, it does not work if I disable hotplug.

With hotplug turned on, I am getting device not found errors on startup from hotplug. This does not cause slack to not boot up, but it is slow and annoying. I tried doing dmesg to see these errors, but they do not appear.

How can I see these errors and stop them from slowing down bootup?

Thanks for any help

nadroj 11-27-2006 12:41 PM

i say read through the comments and some of the code in the hotplug script in /etc/rc.d/ and try and follow what its doing. look for any relevant stuff like usb mouse and hid stuff and try and work out what its doing and make your own script to do just what you need it to do. hope it helps

edit: just found a neat tip from slackbasics.org to enable the hotplugging logging so you can see it in /var/log/messages or dmesg. in the file /etc/hotplug/hotplug.functions change the line:
$LOGGER -t $(basename $0)"[$$]" "$@"
to
$LOGGER -p user.info -t $(basename $0)"[$$]" "$@"

Sephiroth 11-30-2006 01:13 PM

thanks

so I solved my problem by adding pciehp, shpchp and the detected driver for my game port to /etc/hotplug/blacklist

Eternal_Newbie 11-30-2006 02:28 PM

EDIT: Ignore my previous message, my problem was caused by a 1D10T error.


All times are GMT -5. The time now is 09:09 AM.