LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 06-01-2004, 03:27 AM   #1
cscott
Member
 
Registered: Apr 2004
Location: Nashville, TN
Distribution: Gentoo, Mandrake 10.1 Official
Posts: 50

Rep: Reputation: 15
Can't get Dell wireless USB wheel mouse to work


Can someone please help me get my mouse to work with FreeBSD's latest version? I have a Dell Optical USB wheel mouse that I think is made my Logitech. It has the normal 2 buttons and a scroll wheel in the middle. I cannot get it to work with the "moused" command, or by editing /etc/X11/XF86Config and doing something like so:

Code:
Section "InputDevice"
  Identifier   "Mouse1"
  Driver       "mouse"
  Protocol    "Protocol" "auto"
  Option       "Device" "/dev/ums0"
  Option       "Emulate3Buttons" "no" 
  Option       "Buttons" "5"
  Option       "ZAxisMapping" "4 5"
EndSection
sysinstall doesn't install it correctly, and I don't know whether to use a device of "/dev/psm0", "/dev/ums0", "/dev/mouse", "/dev/sysmouse", or something else. I've tried them all and still no luck.

Should I use "auto" or something else for the protocol? Do I need to use imwheel? I've worked on this for days unsuccessfully trying recommendations I found by searching Google.

Last edited by cscott; 06-01-2004 at 04:26 AM.
 
Old 06-01-2004, 01:48 PM   #2
Stack
Member
 
Registered: Oct 2003
Distribution: FreeBSD
Posts: 325

Rep: Reputation: 30
Quote:
ection "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
 
Old 06-08-2004, 11:24 PM   #3
cscott
Member
 
Registered: Apr 2004
Location: Nashville, TN
Distribution: Gentoo, Mandrake 10.1 Official
Posts: 50

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Stack
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
That does not work for me.
 
Old 06-11-2004, 03:53 PM   #4
atheist
Member
 
Registered: Sep 2003
Location: Iceland
Distribution: Debian Lenny - Kernel 2.6.22.8
Posts: 331

Rep: Reputation: 30
/dev/sysmouse, is that a Mandrake specific thing? Because I thought usb mice were located in /dev/input/mice. Anyways. I'm having the same problem, if you have any luck, please post your progress here. I'll do the same.
 
Old 06-11-2004, 08:01 PM   #5
Stack
Member
 
Registered: Oct 2003
Distribution: FreeBSD
Posts: 325

Rep: Reputation: 30
Quote:
Originally posted by atheist
/dev/sysmouse, is that a Mandrake specific thing? Because I thought usb mice were located in /dev/input/mice. Anyways. I'm having the same problem, if you have any luck, please post your progress here. I'll do the same.
No it is a FreeBSD thing. Please try posting at freebsdforums.org you might run into someone who has had the same problem.
 
Old 06-12-2004, 07:18 PM   #6
Alex Cavnar
Member
 
Registered: Jun 2003
Location: Nashville, TN
Distribution: FreeBSD, Slack, and DebianPPC
Posts: 60

Rep: Reputation: 15
Actually, you should look into /etc/usbd.conf

I'm not at my FreeBSD box right now, but you should configure moused to work through /etc/usbd.conf, not through /etc/rc.conf.

You may already have an example of how to use it in your file already. If not, try doing a Google For BSD search for "usbd.conf"+"wheel mouse" . You may find an example entry somewhere that will work for you.

If I can remember, I'll post the relevant section from my config file.

Last edited by Alex Cavnar; 06-13-2004 at 11:01 AM.
 
Old 06-13-2004, 12:06 AM   #7
cscott
Member
 
Registered: Apr 2004
Location: Nashville, TN
Distribution: Gentoo, Mandrake 10.1 Official
Posts: 50

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Stack
No it is a FreeBSD thing. Please try posting at freebsdforums.org you might run into someone who has had the same problem.
Thanks for the suggestion. I'll post there about the problem.
 
Old 06-13-2004, 12:07 AM   #8
cscott
Member
 
Registered: Apr 2004
Location: Nashville, TN
Distribution: Gentoo, Mandrake 10.1 Official
Posts: 50

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Alex Cavnar
Actually, you should look into /etc/usbd.conf

I'm not at my FreeBSD box right now, but you should configure moused to work through /etc/usbd.conf, not through /etc/rc.conf.

You may already have an example of how to use it in your file already. If not, try doing a [url=http://www.google.com/bsd]Google For BSD
search for "usbd.conf"+"wheel mouse" . You may find an example entry somewhere that will work for you.

If I can remember, I'll post the relevant section from my config file. [/B]

Please post it. Any help is appreciated.
 
Old 06-13-2004, 10:28 AM   #9
Alex Cavnar
Member
 
Registered: Jun 2003
Location: Nashville, TN
Distribution: FreeBSD, Slack, and DebianPPC
Posts: 60

Rep: Reputation: 15
Internet was down at the house last night, but I managed to find the same instructions at The FreeBSD Diary:

Add the appropriate lines to your /etc/rc.conf file:

Code:
moused_enable="NO"
moused_flags="/dev/ums0"
usbd_enable="YES"
usbd_flags="" (though I like -vv personally, just for the scroll factor)
Make sure your /etc/usbd.conf has these lines in it:
Code:
device "Mouse"
devname "ums[0-9]+"
attach "/usr/sbin/moused -z 4 -p /dev/${DEVNAME} -I
               /var/run/moused.${DEVNAME}.pid"
Restart, and your mouse should work. I added the -z 4 option to enable the mouse wheel.
 
  


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
wheel on usb mouse doesnt work coal-fire-ice Slackware 16 10-29-2005 10:02 AM
Getting the Mouse Wheel to work TheHateCrew Linux - Hardware 3 09-15-2004 02:21 AM
I know, I know... but please I cant my wheel mouse to work dcruz Linux - Newbie 3 07-10-2003 02:41 AM
Dell Wheel Mouse Dickey Peterson Linux - Hardware 3 02-13-2003 01:18 PM
4 button, mouse wheel USB mouse DigiCrime Linux - Hardware 1 12-11-2002 04:15 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

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