From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 23:19:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E973106568D for ; Wed, 8 Oct 2008 23:19:31 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id 4D30D8FC0C for ; Wed, 8 Oct 2008 23:19:31 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.185] (unknown [202.172.126.254]) by angel.comcen.com.au (Postfix) with ESMTP id 408A35C2E5F6 for ; Thu, 9 Oct 2008 10:17:18 +1100 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: References: <1223291610.27632.21.camel@laptop1.herveybayaustralia.com.au> Content-Type: text/plain; charset=utf-8 Date: Thu, 09 Oct 2008 09:18:16 +1000 Message-Id: <1223507896.12779.6.camel@laptop1.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-5.fc8) Content-Transfer-Encoding: 8bit X-comcen-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 408A35C2E5F6.EDB7A X-comcen-MailScanner: Found to be clean X-comcen-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.1, required 3, RDNS_NONE 0.10) X-comcen-MailScanner-From: rock_on_the_web@comcen.com.au X-Spam-Status: No Subject: Re: Touch screen ET&T on Clevo tn120r X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 23:19:31 -0000 On Tue, 2008-10-07 at 10:53 -0300, Sdävtaker wrote: > Thanks, here is the usb data: > usbdevs -dv > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > uhub0 > port 1 powered > port 2 powered > Controller /dev/usb1: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > uhub1 > port 1 powered > port 2 addr 2: full speed, power 100 mA, config 1, Fingerprint > Sensor(0x2016), TouchStrip(0x147e), rev 0.01 > ugen0 > Controller /dev/usb2: > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > uhub2 > port 1 powered > port 2 powered > port 3 powered > port 4 powered > Controller /dev/usb3: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > uhub3 > port 1 powered > port 2 powered > Controller /dev/usb4: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > uhub4 > port 1 powered > port 2 powered > Controller /dev/usb5: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > uhub5 > port 1 addr 2: full speed, power 100 mA, config 1, TC4UM(0x0306), > ET&T Technology(0x0664), rev 1.00 > uhid0 > Well there it is, now you'll have to find the drivers for xorg and all else. Run a search on the net with this info now and try to work out which driver to use. Check out the various touch drivers available for xorg and narrow it down to which will work for your hardware- if its the 3m touch drivers you're in luck; use the mutouch (I think?) and go from there. Xorg should pick them up automatically, but may need some help. Be aware that there may not be mainstream drivers, I'm trying to work with an egalax driver which is only available for linux so far, so it can be quite a trick to get it to all work. Keep posting as you find more information, and good luck!