knightmb Posted December 11, 2004 Report Share Posted December 11, 2004 (edited) Hi All, Backupground on problem: I had Mandrake 10.1 Community release installed for the last month, everything worked fine. I upgraded to 10.1 Offical Release and everything works fine except the Mouse. When KDE starts up, I see the mouse cursor but have no control over it. I tested the mouse on another system, it works fine so I know it isn't hardware related. If I log in to the system and run "mousedrake" from the console and select the "Any PS/2 & USB mice" then everything works fine. Everything for the mouse breaks if I reboot the system as though it's not detected during startup. My mouse is a PS/2 and has worked fine for a long time. I've searched through the forums here and on google but have found plenty of "I fixed my mouse problem" topics that don't explain how they fixed it, LOL. Any help would be greatly appreciated! Thanks. Edited December 11, 2004 by knightmb Link to comment Share on other sites More sharing options...
AussieJohn Posted December 12, 2004 Report Share Posted December 12, 2004 Try opening Mandrake Control Centre and doing your Mouse setting from there. Doing it from within it should save the settings. I think that is what the problem is, the setting is not being saved. Cheers. John. Link to comment Share on other sites More sharing options...
knightmb Posted December 12, 2004 Author Report Share Posted December 12, 2004 I gave this a try, still doesn't seem to be saving the settings. If I log into KDE and go through either the control panel or the console I can get the mouse auto-detected, but another reboot and the system forgets I have a mouse. Is there anyway to manually set the mouse somewhere? It's just a generic PS/2 mouse with the wheel roller, that's what is detected when I run auto-detection through the control panel or the console using "mousedrake". Link to comment Share on other sites More sharing options...
Guest Labonte Posted December 12, 2004 Report Share Posted December 12, 2004 haveing the same problem here, no mouse but i see the mouse pointer... anyone know how to fix this, as i cant go any where i Gnome or is there any keyboard shotcuts that i can try to for example navigateing on the startmeny? /Daniel Link to comment Share on other sites More sharing options...
adamw Posted December 13, 2004 Report Share Posted December 13, 2004 laborite: 'alt-f2' will get you to a 'run program' dialogue box. type 'gnome-terminal' to open a terminal then you can run 'mousedrake' from there. Link to comment Share on other sites More sharing options...
Guest Labonte Posted December 13, 2004 Report Share Posted December 13, 2004 thanks, i shall try that :) Link to comment Share on other sites More sharing options...
knightmb Posted December 24, 2004 Author Report Share Posted December 24, 2004 Well I thought I would do an update to this topic. I never could figure why Mandrake 10.1 Offical would forget my mouse every reboot. I didn't have anything on the server I couldn't backup, so I did a fresh install of Mandrake 10.1 Offical and everything works, almost better than before. I think my problem was upgrading from 10.1 Community to 10.1 Offical, something in the upgrade process may have been my problem. Cheers!! Link to comment Share on other sites More sharing options...
chris z Posted December 24, 2004 Report Share Posted December 24, 2004 if anybody is still having the mouse problem, try editing the "InputDevice" section of xorg.conf. it seems udev doesn't like the old /dev/mouse path on some set ups, for some reason. here's an example of mine using a ps2 scroll wheel mouse........... Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "6 7" EndSection if your entry for "Device" read /dev/mouse try changing to the above. Chris Link to comment Share on other sites More sharing options...
Guest Nicholas Vrtis Posted December 31, 2004 Report Share Posted December 31, 2004 I just got 10.1 for Christmas, and had a similar problem. I knew the mouse was working, because it worked fine during the installation, and the system had been running 9.0 just prior. I did a complete reformat and restall.. not an upgrade from 9.0. After doing some experiments and poking around, I noticed that if I set the security level to "higher", the mouse would not work after the install. If I left the security level at the default "standard", the mouse worked after the install. I looked that the X logs, and noticed that the open failed for the mouse when I had the system at "higher"... I tried mousedrake, but that didn't change anything. It didn't even start the mouse working. After doing some more poking around, I figured out that for some reason, /dev/input/mice (actually, /dev/input/) never got created with the higher security setting, but did when it was standard. I tried opening an incident with mandrakeexpert, but got the standard "apply all the patches and call me in the morning"... so, I bumped the security level down for the time being. Nick Link to comment Share on other sites More sharing options...
Guest jjoliver Posted January 6, 2005 Report Share Posted January 6, 2005 Thanks for the guidance here - it solved my problem: Mandrake 10.1 and the mouse worked fine during install and then would not work with KDE afterwards. I could get it working through the control center but the setting was always forgotten. Security level is set to "higher". Changing the xorg.conf file to: Option "Device" "/dev/input/mice" as suggested by chris z worked a treat! Thanks Link to comment Share on other sites More sharing options...
Guest mrvnmrtn Posted January 12, 2005 Report Share Posted January 12, 2005 I had the exact same symptoms, installed 10.1 from scratch with high security, no mouse on bootup, but the mouse would work fine when configured with drakconf/mousedrak. Modifying /etc/X11/xorg.conf did not solve my situation. Turned out that udev was not running so the device files weren't being created. chkconfig --add udev solved that. Link to comment Share on other sites More sharing options...
Guest bobn9lvu Posted February 7, 2005 Report Share Posted February 7, 2005 Try changing the /etc/X11/XF86Config file in the device section for the mouse; Option "Device" "/dev/mouse" to Option "Device" "/dev/psaux" It seems there is no /dev/mouse directory.... Bob Link to comment Share on other sites More sharing options...
Guest xpre2s Posted March 11, 2005 Report Share Posted March 11, 2005 /dev/psaux works for me, thank you Link to comment Share on other sites More sharing options...
Guest Outerarm Posted April 9, 2005 Report Share Posted April 9, 2005 Hi, Had exactly the same issue -- mouse was fine on install screens with 'highest' security level selected, but didn't work once the system was booted. As suggested, opening up a console window, su'ing to root and typing: chkconfig --add udev solved the problem on next reboot. Cheers, Ian, Link to comment Share on other sites More sharing options...
Guest mtcerio Posted April 10, 2005 Report Share Posted April 10, 2005 Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "6 7" EndSection It worked for me on mdk 10.1! Thank you very much! Matteo Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now