From owner-freebsd-usb@FreeBSD.ORG Mon Mar 26 14:25:49 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 337CD106564A for ; Mon, 26 Mar 2012 14:25:49 +0000 (UTC) (envelope-from denverh@comcast.net) Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211]) by mx1.freebsd.org (Postfix) with ESMTP id D2F218FC12 for ; Mon, 26 Mar 2012 14:25:48 +0000 (UTC) Received: from omta06.westchester.pa.mail.comcast.net ([76.96.62.51]) by QMTA11.westchester.pa.mail.comcast.net with comcast id qEQu1i00A16LCl05BERjX1; Mon, 26 Mar 2012 14:25:43 +0000 Received: from [192.168.0.30] ([66.41.84.80]) by omta06.westchester.pa.mail.comcast.net with comcast id qERi1i00L1jzK7m3SERjl2; Mon, 26 Mar 2012 14:25:43 +0000 Message-ID: <4F707C65.5060000@comcast.net> Date: Mon, 26 Mar 2012 09:25:41 -0500 From: Denver Hull User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.19) Gecko/20110521 SeaMonkey/2.0.14 MIME-Version: 1.0 To: freebsd-usb@freebsd.org References: <4F6E0101.8020806@comcast.net> <201203251005.04485.hselasky@c2i.net> In-Reply-To: <201203251005.04485.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: wacom and x11 and webcamd 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: Mon, 26 Mar 2012 14:25:49 -0000 Hans Petter Selasky wrote: > On Saturday 24 March 2012 18:14:41 Denver Hull wrote: > >> Hello, >> >> I discovered this when I saw an update to input-wacom at >> freshports.org. I've installed cuse4bsd, the new input-wacom, and the >> latest webcamd: >> cuse4bsd-kmod-0.1.23 >> input-wacom-40.0.11.1 >> webcamd-3.2.0.2 >> >> I believe I've followed all the instructions properly, and when I start >> webcamd, everything seems to be correct: >> Attached ugen1.2[0] to cuse unit 0 >> Creating /dev/input/event0 >> >> According to dmesg, ugen1.2 is the correct device (I have a Bamboo Pen): >> ugen1.2: at usbus1 >> >> The /dev/input/event0 node is indeed created. However, when I start X, >> I get the following: >> (EE) stylus: Wacom X driver can't grab event device (Bad address) >> (EE) eraser: Wacom X driver can't grab event device (Bad address) >> (EE) cursor: Wacom X driver can't grab event device (Bad address) >> (EE) pad: Wacom X driver can't grab event device (Bad address) >> (EE) touch: Wacom X driver can't grab event device (Bad address) >> Protocol not supported by server >> >> The last line repeats indefinitely, and X never finishes starting up. >> The system I'm trying this on is 8.3-PRERELEASE. I had tried this >> quickly a while ago on 8.2-STABLE with similar results. >> >> Does anyone have any ideas about what might be wrong? >> >> > Hi, > > I think the wacom has two interfaces. > > So you need to do two instances of webcamd, using -i 0 and -i 1 . > > Else search google for webcamd-3.4.0.1 > > --HPS > > Hi Hans, Thanks for the reply. I did have trouble figuring out how to get webcamd started properly. The start script in /usr/local/etc/rc.d looks like it needs at least two parameters, but it wasn't clear what they should be. When I get a chance I'll look at that again & see if I can figure something out. I'll let you know how I do. The "Protocol not supported" problem was something else, not related to the tablet or webcamd. Thanks again, Denver