fa23 The mouse is not recognized on FreeBSD 7.1 - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > Peripheral Hardware

Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old January 28th, 2009, 18:59
corone corone is offline
Junior Member
 
Join Date: Jan 2009
Location: Seoul, Korea
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Default The mouse is not recognized on FreeBSD 7.1

Hi,
I just installed FreeBSD 7.1 in VMware Workstation.

The mouse is not recognized on X-windows.
USB mouse, touchpad, both are not recognized on my laptop.

When I was installing,

"User Confirmation Requested
Does this system have a PS/2, Serial or Bus mouse attached to it?"
[Yes] [No]

I chose "No".
(Did I have to choose "Yes"? But I used USB mouse.)

Now, how can I configure FreeBSD to recognize the mouse??
configuration file or command...

Thanks...
Reply With Quote
  #2  
Old January 28th, 2009, 20:38
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,694
Thanks: 47
Thanked 2,021 Times in 1,860 Posts
Default

VMWare 'emulates' a PS/2 mouse in a virtual machine. Even when you have a USB mouse on the host.

Add to /etc/rc.conf:
Code:
moused_enable="YES"
Xorg should pick up the sysmouse automatically..
Reply With Quote
The Following User Says Thank You to SirDice For This Useful Post:
corone (January 29th, 2009)
  #3  
Old January 29th, 2009, 04:49
corone corone is offline
Junior Member
 
Join Date: Jan 2009
Location: Seoul, Korea
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Default

Oh, now it works.
I really really appreciate your help.

Thank you!
Reply With Quote
  #4  
Old February 3rd, 2009, 14:02
stringchopper stringchopper is offline
Junior Member
 
Join Date: Feb 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have the same problem, but I'm not using vmware, I installed FreeBSD natively. I was also confused at setup, since I don't have a serial or ps/2 mouse, so I chose No to that option.

How should I proceed with a native installation, using an HP Pavilion dv8000 laptop with touchpad and Microsoft wireless laser mouse 6000. Note: my wireless keyboard, on the same usb and receiver, seems to work fine.

Many thanks in advance,
Brian
Reply With Quote
  #5  
Old February 3rd, 2009, 14:39
stringchopper stringchopper is offline
Junior Member
 
Join Date: Feb 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I noticed that i had lines from dmesg output regarding the mouse, but the Xorg -config test doesn't have a working mouse.

I noticed in dmesg, this:

atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
psm0: <PS/2 Mouse> irq12 on atkbdc0
psm0: model Intellimouse, device ID 3

So, I added the following to rc.conf and rebooted (another document suggested adding the moused_port)

rc.conf
----
moused_enable="YES"
moused_port="dev/pms0"

my xorg.conf.new has this:
xorg.conf.new
----
Section "ServerLayout"
Indentifier "X.org Configured"
Screen 0 "Screen0" 0,0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

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

Thanks,
Brian
Reply With Quote
  #6  
Old February 3rd, 2009, 20:02
ChickenWing88 ChickenWing88 is offline
Junior Member
 
Join Date: Jan 2009
Posts: 25
Thanks: 3
Thanked 0 Times in 0 Posts
Default

Did you did you issue the following commands to properly configure xorg.

Configure X11 Xorg
Code:
X -configure

Check configuration

Code:
X -config /root/xorg.conf.new
Copy new org configuration to /etc/X11/xorg.conf.

Code:
cp /root/xorg.conf,new /etc/X11/xorg.conf
Reply With Quote
  #7  
Old February 4th, 2009, 13:51
stringchopper stringchopper is offline
Junior Member
 
Join Date: Feb 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the suggestion, ChickenWing88.

I did all that already, and still no mouse.

I gave up and installed a linux distro

Maybe I'll try again when version 8 comes out.
Reply With Quote
  #8  
Old February 4th, 2009, 16:56
hydra hydra is offline
Member
 
Join Date: Nov 2008
Location: Slovakia
Posts: 272
Thanks: 18
Thanked 24 Times in 21 Posts
Default

stringchopper, do what I did, fetch the ports snapshot from here:
ftp://ftp.freebsd.org/pub/FreeBSD/re...orts/ports.tgz

Unpack to /usr/ports and you can install Xorg 7.3. Yes, you will have older programs, but at least you'll have a working OS till the things are sorted out.
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Optimising mouse control in Xorg aragon Howtos & FAQs 16 June 17th, 2012 01:14
Atheros card not recognized jwhendy System Hardware 16 July 22nd, 2010 20:59
FreeBSD Mouse Roll Call/USB Mouse Help aesop Peripheral Hardware 10 September 27th, 2009 19:37
AR5005UG - USB wireless LAN device not recognized samsu Peripheral Hardware 3 January 14th, 2009 00:27
Mouse in KDE 3.5 Lego Installing & Upgrading 18 November 30th, 2008 01:03


All times are GMT +1. The time now is 06:26.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0