This is a discussion on Slackware & UDEV within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi! I use slackware 10.1 with a custom kernel 2.6, my problem is UDEV and my logitech USB mouse ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi! I use slackware 10.1 with a custom kernel 2.6, my problem is UDEV and my logitech USB mouse . Udev detect my mouse like a new mouse every 15 seconds and recreate a device in /dev (mouse0 then mouse1 etc) any idea about how to stop this ? thanks. -- =Gilles= |
| |||
| Hi Gilles, On Thu, 29 Sep 2005 14:35:57 +0200, gilles wrote: > I use slackware 10.1 with a custom kernel 2.6, my problem is UDEV > and my logitech USB mouse . Udev detect my mouse like a new mouse > every 15 seconds and recreate a device in /dev (mouse0 then mouse1 etc) udev or hotplug? Is there any relevant information in /var/log/syslog or /var/log/messages? You could blacklist the mouse module in /etc/hotplug/blacklist, and load the module manually through /etc/rc.d/rc.modules. -- Daniel |
| ||||
| Le Mon, 03 Oct 2005 08:15:09 +0200, Daniel de Kok a écrit*: > Hi Gilles, > > On Thu, 29 Sep 2005 14:35:57 +0200, gilles wrote: >> I use slackware 10.1 with a custom kernel 2.6, my problem is UDEV >> and my logitech USB mouse . Udev detect my mouse like a new mouse >> every 15 seconds and recreate a device in /dev (mouse0 then mouse1 etc) > > udev or hotplug? Is there any relevant information in /var/log/syslog or > /var/log/messages? You could blacklist the mouse module in > /etc/hotplug/blacklist, and load the module manually through > /etc/rc.d/rc.modules. > > -- Daniel -- Hi! Hotplug or udev have the same effect :x in /var/log/messages I see the mouse connected and disconnected then connected again and disconnected etc. This WE I used a PS/2 adapter, no effect . The mouse might be broken I don't have this problem with a classic PS/2 pilot wheel mouse. Maybe it's a driver problem anyway I'll try it on a M$ (if I can find one somewhere =Gilles= |