From owner-freebsd-usb@FreeBSD.ORG Fri Dec 21 02:13:50 2007 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A294C16A419 for ; Fri, 21 Dec 2007 02:13:50 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 65F8C13C4E5 for ; Fri, 21 Dec 2007 02:13:50 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0JTD0047MKQE9G00@osl1smout1.broadpark.no> for freebsd-usb@freebsd.org; Fri, 21 Dec 2007 02:13:26 +0100 (CET) Received: from kg-work.kg4.no ([80.202.173.59]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0JTD009KIKQDTXM3@osl1sminn1.broadpark.no> for freebsd-usb@freebsd.org; Fri, 21 Dec 2007 02:13:26 +0100 (CET) Date: Fri, 21 Dec 2007 02:13:25 +0100 From: Torfinn Ingolfsen To: freebsd-usb@freebsd.org Message-id: <20071221021325.3c3600c0.torfinn.ingolfsen@broadpark.no> In-reply-to: <20071220175408.0476ecd1.vibovit@gmail.com> References: <20071220175408.0476ecd1.vibovit@gmail.com> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.3; i386-portbld-freebsd6.2) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: Current Wacom tablet support ? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 02:13:50 -0000 On Thu, 20 Dec 2007 17:54:08 +0100 Artur Bitner wrote: > I'm planning to buy one of those Wacom Bamboo USB tablets to make my > graphic work easier. Looking at google for Freebsd support gives > nothing, at least nothing written less then 3-5 years :\ So I'm > asking what's the current status of usb tablet support ?? using > serial tablet instead is not an option. FWIW, I have a Wacom CTF-420 tablet connected to my machine. Here is the relevant 'usbdevs -v' output: port 2 addr 2: low speed, power 40 mA, config 1, CTF-420 V2.0-0 (0x0062), WACOM(0x056a), rev 2.00 Moused detected this as ums0, and autmatically added it: root@kg-work# ps ax | grep moused 550 ?? Is 0:00.98 /usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid 1135 ?? Is 3:57.34 /usr/sbin/moused -p /dev/psm0 -t auto (the other is my standard ps2 mouse) and it works fine as a mouse. > So, is there chance for working usb tablet on freebsd ? and maybe > some clues about xorg configuration ? Sorry, can''t help you there. My xorg.conf is standard wrt mouse configuration: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection I guess I could have the tablet working as a real tablet if I had tried to find a better configuration for my xorg.conf. HTH -- Regards, Torfinn Ingolfsen, Norway