From owner-freebsd-questions@FreeBSD.ORG Fri May 26 22:32:03 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 A60FE16C27D for ; Fri, 26 May 2006 22:32:03 +0000 (UTC) (envelope-from a.n.s.i@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id C169943D93 for ; Fri, 26 May 2006 22:32:02 +0000 (GMT) (envelope-from a.n.s.i@gmx.net) Received: (qmail invoked by alias); 26 May 2006 22:32:01 -0000 Received: from p508786E3.dip0.t-ipconnect.de (EHLO [192.168.0.16]) [80.135.134.227] by mail.gmx.net (mp042) with SMTP; 27 May 2006 00:32:01 +0200 X-Authenticated: #30170983 Message-ID: <44779ED6.8030807@gmx.net> Date: Sat, 27 May 2006 00:35:34 +0000 From: Evgeny Solovyov User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44778F35.3050006@gmx.net> <44777B6C.9000800@u.washington.edu> <44779D56.6080003@gmx.net> In-Reply-To: <44779D56.6080003@gmx.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 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:32:06 -0000 >>> 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 > > with permissions is all Ok. > > # ls -l /var/lirc/lircd > srw-r--r-- 1 root wheel 0 May 27 00:24 /var/lirc/lircd= > > > And i try it als root. Sorry i was to fast :) # ls -l /dev/ttyd0 crw------- 1 root wheel 0, 53 May 26 23:20 /dev/ttyd0 #