PDA

View Full Version : Linux help



wildblue37
10-26-2004, 01:54 PM
Hi, I've got some questions for the linux gurus out there. I've downloaded a copy of both Knoppix and Morphix (to try and find the Linux that's right for me). I started Knoppix and it worked like a charm. I loved it. Now though, the second time I start Knoppix from the CD my mouse doesn't work. The pointer sits in the exact center of the screen without moving. I have a Hewlett-Packard PS/2 Optical mouse which came with my HP computer. The weird thing is, the exact same thing happens in Morphix. I don't know what to do and I am very much a linux newbie. Any help would be appreciated

kn2user
10-26-2004, 02:02 PM
Not sure if this will work for you but it worked for me.


In Knoppix, to get the konsole, press ALT+F2 to get a mini command and type konsole. Type su -c knosole to start root konsole and type init 2. This will take you out of grapical user interface (GUI). You will be in textmode. Than, type init 5 to take you back to GUI. Everything should reload and your mouse should work. This worked for me and I hope it works for you.

Mic Q
10-26-2004, 02:26 PM
I got this problem too.

I solved it temporary by moving the mouse before the Konqueror screen pops out, meaning do not get the mouse catch within the window. As long as I do that, everythings okay.

I solved it permanently by doing a PMI. With Knoppix in my harddisk, the problem never occur. Be warn though, instead of freezing mouse, KMIX pops out automatically along with Konqueror, which isn't that bad . :lol:

wildblue37
10-26-2004, 06:34 PM
Ok, I tried the konsole and got it to switch out of the GUI and back into it but it didn't help. Mouse in same position, still not responding. I also tried moving the mouse the whole time Knoppix was starting and it didn't do anything. I unplugged the mouse and plugged it in after trying all of that and it still didn't work. Any other ideas would be greatly appreciated. Thanks.

CrashedAgain
10-26-2004, 09:39 PM
Perhaps you have to edit the mouse protocol in /etc/X11/XF86config-4. I had to change it from auto to IMPS/2 to get my wheelmouse to work with the 2.6 kernel.
Can't help with any more than that possible hint, though, I don't have optical mouse.

wildblue37
10-27-2004, 02:21 PM
I'm not sure how to do the whole mouse protocol thing. Like I said, I'm very new to this. I'm not used to command line at all. I'm willing to try but I don't know what commands to use. Also, I'm running the Live CD so I'm not sure what can/can't be changed and since my hard drive is NTFS I'm not sure how the disk even runs without writing to anything.

kn2user
10-27-2004, 03:19 PM
The reason it works without writting anything to disk is that it is runing in RAM( Random Access Memory). Knoppix puts info into the RAM (it loads programs into RAM). As long as the computer is turn on everything is in RAM memory and when you turn PC off, everything from RAM is not saved because it is random access memory.


I found this in the cheatcodes for Knoppix. Not sure if this will help but you could try and see if it helps.
Try this cheat in the boot screen:

knoppix pci=irqmask=0x0e98

"Try this, if PS/2 mouse doesn't work. Try "knoppix pci=irqmask=0x0e98" if (you have a notebook and) your
PS/2 mouse doesn't work. (Possibly caused by a BIOS-flaw on your board,
BIOS updates can help.) Sometimes, switching to the text console with
Control-Alt-F1 and back to the X-screen with Control-F5 solves the
problem without rebooting, since the X server reinitializes the mouse
driver during that procedure." ftp://mirror.csit.fsu.edu/knoppix/knoppix-cheatcodes.txt

rrfish72
10-27-2004, 06:05 PM
I had the same problem and got it to work by changing a few thinggs. First try this post:
http://www.knoppix.net/forum/viewtopic.php?t=13143&highlight=
This will send you to another post where you can find more info about how to configure your mouse. http://www.knoppix.net/docs/index.php/FaqHardware.?action=LikePages
Go to hardwareFAQ.
http://www.knoppix.net/docs/index.php/FaqHardware

I had to edit out the other two mouse choices and change the mouse button functions to fit my mouse.

#Section "InputDevice"
# Identifier "Serial Mouse"
# Driver "mouse"
# Option "Protocol" "Microsoft"
# Option "Device" "/dev/ttyS0"
# Option "Emulate3Buttons" "true"
# Option "Emulate3Timeout" "70"
# Option "SendCoreEvents" "true"
#EndSection
#Option "Device" "/dev/psaux" got replaced with
# Option "Emulate3Buttons" "true"
# Option "Emulate3Timeout" "70"

/dev/input/mice
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "SendCoreEvents" "true"
EndSection

#Section "InputDevice"
# Identifier "USB Mouse"
# Driver "mouse"
# Option "Device" #"/dev/input/mice"
# Option "SendCoreEvents" "true"
# Option "Protocol" #"IMPS/2"
# Option "ZAxisMapping" "4 5"
# Option "Buttons" "5"
#EndSectionEndSection

I have a 2 button whellmouse and it works fine now.
Hope this helps.

firebyrd10
10-28-2004, 01:27 AM
Perhaps the cable is loose? If it worked the first time and now doesn't work is ether of the distros, then its probably hardware related.