From owner-freebsd-multimedia@FreeBSD.ORG Wed Feb 11 12:32:09 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41B9F16A4CE for ; Wed, 11 Feb 2004 12:32:09 -0800 (PST) Received: from quynh-and-brian.org (h-69-3-155-2.MCLNVA23.covad.net [69.3.155.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6EBE43D1D for ; Wed, 11 Feb 2004 12:32:08 -0800 (PST) (envelope-from brian@quynh-and-brian.org) Received: (qmail 63206 invoked from network); 11 Feb 2004 20:32:07 -0000 Received: from localhost.quynh-and-brian.org (HELO localhost) ([127.0.0.1]) (envelope-sender ) by localhost.quynh-and-brian.org (qmail-ldap-1.03) with SMTP for ; 11 Feb 2004 20:32:07 -0000 From: Brian Skrab To: Torfinn Ingolfsen , freebsd-multimedia@freebsd.org Date: Wed, 11 Feb 2004 15:29:51 -0500 User-Agent: KMail/1.5.4 References: <20040210192245.6393ae25.torfinn.ingolfsen@broadpark.no> <20040211180232.55cff395.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20040211180232.55cff395.torfinn.ingolfsen@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402111529.52183.brian@quynh-and-brian.org> Subject: Re: Pinnacle WinTV card and serial remote control? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 20:32:09 -0000 Hello again, I am using the serial remote control receiver from a Pinnacle PCTV card with LIRC port on a 4.9-STABLE box. The required 'pinsys' driver is installed with the port. I did find an interesting quirk. The --driver=pinsys option must be the first option specified to any of the programs from the port that interact with the IR receiver. Example: irrecord --driver=pinsys --device=/dev/cuaa0 remote.conf Other considerations from my notes include: Ensure that the user who will be running lircd is in the "dialer" group, which is the group that has read/write permissions to the /dev/cuaax ports. Create the /var/lock directory and ensure that the user who will be running the lirc programs has write permissions to it. Ensure that the user who will be running lircd can write the file /var/run/lircd.pid, /var/log/lircd, and create the /dev/lircd socket. Hope this helps. ~brian On Wednesday 11 February 2004 12:02 pm, Torfinn Ingolfsen wrote: > On Tue, 10 Feb 2004 19:22:45 +0100 > > Torfinn Ingolfsen wrote: > > Today I got the remote control tthat belongs to the Pinnacle WinTV > > card I bought from a friend. > > Correction: the card is a Pinnacle PCTV pro card. > (Note to self: don't post to mailing lists when tired) > > I was confusing it with a Hauppauge WinTV card which I also have. > > Any hints appreciated.