On Thu, Feb 18, 2010 at 10:08 AM, mailinglist wrote:
> I've successfully got X Windows up and running on a Virtual Box VM on
> FreeBSD 8, however it isn't detecting my mouse. Any idea on how I can make
> that happen? As far as I know, there are no guest addition for virtual box
> for FreeBSD...
I've successfully got X Windows up and running on a Virtual Box VM on FreeBSD
8, however it isn't detecting my mouse. Any idea on how I can make that
happen? As far as I know, there are no guest addition for virtual box for
FreeBSD..of course that's assuming that would even help. It might
Polytropon wrote:
On Thu, 26 Nov 2009 14:57:32 +0800, Fbsd1 wrote:
From the 8.0 release notes is the following
http://www.freebsd.org/releases/8.0R/relnotes-detailed.html
[amd64, i386] The uart(4) is now the default driver for serial port
devices in favor of the sio(4) driver. Note that the
On Thu, 26 Nov 2009 14:57:32 +0800, Fbsd1 wrote:
> From the 8.0 release notes is the following
> http://www.freebsd.org/releases/8.0R/relnotes-detailed.html
>
> [amd64, i386] The uart(4) is now the default driver for serial port
> devices in favor of the sio(4) driver. Note that the device node
Polytropon wrote:
On Thu, 26 Nov 2009 14:06:56 +0800, Fbsd1 wrote:
I checked /dev and there are no cuaa* or cuad*
Confirmed, 8.0-RC1 with GENERIC kernel (my toyaround machine).
In 7.2 used the sysinstall/configur/mouse menu and it was the one that
crated the moused_port="/dev/cuad0" rc.conf
On Thu, 26 Nov 2009 14:06:56 +0800, Fbsd1 wrote:
> I checked /dev and there are no cuaa* or cuad*
Confirmed, 8.0-RC1 with GENERIC kernel (my toyaround machine).
> In 7.2 used the sysinstall/configur/mouse menu and it was the one that
> crated the moused_port="/dev/cuad0" rc.conf statment as sho
Polytropon wrote:
On Thu, 26 Nov 2009 11:43:17 +0800, Fbsd1 wrote:
Been using the same serial mouse since release 7.0 through 7.1 and 7.2.
Just installed release 8.0 and the rc.conf statements
dont work any longer.
# serial port radioshack 2 button mouse
moused_port="/dev/cuad0"
moused_type="
On Thu, 26 Nov 2009 11:43:17 +0800, Fbsd1 wrote:
> Been using the same serial mouse since release 7.0 through 7.1 and 7.2.
> Just installed release 8.0 and the rc.conf statements
> dont work any longer.
>
>
> # serial port radioshack 2 button mouse
> moused_port="/dev/cuad0"
> moused_type="intel
Been using the same serial mouse since release 7.0 through 7.1 and 7.2.
Just installed release 8.0 and the rc.conf statements
dont work any longer.
# serial port radioshack 2 button mouse
moused_port="/dev/cuad0"
moused_type="intellimouse"
moused_enable="YES"
Nothing has changed on the box hard
On Sun, 4 Oct 2009, Nerius Landys wrote:
Thanks for the tips guys. I had a close look at both suggestions.
After further experimentation I found that this line in rc.conf:
usbd_enable="YES"
was causing the mouse pointer not to work in Xorg. Simply removing
that line, all works perfectly.
Thanks for the tips guys. I had a close look at both suggestions.
After further experimentation I found that this line in rc.conf:
usbd_enable="YES"
was causing the mouse pointer not to work in Xorg. Simply removing
that line, all works perfectly. So my end-result rc.conf is:
defaultrout
On Sun, 4 Oct 2009, Nerius Landys wrote:
I had everything (Xorg + console mouse) working perfectly on my 6.3
system with slightly outdated ports. Now I upgraded to 6.4 and the
latest ports. I am getting some strange behavior with respect to the
mouse. I did adjust some lines of rc.conf in the
Hi,
On Sun, Oct 4, 2009 at 5:06 PM, Nerius Landys wrote:
[snip]
>
> When I "startx", the mouse cursor won't move. I have nothing
> currently in /etc/X11/xorg.conf (it's missing). I tried "Xorg
> -configure" and copying the output of that to /etc/X11/xorg.conf, but
> no change in behavior.
>
I had everything (Xorg + console mouse) working perfectly on my 6.3
system with slightly outdated ports. Now I upgraded to 6.4 and the
latest ports. I am getting some strange behavior with respect to the
mouse. I did adjust some lines of rc.conf in the process of trying to
debug the problem (mou
> Also you may want to update Xorg to current version. I think that
may help
> as my intel chipset just starting working w/ freebsd again relatively
> recently.
I was running 7.2-STABLE.
I used freebsd-update to 8.0-BETA2 and mouse finally works.
--
Eitan Adler
"Security is increased by desig
On Sun, Aug 16, 2009 at 9:56 AM, Adam Vande More wrote:
> On Sat, Aug 15, 2009 at 7:17 PM, Eitan Adler wrote:
>
>> > /var/log/Xorg.0.log would be help as well.
>> http://pastebin.com/f30f93edb
>>
>>
>> --
>> Eitan Adler
>>
>
> I'd try the fbsd xorg mailing list, btw does your console mouse work ye
On Sat, Aug 15, 2009 at 7:17 PM, Eitan Adler wrote:
> > /var/log/Xorg.0.log would be help as well.
> http://pastebin.com/f30f93edb
>
>
> --
> Eitan Adler
>
I'd try the fbsd xorg mailing list, btw does your console mouse work yet?
--
Adam Vande More
__
> /var/log/Xorg.0.log would be help as well.
http://pastebin.com/f30f93edb
--
Eitan Adler
"Security is increased by designing for the way humans actually behave."
-Jakob Nielsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/ma
On Sat, Aug 15, 2009 at 7:06 PM, Eitan Adler wrote:
> > Do you have
> >
> > moused_enable="YES"
> >
> > in /etc/rc.conf?
> >
> > Do you have xorg drivers installed for kb and mouse?
> >
> > eg
> >
> > xf86-input-keyboard-1.3.2_2
> > xf86-input-mouse-1.4.0_6
> >
>
> After some work on IRC I got to
> Do you have
>
> moused_enable="YES"
>
> in /etc/rc.conf?
>
> Do you have xorg drivers installed for kb and mouse?
>
> eg
>
> xf86-input-keyboard-1.3.2_2
> xf86-input-mouse-1.4.0_6
>
After some work on IRC I got to the following:
I have X compiled WITH hald.
dbus and hald are enabled and ru
On Sat, Aug 15, 2009 at 3:54 PM, Eitan Adler wrote:
> On my Lenovo G530 the mouse does not work in X or with moused.
> http://www.newegg.com/Product/Product.aspx?Item=N82E16834146534 for
> laptop specs.
> My laptop's dmesg output: http://pastebin.com/f7500570e
> AllowEmptyInput is on.
> The keyboa
On my Lenovo G530 the mouse does not work in X or with moused.
http://www.newegg.com/Product/Product.aspx?Item=N82E16834146534 for
laptop specs.
My laptop's dmesg output: http://pastebin.com/f7500570e
AllowEmptyInput is on.
The keyboard is not frozen in X as I am able to get to the other VTYs.
(m
On Sun, Sep 28, 2008 at 02:49:04PM -0700, zill wrote:
>
> Moused recognizes my mouse and the Xorg -configure test also recognizes my
> mouse, but when I run startx it does not recognize my mouse.
>
> I have a Microsoft wireless optical mouse that plugs into a USB port.
>
> Does anyone know how t
://www.nabble.com/Mouse-not-working-tp19715853p19715853.html
Sent from the freebsd-questions mailing list archive at Nabble.com.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any
ction
>
>Furthermore I installed the same mouse with an hw adapter to the
>serial port of the PC and obviously it works, of course as pms device,
>but very slowly and with no precision.
>There is someone that has any idea ?
>Thanks, Fabio
> __
Wouter Oosterveld wrote:
Forgot "Driver":
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol""auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
2008/3/26, Wouter Oosterveld <[EMAIL PROTECTED]>:
I'v
Forgot "Driver":
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol""auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
2008/3/26, Wouter Oosterveld <[EMAIL PROTECTED]>:
> I've had probably had the same i
I've had probably had the same issues with an logitech wheel-mouse (usb):
Mar 24 23:56:55 harare kernel: ums0: 3 buttons and Z dir.
The following xorg-section without any rc.conf moosed stuff got it to work:
Section "InputDevice"
Identifier "Mouse1"
Option "Protocol""auto"
Option "Device
I am a new FreeBSD user coming from Gentoo. I am not able to get
working an usb optical wired mouse from Labtec that is working well
with many Linux distro's and WXP too.
I am using a FreeBSD 7.0 standard GENERIC kernel configuration with
all usb devices installed, thus:
# US
Chad Hanamaikai <[EMAIL PROTECTED]> writes:
> Lowell Gilbert wrote:
>>
>> Hmm; I haven't seen these symptoms.
>>
>> Are you running moused? If not, definitely try that.
>> ___
>>
> Intresting I am using moused and my mouse works. Why was I able to no
Lowell Gilbert wrote:
Hmm; I haven't seen these symptoms.
Are you running moused? If not, definitely try that.
___
Intresting I am using moused and my mouse works. Why was I able to not
have to have moused running and have a working mouse?
_
Chad Hanamaikai <[EMAIL PROTECTED]> writes:
> I am trying to get my printer setup. I remove ULPT from my kernel,
> compile, and reboot. Printer is recognized as ugen. So I fire up X and
> realized my mouse is not moving. The mouse stays lit up once it gets
> recognized at boot. I am running -stabl
Chad Hanamaikai wrote:
I am trying to get my printer setup. I remove ULPT from my kernel,
compile, and reboot. Printer is recognized as ugen. So I fire up X and
realized my mouse is not moving. The mouse stays lit up once it gets
recognized at boot. I am running -stable. Any ideas on whats goin
I am trying to get my printer setup. I remove ULPT from my kernel,
compile, and reboot. Printer is recognized as ugen. So I fire up X and
realized my mouse is not moving. The mouse stays lit up once it gets
recognized at boot. I am running -stable. Any ideas on whats going on
and how to fix it?
Ian Smith wrote:
On Sun, 29 Jul 2007 15:58:39 +0100 Adam J Richardson <[EMAIL PROTECTED]> wrote:
> >>> I beleive in the past I have checked with
> >>> #cat /dev/ums0
> >>> and if things are working corectly, cat display binary garbage on the
> screen when you wiggle the mouse. Try this aft
On Sun, 29 Jul 2007 15:58:39 +0100 Adam J Richardson <[EMAIL PROTECTED]> wrote:
> >>> I beleive in the past I have checked with
> >>> #cat /dev/ums0
> >>> and if things are working corectly, cat display binary garbage on the
> screen when you wiggle the mouse. Try this after killing moused (
I beleive in the past I have checked with
#cat /dev/ums0
and if things are working corectly, cat display binary garbage on the
screen when you wiggle the mouse. Try this after killing moused (moused
makes ums0 unavailable).
Perhaps the mouse is dead or dying? Mine keeps its USB cable on a
The mouse seems to get detected perfectly and this is the GENERIC kernel
build that has the modules. The mouse gets detected and listed at boot
time. However, I don't think I am getting data out of the mouse port.
I beleive in the past I have checked with
#cat /dev/ums0
and if thing
The mouse seems to get detected perfectly and this is the GENERIC kernel
build that has the modules. The mouse gets detected and listed at boot
time. However, I don't think I am getting data out of the mouse port.
I beleive in the past I have checked with
#cat /dev/ums0
and if things ar
Chris Maness wrote:
Adam J Richardson wrote:
Chris Maness wrote:
I am having issues getting my USB mouse running. I don't get any error
messages of the sort, and when I do #cat /dev/ums0 I don't get any funny
garbage like I normally do out of a IO device. (That is after I kill
moused).
A
Chris Maness wrote:
Adam J Richardson wrote:
Chris Maness wrote:
I am having issues getting my USB mouse running. I don't get any
error messages of the sort, and when I do #cat /dev/ums0 I don't get
any funny garbage like I normally do out of a IO device. (That is
after I kill moused).
Any
Adam J Richardson wrote:
Chris Maness wrote:
I am having issues getting my USB mouse running. I don't get any
error messages of the sort, and when I do #cat /dev/ums0 I don't get
any funny garbage like I normally do out of a IO device. (That is
after I kill moused).
Any suggestions?
I had
Chris Maness wrote:
I am having issues getting my USB mouse running. I don't get any error
messages of the sort, and when I do #cat /dev/ums0 I don't get any funny
garbage like I normally do out of a IO device. (That is after I kill
moused).
Any suggestions?
I had this. I had to start some
I am having issues getting my USB mouse running. I don't get any error
messages of the sort, and when I do #cat /dev/ums0 I don't get any funny
garbage like I normally do out of a IO device. (That is after I kill
moused).
Any suggestions?
Chris Maness
(909) 223-9179
http://www.chrismaness.co
I recently purchased an omega optical mouse -
http://www.omega.com.tw/MOUSE-278962.asp . The link shows the mouse in
question. I have been unable to get it to work however. after running dmesg I
noticed the psm driver is being loaded and the mouse is being recognised as an
intellimouse but the
Mon, 19 Jun 2006 10:39:13 +0200, Bak - Bitcare.dk wrote:
> Hi everybody,
> I'm having trouble getting my USB mouse to work on my FreeBSD 6.0 It
> worked fine before on Windows XP and Ubuntu Linux.
> My laptop is a Fujitsu-Siemens Amilo A7640.
> The mouse is Microsoft Comfort Optical Mouse
Hi everybody,
I'm having trouble getting my USB mouse to work on my FreeBSD 6.0 It
worked fine before on Windows XP and Ubuntu Linux.
My laptop is a Fujitsu-Siemens Amilo A7640.
The mouse is Microsoft Comfort Optical Mouse 3000.
dmesg gives the following results:
--
[...]
p
Il giorno Tue, 16 May 2006 09:59:45 -0400 (EDT)
Matt Juszczak <[EMAIL PROTECTED]> ha scritto:
> Hi all,
>
> I moved, and now I can't seem to get my USB mouse to work. I keep
> getting "/dev/psm0: no such file or directory" when trying to start
> moused. dmesg shows proper detection of the mouse
Hi all,
I moved, and now I can't seem to get my USB mouse to work. I keep getting
"/dev/psm0: no such file or directory" when trying to start moused. dmesg
shows proper detection of the mouse, with no errors.
Any ideas?
Thanks!
-Matt
___
freebsd
Am Sonntag, 29. Januar 2006 18:57 schrieb FreeBSD Prospect:
> Using the GENERIC kernel, USB is enabled (ohci & ehci on an Asus A7N8X
> deluxe motherboard), the mouse is found during boot as follows:
>
> - cut -
> # cat /var/run/dmesg.boot | grep ums
> ums0: Microsoft Microsoft Wireless Opt
Hi!
I just finished my first FreeBSD 6.0 installation using the two CD image
files, and my first problem is, that I can't get this optical wireless mouse
to work.
The Microsoft Wireless Optical Desktop consists of the receiver, connected to
the PC by USB (also has a PS/2 connector, but it is n
hi
try insert into /boot/device.hints:
hint.psm.0.flags="0x1000"
that works fine for on my toshiba satellite 1100-z20
regards michael
Francesco Casadei schrieb:
Peter Kurpis wrote:
I installed FreeBSD 4.7 on my Toshiba Satellite 1135 laptop, and I
couldn't get the mouse working. (Windows
Peter Kurpis wrote:
I installed FreeBSD 4.7 on my Toshiba Satellite 1135 laptop, and
I couldn't get the mouse working. (Windows says it's an Alps
Pointing Device, on interrupt 12, plugged into the PS/2 port.)
On further investigation, when I tried
moused -p /dev/psm0 -i all
the daemon aborted
I installed FreeBSD 4.7 on my Toshiba Satellite 1135 laptop, and
I couldn't get the mouse working. (Windows says it's an Alps
Pointing Device, on interrupt 12, plugged into the PS/2 port.)
On further investigation, when I tried
moused -p /dev/psm0 -i all
the daemon aborted, saying it failed t
Hi,
My mouse is still not working :(
Andrew Boothman wrote:
> Do a 'ps ax|grep moused' and see if moused is already running
Yes, moused is running.
> Then in your X config you should be able to use /dev/sysmouse
I already had /dev/sysmouse in my X config, however moused is not working
with my
On Mon, 26 Jan 2004, Shaun Friedle wrote:
> Hi,
> I am very new to FreeBSD, but I'm trying to learn how to use it. This is made very
> difficult by not having a mouse.
Have you tried adding
usbd_enable="YES"
to the file /etc/rc.conf? I had the same issue the other day and this
fixed it.
Go
Shaun Friedle wrote:
Hi,
I am very new to FreeBSD, but I'm trying to learn how to use it. This is made very
difficult by not having a mouse.
I have tried searching on Google for a few hours, but haven't fixed the problem yet. Anyway, here it is:
My mouse is a "Logitech Cordless Desktop iTouch" o
Hi,
I am very new to FreeBSD, but I'm trying to learn how to use it. This is made very
difficult by not having a mouse.
I have tried searching on Google for a few hours, but haven't fixed the problem yet.
Anyway, here it is:
My mouse is a "Logitech Cordless Desktop iTouch" optical USB mouse.
/
On Friday 16 January 2004 08:49 am, Slabbert, C. (Clinton) wrote:
> Hello,
>
> I recently purchased a new PS/2 optical mouse. I can't seem to get it
> working under X. On Debian and Slackware I use:
> Protocol auto or ImPS/2
> and it works fine.
>
> Under FreeBSD nothing seems to work, auto, Micr
On Fri, 16 Jan 2004 16:49:20 +0200
"Slabbert, C. (Clinton)" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I recently purchased a new PS/2 optical mouse. I can't seem to get it
> working under X. On Debian and Slackware I use:
> Protocol auto or ImPS/2
> and it works fine.
>
> Under FreeBSD nothing s
Hello,
I recently purchased a new PS/2 optical mouse. I can't seem to get it
working under X. On Debian and Slackware I use:
Protocol auto or ImPS/2
and it works fine.
Under FreeBSD nothing seems to work, auto, Microsoft, PS/2, etc. and there
is no ImPS/2 option.
Any suggestions would be appre
First off I apologize for all the emails, in the last one I included the
wrong dmesg.
I have a Sony VAIO GRX-570 running FBSD 5.0-RELEASE. Under 4.7 my mouse
was PS/2(psm0, irq 12) and everything worked fine. Not in 5.0, I have no
idea why it doesn't work. Any suggestions would be appreciated.
In
62 matches
Mail list logo