From owner-freebsd-usb@FreeBSD.ORG Tue Apr 26 19:14:43 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 097B716A4CE for ; Tue, 26 Apr 2005 19:14:43 +0000 (GMT) Received: from swip.net (mailfe09.swipnet.se [212.247.155.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313FF43D2D for ; Tue, 26 Apr 2005 19:14:42 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-216-45-154.daxnet.no ([193.216.45.154] verified) by mailfe09.swip.net (CommuniGate Pro SMTP 4.3c5) with ESMTP id 140776820; Tue, 26 Apr 2005 21:14:40 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 26 Apr 2005 21:15:18 +0200 User-Agent: KMail/1.7 References: <20050426204027.08e922c2.uchman@home.se> In-Reply-To: <20050426204027.08e922c2.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: <200504262115.20742.hselasky@c2i.net> cc: Peter =?iso-8859-1?q?Ankerst=E5l?= 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:14:43 -0000 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=20 "ps aux | grep usbd" shows "/usr/sbin/usbd", a white arrow should show up o= n=20 the screeen if you move your USB mouse, before starting X. > 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? Some USB-drivers have to be loaded manually using "kldload", when using the= =20 system-default kernel. =46or more information about how to configure ums under X, see "man ums". =2D- HPS