Wacom Intuos3 A4 with FreeBSD.

Hans Petter Selasky hselasky at c2i.net
Tue Apr 26 12:51:49 PDT 2005


On Tuesday 26 April 2005 21:28, Peter Ankerstål wrote:
> On Tue, 26 Apr 2005 21:15:18 +0200
>
> Hans Petter Selasky <hselasky at c2i.net> wrote:
> > On Tuesday 26 April 2005 20:40, Peter Ankerstål wrote:
> > > I have a Wacom Intuos3 A4 (USB) and want it to run under FreeBSD.
> > > When I boot my computer it says:
> > > ums0: Tablet PTZ-630, rev 1.10/1.02, addr 2, iclass 3/1
> > > ums0: 3 buttons and Z dir.
> >
> > Seeing this, your mouse should be recognized by the system. And if
> > "ps aux | grep usbd" shows "/usr/sbin/usbd", a white arrow should show up
> > on the screeen if you move your USB mouse, before starting X.
>
> Wacom Intuos3 is a Tablet and I have usbd running.
> And when I start X it tells me it will use ums0 as mouse but it will not
> work at all.

I have the following in my /etc/X11/xorg.conf (Xfree 4.X), and then I can use 
both a psm-tablet and an external USB-mouse (umsX) when plugged:

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/sysmouse"
EndSection

If you have Device "/dev/ums0" and Driver "Wacom", you at least have to kill 
the moused daemon that is opened on "/dev/ums0" by "usbd", but I am not sure 
if it will work. See "ps auxw | grep moused".

>
> > > But I've heard that the USB devices will not work under FBSD due
> > > to lack of kernel-support. Anyone here who knows something about
> > > it?
>
> wacom(4) tells me that only the serial tablets will work under FreeBSD
> but some guys att wacom told me that it could work on FreeBSD.
>
> > Some USB-drivers have to be loaded manually using "kldload", when using
> > the system-default kernel.
> >
> > For more information about how to configure ums under X, see "man ums".
> >

--
HPS


More information about the freebsd-usb mailing list