From owner-freebsd-usb@FreeBSD.ORG Tue Apr 26 19:51:49 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DDC16A4CE for ; Tue, 26 Apr 2005 19:51:49 +0000 (GMT) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC0EE43D5A for ; Tue, 26 Apr 2005 19:51:48 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-217-233-140.daxnet.no ([193.217.233.140] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 4.3c5) with ESMTP id 153975296; Tue, 26 Apr 2005 21:51:47 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 26 Apr 2005 21:52:18 +0200 User-Agent: KMail/1.7 References: <20050426204027.08e922c2.uchman@home.se> <200504262115.20742.hselasky@c2i.net> <20050426212820.58e9f945.uchman@home.se> In-Reply-To: <20050426212820.58e9f945.uchman@home.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200504262152.22456.hselasky@c2i.net> Subject: Re: Wacom Intuos3 A4 with FreeBSD. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 19:51:49 -0000 On Tuesday 26 April 2005 21:28, Peter Ankerst=E5l wrote: > On Tue, 26 Apr 2005 21:15:18 +0200 > > Hans Petter Selasky wrote: > > On Tuesday 26 April 2005 20:40, Peter Ankerst=E5l 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 u= se=20 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 kil= l=20 the moused daemon that is opened on "/dev/ums0" by "usbd", but I am not sur= e=20 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". > > =2D- HPS