LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-16-2004, 04:04 PM   #1
mike74
Member
 
Registered: Jan 2004
Location: Mtl, Canada
Distribution: Ubuntu 5.10
Posts: 39

Rep: Reputation: 15
Slack problem w/USB scroll mouse


Hi.
I migrated today from Mandrake to Slack. most seems to ok, but now I can't scroll with my mouse anymore.
Could not find any info about USB-mouse problems on the net.
Does anyone have the same thing happening?
 
Old 01-16-2004, 04:19 PM   #2
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
Well for starters ... what a mouse do you have?
 
Old 01-16-2004, 04:26 PM   #3
zefo
Member
 
Registered: Mar 2003
Posts: 71

Rep: Reputation: 15
look into your /etc/X11/XF86Config file. there should be line
Option "ZAxisMapping" "4 5"

in Section "InputDevice"
Identifier "Mouse1"

if it is not, add the line at the end of the section so it could look like this (only an example):

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection
 
Old 01-16-2004, 04:29 PM   #4
mike74
Member
 
Registered: Jan 2004
Location: Mtl, Canada
Distribution: Ubuntu 5.10
Posts: 39

Original Poster
Rep: Reputation: 15
logitech optical mouse.

I also have to say that I am a complete newbe w/little knowledge...sorry....
 
Old 01-16-2004, 04:43 PM   #5
mike74
Member
 
Registered: Jan 2004
Location: Mtl, Canada
Distribution: Ubuntu 5.10
Posts: 39

Original Poster
Rep: Reputation: 15
ok, I did like u said above. I changed everything so it looked like your file. Then I logged out and wanted to log in again, but I can't.

It tells me:
(EE) Mouse1: cannot open input device
(EE) PreInit failed for input device "Mouse1"
No core pointer
Fatal server error:
failed to initialize core devices.

Could it be that I am using the wrong kernel???

I was not sure so I used the bare.s

Any other ones that I should use instead of this one?


P4, 40GB, 512, Slackware9.1.0
 
Old 01-16-2004, 04:53 PM   #6
nesware
Member
 
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117

Rep: Reputation: 15
try setting the mouse type to 'auto'... worked for my ps/2 trackball.. wheel didn't work before i changed that...
 
Old 01-16-2004, 04:57 PM   #7
mike74
Member
 
Registered: Jan 2004
Location: Mtl, Canada
Distribution: Ubuntu 5.10
Posts: 39

Original Poster
Rep: Reputation: 15
mouse type was on auto...
I could not restart kde so I had to reinstall everything...

Any kernel suggestions???
 
Old 01-16-2004, 05:15 PM   #8
zefo
Member
 
Registered: Mar 2003
Posts: 71

Rep: Reputation: 15
man, i told you: that was only an example.. grrr. why didn't you back up the XF86Config file first?? like cp XF86Config XF86Config-backup for example?

it would be better if you paste your XF86Config file here. this problem is at 99.9 % *not* related to kernel so stay calm..

cheers,

-- joe

ps: have logitech optical mouse too..
 
Old 01-16-2004, 05:37 PM   #9
mike74
Member
 
Registered: Jan 2004
Location: Mtl, Canada
Distribution: Ubuntu 5.10
Posts: 39

Original Poster
Rep: Reputation: 15
ok, thanx man.
I reinstalled already. no biggie.
so how did YOU get your mouse to work???
Just changing the lines?

or did you download a patch??
Cheers.
Mike
 
Old 01-16-2004, 05:42 PM   #10
zefo
Member
 
Registered: Mar 2003
Posts: 71

Rep: Reputation: 15
well, you said that after fresh install only mouse-wheel was not working so my answer is:

just add the line ZAxisMapping.. to the mentioned Section.. that should be it.

> or did you download a patch??

no need for any patch here..

cheers,

-- joe
 
Old 01-16-2004, 06:20 PM   #11
newinlinux
Member
 
Registered: Dec 2003
Location: Next to Equator
Distribution: GNU/Linux 2.6.14
Posts: 382

Rep: Reputation: 30
Quote:
Originally posted by mike74
ok, I did like u said above. I changed everything so it looked like your file. Then I logged out and wanted to log in again, but I can't.

It tells me:
(EE) Mouse1: cannot open input device
(EE) PreInit failed for input device "Mouse1"
No core pointer
Fatal server error:
failed to initialize core devices.

Could it be that I am using the wrong kernel???

I was not sure so I used the bare.s

Any other ones that I should use instead of this one?


P4, 40GB, 512, Slackware9.1.0
if you are using SCSI, u use bare.s, if ide, then it should be bare.i, you are having a scsi set up? I am a newbie myself, just sharing what little i have learned thus far with you, so do check it out yourself.
 
Old 01-16-2004, 06:43 PM   #12
mike74
Member
 
Registered: Jan 2004
Location: Mtl, Canada
Distribution: Ubuntu 5.10
Posts: 39

Original Poster
Rep: Reputation: 15
ok.
did what you said and typed only the zaxis-stuff.
rebooted. logged in, mouse works, but no scroll.... crap!

what now? Any suggestions?
 
Old 01-16-2004, 08:40 PM   #13
Whitehat
Senior Member
 
Registered: Feb 2003
Location: The Cold North
Distribution: SuSE 9.1
Posts: 1,289

Rep: Reputation: 46
Change the part that is set to "auto" to "IMPS/2"

Also, is your mouse device /dev/mouse?

How about posting that portion of your XF86Config file?

Last edited by Whitehat; 01-16-2004 at 08:41 PM.
 
Old 01-16-2004, 08:49 PM   #14
thrice
Member
 
Registered: Apr 2003
Distribution: Xubuntu
Posts: 113

Rep: Reputation: 15
when i can't get into x, i always use bbc-lnx. its a great tool for fixin stuff. you can get it at http://www.lnxbbc.com/ . if i reinstalled every time i coudln't get into x because of some dumb typo in XF86Config, i'd never get anything done.
 
Old 01-16-2004, 08:59 PM   #15
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Have you done a little at the XFree86 site? Mouse Support in XFree86 would be a good place to start.

From section 4 of the above link:
Quote:
USB mouse

If your mouse is connected to the USB port, it can either be supported by the "Auto" protocol, or by an OS-specific protocol (see below), or as a generic Human Interface Device by the "usb" protocol.
 
  


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
USB mouse and scroll not working. Slovak Slackware 18 11-16-2004 09:20 AM
USB scroll mouse doesn't scroll Rhatlinux Linux - Software 10 09-29-2004 07:42 PM
logitech scroll mouse not working with slack 10 anonymoushacker Linux - Software 1 07-30-2004 02:37 PM
scroll wheel not working HP usb optical mouse anorman Linux - Hardware 1 07-22-2004 08:34 PM
How to fix this USB mouse with scroll IamDaniel Slackware 5 12-04-2003 07:10 AM

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

All times are GMT -5. The time now is 04:12 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