From owner-freebsd-mobile@FreeBSD.ORG Sat Oct 9 19:29:31 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7E116A4CE for ; Sat, 9 Oct 2004 19:29:31 +0000 (GMT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E8643D1D for ; Sat, 9 Oct 2004 19:29:30 +0000 (GMT) (envelope-from kent.hauser@verizon.net) Received: from [192.168.1.101] ([4.26.247.15]) by out002.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041009192930.YSHS6722.out002.verizon.net@[192.168.1.101]>; Sat, 9 Oct 2004 14:29:30 -0500 From: Kent Hauser To: Niki Denev Date: Sat, 9 Oct 2004 09:28:32 -1000 User-Agent: KMail/1.7 References: <200410081708.13365.kent.hauser@verizon.net> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410090928.32344.kent.hauser@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [4.26.247.15] at Sat, 9 Oct 2004 14:29:30 -0500 cc: mobile@freebsd.org Subject: Re: Thinkpad infrared X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 19:29:31 -0000 Hi, Thanks for the pointer. I've installed the package, but am unsure of how to proceed. I have an almost GENERIC (-current) kernel. The only candidate I see in /dev for the infrared port is /dev/cuaa1. (This device appears when I enable the infrared in the bios.) I also think it's right, because "irs -d /dev/cuaa1 -e -c -y /dev/ptyqf" (from the bird port) drops core when I move my palm by the ir port. If this is not sufficient kernel support, could you give me a on how to configure the kernel? My ultimate goal is to use the irda port with kpilot. Thanks for the help. Kent On Friday 08 October 2004 11:37 pm, Niki Denev wrote: > Kent Hauser writes: > > Hi, > > > > Is there support for the infrared port? I've a T41 running -current. > > > > Thanks. > > Kent > > try /usr/ports/comms/birda > > > --niki