Page 1 of 2

Posted: Thu 19 Oct 2006, 00:30
by MU
great :)

open in the texteditor
/etc/X11/xorg.conf

replace:
Option "Device" "/dev/input/mice"
with
Option "Device" "/dev/mouse"

Save and reboot.
Not shure, if this is sufficient, but try this first.

If that does not work immedeatly, open a consolewindow, and type:
modprobe usbhid
Maybe you must restart X then.
If that works, we could add it to the startscript.

I go asleep soon, so might reply only tomorrow, but certainly Bob and others will help, too :)

Mark

Posted: Thu 19 Oct 2006, 13:54
by designengineer
MU wrote:great :)

open in the texteditor
/etc/X11/xorg.conf

replace:
Option "Device" "/dev/input/mice"
with
Option "Device" "/dev/mouse"

Save and reboot.
Not shure, if this is sufficient, but try this first.

If that does not work immediately , open a console window, and type:
modprobe usbhid
Maybe you must restart X then.
If that works, we could add it to the startscript.

I go asleep soon, so might reply only tomorrow, but certainly Bob and others will help, too :)

Mark


If it does not work, it will not shut off the built in mouse (looks like a pencil eraser in the keyboard) will it? That one works now ( it is just hard to use), and I would not want to be mouseless.

Posted: Thu 19 Oct 2006, 14:00
by MU
ok, do you have to type
modprobe usbhid
after every reboot now?

Posted: Thu 19 Oct 2006, 15:53
by designengineer
I did not try that. I went to the mouse and keyboard wizard and clicked on USB which makes the USB mouse work instantly but does not save that info.

Posted: Fri 20 Oct 2006, 03:14
by designengineer
designengineer wrote:
MU wrote:great :)

open in the texteditor
/etc/X11/xorg.conf

replace:
Option "Device" "/dev/input/mice"
with
Option "Device" "/dev/mouse"

Save and reboot.
Not shure, if this is sufficient, but try this first.

If that does not work immediately , open a console window, and type:
modprobe usbhid
Maybe you must restart X then.
If that works, we could add it to the startscript.
I checked /etc/X11/xorg.conf and it already has
Option "Device" "/dev/mouse"
So then I did the console window modprobe usbhid which works immediately. But it will not keep it. I have to do it at every boot. How can I make it permanent?

Posted: Fri 20 Oct 2006, 05:57
by pakt
designengineer wrote: So then I did the console window modprobe usbhid which works immediately. But it will not keep it. I have to do it at every boot. How can I make it permanent?
Open in the text editor:
/etc/rc.d/rc.local
and add:
modprobe usbhid
as the last line.

Now "modprobe usbhid" will be executed at every boot.

Posted: Fri 20 Oct 2006, 12:48
by designengineer
Thanks. I will try it tonight when I get home.
I just wanted to say thanks for all of the help. The fact that I have been able to receive help from total strangers from Sweden, Germany and the US all at the same time is so cool. Because of you guys help, I managed to turn a really slow old laptop into a fast old laptop at a cost of only $15.00 (bought a floppy drive off Ebay). I have been using Microsoft products since DOS 3.3, and I have never seen this type of free support system in place for a free product. I am hooked.

Posted: Fri 20 Oct 2006, 13:20
by MU
Welcome to the kennels *woofwoof* :P

Beside the advantages of the system itself, the friendly community here is one of the main reasons, I switched to Puppy 8)

Mark

Posted: Fri 20 Oct 2006, 16:52
by pakt
Hear, hear ;)

Paul

Posted: Sat 21 Oct 2006, 17:00
by designengineer
Ok. It works. USB mouse loads each time. Last on the list is my Netgear Wireless network card. (WG511v2). So far, I have done everything suggested at http://www.murga.org/%7Epuppy/viewtopic ... gear+wg511
with no luck. It tells me the driver is not loaded.
Thanks for you help to this point.

I fixed with an external mouse on my laptop

Posted: Sun 22 Oct 2006, 00:02
by mwestlund
I had the same issue with Puppy 2.10 with my Thinkspad T22. I plugged in an external mouse and problem solved. Since I don't use it much in my lap, thats OK with me. -Mark