LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-03-2005, 01:36 PM   #1
bldiron
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: Debian testing
Posts: 8

Rep: Reputation: 0
PS/2 mouse scroll wheel inactive after upgrade


I have installed Debian testing last january and the mouse (Logitech MouseManPlusPS/2) worked perfecly until an upgrade about early July when the scroll wheel stopped working.
It still works with Mandrake 9.2 and 10.1 and XP.

The X configuration looks fine :
device=/dev/psaux
protocol=MouseManPlusPS/2
emulate3buttons=true
zaxismapping=4 5

I presume the problem is related to another package, but I cannot find the culprit.

Has anyone faced the same problem ?
 
Old 08-03-2005, 03:39 PM   #2
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
Try testing the protocol to "ImPS/2", and Emulate3Buttons to false - then restart the X server.

So:

device=/dev/psaux
protocol=ImPS/2
emulate3buttons=false
zaxismapping=4 5
 
Old 08-03-2005, 04:30 PM   #3
bldiron
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: Debian testing
Posts: 8

Original Poster
Rep: Reputation: 0
I have tried protocol=ImPS/2 or IMPS/2 with emulate3buttons=false but the result is the same : the mouse works except for the scroll wheel.

Thanks for the suggestion
 
Old 08-07-2005, 03:41 PM   #4
bldiron
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: Debian testing
Posts: 8

Original Poster
Rep: Reputation: 0
PS/2 mouse scroll wheel inactive after upgrade

The scroll wheel works again with the following configuration of XF86Config-4 :

Device=/dev/psaux
Protocol=IMPS/2
Emulate3Buttons=true
ZAxisMapping=4 5

It stopped working after an upgrade, presumably of XFree86.
 
Old 08-07-2005, 03:46 PM   #5
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
Do the following:
Code:
apt-get update && apt-get install mdetect
mdetect
and post the output here.

What did you upgrade to? Sarge, Etch or Sid?

What kernel are you using? Do:
Code:
uname -a
 
Old 08-08-2005, 07:14 PM   #6
bldiron
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: Debian testing
Posts: 8

Original Poster
Rep: Reputation: 0
PS/2 mouse scroll wheel inactive after upgrade

The command "apt-get update && apt-get install mdetect" gives : mdetect is already the newest version
The command "mdetect" gives :
/dev/psaux
intellimouse

I use Debian testing and I upgrade it about every week. Unfortunately I did not take note of the date the problem began, so I cannot look at the last upgrade before.

The kernel I am using is 2.6.8-2k7.
 
Old 09-15-2005, 10:47 PM   #7
sasav
LQ Newbie
 
Registered: Sep 2005
Location: USA NJ
Distribution: Debian
Posts: 1

Rep: Reputation: 0
Could it be because of xorg transition?

I have similar problem.
Could it be because of transition from Xfree to Xorg?
 
Old 09-16-2005, 03:50 AM   #8
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Rep: Reputation: 49
Did you upgrade from 2.4 to 2.6 kernel? If yes then ps/2 mouse won;t work in normal conditions because in 2.6 kernel the input drives are moved into the kernel space and there is just one common device for all kinds of mouse attached to the system i.e /dev/input/mice.
I know one solutiuon that works: Disable the Legacy USB booting option from your BIOS and it should work fine.
 
Old 09-16-2005, 10:03 AM   #9
bldiron
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: Debian testing
Posts: 8

Original Poster
Rep: Reputation: 0
I had not made the transition to Xorg at that time. I just made it today without any problem, the mouse continues to work perfectly. What happened I think was an upgrade of Xfree which dit not support correctly anymore the MouseManPlusPS/2 protocol. I had to change the protocol to IMPS/2.
 
Old 09-16-2005, 10:04 AM   #10
bldiron
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: Debian testing
Posts: 8

Original Poster
Rep: Reputation: 0
I dit not upgrade to the 2.6 kernel, it was already there.
 
Old 09-20-2005, 02:50 AM   #11
redhill
LQ Newbie
 
Registered: Sep 2005
Posts: 1

Rep: Reputation: 0
PS/2 mouse 1st installation success, 2nd failed

I have installed Fedora Core 4 last night to my 2nd IDE drive and tried to dual boot with Windows 2000 Pro SP4 Rollup1. The installer can detect my Microsoft PS/2 compatible IntelliMouse Mouse (2 button with wheel). I have to reinstall it just because dual boot loader frozen after printing out "GRUB" 4 charactors on moniter after NTLDR menu screen. I have dumped linux.bin and copy it to the same directory where the boot.ini live, I checked grub.conf and cannot find any problem. NTLDR dual boot works fine for my XP notebook.

I have read some posts but still got no idea what is going on. I'm thinking maybe reinstall is the fastest way, but I am wrong. The second time installation cannot even detect my PS/2 mouse. I cannot remember what are my original BIOS settings but after the first installation and before the second installation, I do reset my BIOS to default configuration. New to Linux and drivers, cannot image how things mess up...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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-wheel gone after -current upgrade Yalla-One Slackware 4 09-20-2005 05:22 PM
PS/2 mouse scroll wheel inactive after upgrade bldiron Debian 3 08-09-2005 07:00 PM
How do I get my mouse-wheel to scroll? MurphyB2005 Slackware 8 04-22-2005 12:16 AM
4d wheel mouse - scroll wheel no worky CamelofCamelot Linux - Hardware 1 10-28-2004 08:33 PM
Mouse Wheel Scroll 123 Paul Linux - General 10 01-01-2004 05:11 PM

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

All times are GMT -5. The time now is 03:40 PM.

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