From owner-freebsd-questions@FreeBSD.ORG Fri May 26 22:04:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3840216BC71 for ; Fri, 26 May 2006 22:04:43 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5324443D8E for ; Fri, 26 May 2006 22:04:29 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k4QM4S5a009338 for ; Fri, 26 May 2006 15:04:29 -0700 X-Auth-Received: from [128.208.5.99] (nilakantha.cs.washington.edu [128.208.5.99]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k4QM4S7U012281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 26 May 2006 15:04:28 -0700 Message-ID: <44777B6C.9000800@u.washington.edu> Date: Fri, 26 May 2006 15:04:28 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44778F35.3050006@gmx.net> In-Reply-To: <44778F35.3050006@gmx.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CHARSET_IS_KOI8R 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_CHARSET_FARAWAY 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: TV Remote Control, Lirc under FreeBSD 6.1 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: Fri, 26 May 2006 22:04:52 -0000 Evgeny Solovyov wrote: > Anybody use lirc under FreeBSD 6.x? (/usr/ports/comms/lirc) > > I have a Problems to use it: > > > > # lircd -n --device=/dev/ttyd0 /tmp/lirc.conf > lircd 0.7.2: lircd(irman) ready > .. > > # irw /var/lirc/lircd > > .. > lircd 0.7.2: accepted new client on /var/lirc/lircd > lircd 0.7.2: could not open /dev/ttyd0 > lircd 0.7.2: irman_init(): Operation timed out > lircd 0.7.2: caught signal > Terminated > # > > > Does anyone have any ideas? Please help me. What are the permissions for /dev/ttyd0? Also, what groups do you belong to? -Garrett