From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 30 06:51:05 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C68BAC3C for ; Fri, 30 Aug 2013 06:51:05 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 822412A71 for ; Fri, 30 Aug 2013 06:51:05 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id D9D627A19D; Fri, 30 Aug 2013 08:51:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 028CC8F4F39; Fri, 30 Aug 2013 08:51:18 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JhHC57i51puc; Fri, 30 Aug 2013 08:51:17 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 45D6A8F4F38; Fri, 30 Aug 2013 08:51:17 +0200 (CEST) Message-ID: <52204121.90301@bitfrost.no> Date: Fri, 30 Aug 2013 08:52:17 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Milan Obuch Subject: Re: ITE Technologies, Inc. DVB-T TV Stick, part 2 - remote References: <20130829214227.3a6b88ab@zeta.dino.sk> In-Reply-To: <20130829214227.3a6b88ab@zeta.dino.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 06:51:05 -0000 On 08/29/13 21:42, Milan Obuch wrote: > Hi, > > as now I can watch TV with my LV52T stick, I would like to find how to > use remote controller. I think this part of stick presents itself as > USB HID device, /dev/uhid0 gets created on attachment. > > As a blind shot I tried > Hi, Usually webcamd will grab the remote part too. Have a look at lircd. Not sure if it supports /dev/uhidX . You could also try uhidd. dd if=/dev/uhidX bs=1 --HPS