LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   mouse fail in debian (https://www.linuxquestions.org/questions/debian-26/mouse-fail-in-debian-305242/)

lilghost 03-23-2005 05:18 PM

mouse fail in debian
 
seems like even i have install the mouse configuration at dpkg-reconfiguration xxserver-xfree86 the mouse just dont work. And after reinstalling i restart the laptop, it keeps saying eth0 fails but as for my external hdisk, it can be detected but ill have to wait a while for it to load. anyone can teach a newbie linux how to solve this as laptop mouse touchpad is kinda troublesome for me. thanks

hypnos 03-23-2005 05:57 PM

A possible solution to the mouse problem(?):

$ su
Password:
# apt-get install mdetect
# dpkg-reconfigure xserver-xfree86
# exit
$ startx

lilghost 03-25-2005 10:31 AM

re:
 
well ive tried ur method but is da same result...the mouse just dont work....
in dpkg i selected /dev/psaux -> ps2 -> exit and restart...mouse still dont work.

and also whenever i restart my linux OS ... there is one error that is quite annoying....

usb 2-2: control timeout on ep0in

it keeps having a few line of this then goes into linux....does this affect the mouse usb port?

hypnos 03-25-2005 11:34 AM

Mdetect should let you choose autoconfiguration for mouse in dpkg-reconfigure xserver-xfree86. If you use debian testing or unstable with 2.6 kernel, try /dev/input/mice for ps/2 mouse. If you use debian stable or 2.4 kernel, try upgrading your system. Installing udev might also be worth a try (but only on a system with 2.6 kernel).

lilghost 03-26-2005 07:10 AM

Re:
 
well mine is kernel 2.6 and seems like the mouse doesnt work at all. sigh *frustrated*
try using ur way but is the same...not sure whats wrong...

besides that, is weird that some of the command in linux for mine is gone. example when i type:
$man zip
No manual entry for zip

could you teach me anyway to install the package for that because i need to do my assingment and without mouse is also very troublesome...thanks ^.^

kaz2100 05-20-2005 08:10 AM

I ran into similar problem, with 2.4.29 kernel (Debian woody). While I was configuring additional USB device (HID), trackpad became crabby. Very poor response, sometimes every several seconds or more.

I thought it was hardware problem, but it works with Slackware 10.1 (2.6.10) without any problem.

I tried to figure out what problem was. I replaced XFree86 package (4.1 -> 4.4/4.5), which did not work at all. Several kernel options (ipv6, hid, input layer....) At the end of the day, everything got screwed up and practically unrecoverable.:cry:

utanja 05-20-2005 11:30 AM

Quote:

Originally posted by kaz2100
I ran into similar problem, with 2.4.29 kernel (Debian woody). While I was configuring additional USB device (HID), trackpad became crabby. Very poor response, sometimes every several seconds or more.

I thought it was hardware problem, but it works with Slackware 10.1 (2.6.10) without any problem.

I tried to figure out what problem was. I replaced XFree86 package (4.1 -> 4.4/4.5), which did not work at all. Several kernel options (ipv6, hid, input layer....) At the end of the day, everything got screwed up and practically unrecoverable.:cry:

the mouse section of you XF86Config-4 should look something like this provided you are using the PS2 port for you mouse...

Code:

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

please list your similar section

kaz2100 05-23-2005 02:22 PM

Thanks,

I did not check ImPS/2 before crisis. Now it works.


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