2.11 loading hangs after choosing Xvesa OR Xorg (Solved!)

Booting, installing, newbie
Message
Author
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#16 Post 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

designengineer
Posts: 84
Joined: Wed 18 Oct 2006, 13:13

#17 Post 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.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#18 Post by MU »

ok, do you have to type
modprobe usbhid
after every reboot now?

designengineer
Posts: 84
Joined: Wed 18 Oct 2006, 13:13

#19 Post 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.

designengineer
Posts: 84
Joined: Wed 18 Oct 2006, 13:13

#20 Post 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?

User avatar
pakt
Posts: 1157
Joined: Sat 04 Jun 2005, 16:54
Location: Sweden

#21 Post 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.

designengineer
Posts: 84
Joined: Wed 18 Oct 2006, 13:13

#22 Post 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.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#23 Post 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

User avatar
pakt
Posts: 1157
Joined: Sat 04 Jun 2005, 16:54
Location: Sweden

#24 Post by pakt »

Hear, hear ;)

Paul

designengineer
Posts: 84
Joined: Wed 18 Oct 2006, 13:13

#25 Post 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.

mwestlund
Posts: 118
Joined: Sat 10 Jun 2006, 00:49

I fixed with an external mouse on my laptop

#26 Post 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

Post Reply