LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-12-2008, 10:10 PM   #1
andrw123
Member
 
Registered: Aug 2008
Distribution: Slackware 12.1
Posts: 35

Rep: Reputation: 15
mouse will not work at all on intel...


Hello. I am not new to Linux, but I am new to SlackWare. So I ordered the SlackWare 12.1 install DVD. I preformed a full install, and every thing went fine. I finished the installation and rebooted. Everything went fine, I logged in and typed startx to start the KDE desktop. When KDE came up The mouse cursor would not move at all. I tried to configure it many different ways after searching a lot of other slackware mouse problems, but none of them worked. Also when I run xorgconfig, X will not start up at all. X will start up when I complete install without running xorgconfig.

SETUP:
mouse - PS/2 optical laser mouse
intel classic motherboard with on board graphics
core 2 duo processor
2gb memory
80g sata hard disk drive

I will greatly appreciate any help.

(I didn't know if this should be here or the Linux-Newbie Section)
 
Old 08-12-2008, 10:32 PM   #2
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Post the following:

/var/log/Xorg.0.log

output of lsmod

/etc/X11/xorg.conf
 
Old 08-13-2008, 09:26 AM   #3
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,375

Rep: Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754
Have you looked at /etc/modprobe.d/psmouse?
AND
Made sure that there are no editor backup files remaining in the /etc/modprobe.d directory?

Last edited by allend; 08-13-2008 at 09:36 AM.
 
Old 08-13-2008, 01:06 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Try disabling gpm if it's still on, so run
Code:
chmod a-x /etc/rc.d/rc.gpm
then reboot.

Also try running 'xorgsetup' instead of 'xorgconfig'.
 
Old 08-13-2008, 01:11 PM   #5
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
You can try xorgsetup (or xorgcfg, I don't remember right now), it will probe your hardware and generate a suitable Xorg configuration file for you.

Regarding the mouse, which kernel did you install? Huge?
 
Old 08-13-2008, 03:35 PM   #6
andrw123
Member
 
Registered: Aug 2008
Distribution: Slackware 12.1
Posts: 35

Original Poster
Rep: Reputation: 15
/var/log/Xorg.0.log:

Code:
(II) LoadModule:  "mouse"
(II) LoadModule:  /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vender="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.3.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
/etc/X11/xorg.conf:

Code:
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    Option "Protocol" "IMPS/2"
    Option "Device"  "/dev/mouse"
I looked at /etc/modprobe.d/psmouse, looked fine. How do you know if there are editor backups? I ran chmod a-x /etc/rc.d/rc.gpm, did not fix the problem. I ran xorgsetup and it messed up X in the same way as xorgconfig. I had to copy the Xorg backup file to xorg.conf to get X to start again.
Oh, and the Kernal I installed was the default, I believe it was Hugesmp or something.

Last edited by andrw123; 08-13-2008 at 03:40 PM.
 
Old 08-13-2008, 03:49 PM   #7
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
This is what I use for your type of mouse.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Hope this of some help.
 
Old 08-13-2008, 07:41 PM   #8
andrw123
Member
 
Registered: Aug 2008
Distribution: Slackware 12.1
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by slackass View Post
This is what I use for your type of mouse.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Hope this of some help.
thanks but still no luck. I can't really think of any thing else to do. Could it be a hardware problem? Every thing worked fine under Ubuntu, Debian, and Mandriva(same exact machine). So I don't think it could be a hardware problem.
 
Old 08-13-2008, 07:57 PM   #9
andrw123
Member
 
Registered: Aug 2008
Distribution: Slackware 12.1
Posts: 35

Original Poster
Rep: Reputation: 15
Well, I got a usb mouse off of another computer, hooked it up, set it to usb mouse, and it works fine. I will probably just keep using a usb mouse, but I would still like to know what the problem could have been.

Thanks for all the advice.
 
Old 08-13-2008, 08:18 PM   #10
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,375

Rep: Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754
You could try changing the mouse protocol in /etc/modprobe.d/psmouse from 'imps' to one of:
'bare' - a very basic setup, but may help with determining if you have a problem elsewhere.
'exps' - Explorer mice
'any'
or even commenting out the protocol line entirely, so that the kernel options are used.
By the way, what is the exact brand and model of the mouse?

PS- Be aware that ALL files in /etc/modprobe.d are examined when looking for information for modprobe. It is a common problem that when using an editor a backup file willl be left in the directory, causing unintended actions. You can recognise these by the .~ file name extension.
 
Old 08-13-2008, 08:21 PM   #11
xflow7
Member
 
Registered: May 2004
Distribution: Slackware
Posts: 215

Rep: Reputation: 45
Slackware by default loads the psmouse module with the "proto=imps" option. It's a bit of a long shot, but you could try editing /etc/modprobe.d/psmouse and changing the line to read:

Code:
options psmouse proto=any
You'll need to reboot or rmmod and insmod to reload the module for it to take effect.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse Scroll Button doesn't work with Logitech PS/2 MOuse. duffmckagan Slackware 10 12-02-2008 11:27 PM
Kanotix: computer recognizes PS/2 optical wheel mouse, but mouse does not work.. karisu123 Linux - Hardware 1 01-02-2007 03:30 AM
Wireless mouse/kboard combo - require a click everytime for mouse to work godfrank Linux - Hardware 2 10-02-2006 06:26 PM
Intel D845GLLY + Multiple Intel Pro 100 NICs + kernel 2.6.x = NICs don't work egable Linux - Hardware 0 02-04-2005 02:30 PM
PS/2 mouse did not work after temp removal of USB mouse edwardp Linux - Hardware 1 09-06-2003 04:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration