LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-27-2003, 06:09 AM   #1
sambartle
Member
 
Registered: Jan 2003
Location: UK
Distribution: Slackware 9.0
Posts: 34

Rep: Reputation: 15
MS Wireless Intellimouse Explorer and Slackware 9.0


I have a Microsoft Wireless Intellimouse Explorer (USB Only), and i had everything set-up perfectly in slackware 9.0 (RC1), all buttons were working, and the wheel functioned correctly.

The XF86Config:
device /dev/input/mice
protocol ExplorerPS/2
buttons 7
ZAxisMapping 6 7

and xmodmap -e "pointer 1 2 3 6 7 4 5" to get all the buttons in order.

Now i have upgraded to Slackware 9.0 (Final Release) and the mouse has gone crazy. Left and Right movement cause the pointer to go up and down the screen, and change desktops on fluxbox.

Up and Down movement work but very slowly.

Clicking any button (all 7) and moving the wheel makes the pointer jump in small increments to the right.


Does any one have any ideas why? (i know there is a similar post on this board, but i think this is a different problem, as i know how to set up the mouse (it was perfect in Slack9.0 (RC1) )

Im more interested in what has changed in Slack 9.0 (Release) to kill my mouse.


Thanx
 
Old 03-27-2003, 10:59 AM   #2
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
I'm not sure, but strange things happened to me. init mode changed. X seems to become picky.

http://jetblackz.freeservers.com/Con...WheelMice.html
 
Old 03-30-2003, 08:40 AM   #3
sambartle
Member
 
Registered: Jan 2003
Location: UK
Distribution: Slackware 9.0
Posts: 34

Original Poster
Rep: Reputation: 15
Aussie, could you have a quick look at this.

Since you have slack 9.0, i was wondering if you knew what has changed with the mouse handling code?

cheers
 
Old 04-05-2003, 08:24 PM   #4
nokiaxv2
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Rep: Reputation: 0
having the same issue...

I was wondering if you've found a solution to this yet? I'm currently experiencing the exact same issues. Not exactly sure what I can do to fix it or "substitute" the problem....


Thanks in Advance....
 
Old 04-06-2003, 07:01 AM   #5
sambartle
Member
 
Registered: Jan 2003
Location: UK
Distribution: Slackware 9.0
Posts: 34

Original Poster
Rep: Reputation: 15
I believe i am close to fixing the problem, i have had it working perfectly once in slackware 9, and it still works 100% reliably in slackware 8.1 every time.

Which distribution are you using?

Thanks,
Sam
 
Old 04-06-2003, 08:51 PM   #6
nokiaxv2
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Rep: Reputation: 0
distribution

I'm using the final release of Slackware 9...
 
Old 04-07-2003, 02:22 AM   #7
sambartle
Member
 
Registered: Jan 2003
Location: UK
Distribution: Slackware 9.0
Posts: 34

Original Poster
Rep: Reputation: 15
I think that the problem has definitly only appeared in slackware 9.0 (Final Release) then, as in 9.0 (Release Candidate 1) there are no problems for me (did you try the RC1 before 9.0(final) was released? and did it work for you.)

Im just going to have a look at the changelog and see what has changed so i have a better idea of where to start looking.

I think it may be a Hotplug issue, but disabling it causes all kind of problems for me that id rather avoid ( aside from disabling the mouse completely as its USB and would need setting up seperate from hotplug - which i think would bring the same results as letting hotplug do the configuration )

Also im sure Hotplug isnt changed from the RC1 so it should work the same.
Ill edit this post (or repost) if i find anything interesting in the changelog.
 
Old 04-07-2003, 02:29 AM   #8
nokiaxv2
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Rep: Reputation: 0
Linux 9 RC1

No,

I've never used RC1...I've read a few forums where this problem does happen in Mandrake 9 as well. I think www.linuxiso.com/forums and this forum as well.

It is rather frustrating because I've grown to like the Slackware distro of Linux...however I'd like to soon get into making my own linux from scratch deal...might be checking into this a lot sooner than i had anticipated...Anyway,

I appreciate your help...hopefully someone will figure this out...

I disabled the hot swapple thing btw and for some reason, my mouse receiver didn't even have power coming to it...Was weird...Everything else had power though...Atleast my hub did. But my reciever for my mouse is plugged directly into my computer...instead of the hub...Any thoughts on this?
 
Old 04-07-2003, 02:43 AM   #9
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You can stop hotplug from loading problem modules by added them to /etc/hotplug/blacklist
 
Old 04-07-2003, 02:47 AM   #10
sambartle
Member
 
Registered: Jan 2003
Location: UK
Distribution: Slackware 9.0
Posts: 34

Original Poster
Rep: Reputation: 15
There is either
1. no module loaded to support the mouse (hid.o, input.o and mousedev.o i think)
Im now guessing (because ive never used hotplug before) that the modules are loaded by hotplug (this is its purpose i believe, feel free to correct me anyone if im wrong) and so you will need to modprobe them yourself to load support for the mouse.

(although i *think* that power should be supplied even without HID drivers loaded, i might be wrong.)
Anyway give it a try

and look in /proc/bus/usb/devices for changes before and after you activate it if possible.

or
2. the USB driver for the PC isnt loaded (but of course if this hub is powered from another USB socket on the same bus as the one your mouse is in then this is already taken care of and so option 1 is the only solution)
 
Old 04-07-2003, 02:49 AM   #11
sambartle
Member
 
Registered: Jan 2003
Location: UK
Distribution: Slackware 9.0
Posts: 34

Original Poster
Rep: Reputation: 15
Aussie: Its not really a problem module i dont think, the problem is that the module is loaded but there is something wrong with its configuration since slackware 9.0 final.

The changelogs dont show any changes to hotplug that should affect this mouse, but in slackware 9.0 it has changed in some way.

Is there an easy way to compare 9(rc1)'s hotplug config to 9.0(release) dso you know?

Thanks for the help everyone.
 
Old 04-07-2003, 03:03 AM   #12
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Any changes between rc1 and final will be in Changelog.txt.
Are you running gpm?
If you are then kill it and see if that helps.
 
Old 04-07-2003, 03:36 AM   #13
sambartle
Member
 
Registered: Jan 2003
Location: UK
Distribution: Slackware 9.0
Posts: 34

Original Poster
Rep: Reputation: 15
no gpm is not runnning.

i have checked the Changelog and there are a few mentions of Hotplug but from my very limited experience i dont think any of those should effect the Mouse handling.

My setup is exactly the same as i have always had with Slackware (9.0 RC1) where my mouse works fine, so i am nearly sertain it is a change in slackware rather than me configuring things incorrectly
 
Old 04-07-2003, 03:57 AM   #14
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Well, I'm using the same mouse config I've had since I wrote the side button guide, using a five button no-name optical ps/2 mouse.
Check for dirt or a hair over the lens, a small hair once sent my mouse crazy.
 
Old 04-07-2003, 05:57 AM   #15
yper
LQ Newbie
 
Registered: Apr 2003
Distribution: slackware 9.0
Posts: 9

Rep: Reputation: 0
Good to se that i'm not alone with this problem.
Just installed Slackware 9 (final relese) to my PC and configured the
XF86Config (just like on top of this page) file just to notice that my mouse behavied the same as Sambartle.

I very big need of good help because i'm a complete newbie in linux. I guess that i'm running fluxbox got nothing to do with the issue.
 
  


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
Wireless Intellimouse explorer... xmeson Slackware 3 05-03-2005 03:11 AM
wireless intellimouse explorer 2.0 sidebuttons dittohead Linux - Hardware 11 07-16-2004 12:33 PM
Wireless IntelliMouse Explorer configuration Belerefontis Slackware 0 07-15-2004 04:59 PM
Wireless IntelliMouse Explorer problems with Slackware mr_nohj Linux - Hardware 8 06-26-2003 07:32 PM
MS Wireless USB intellimouse Explorer nitewulf50 Linux - Hardware 2 11-23-2002 04:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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