From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 20 09:30:51 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16064106566B for ; Sun, 20 Feb 2011 09:30:51 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 385AF8FC17 for ; Sun, 20 Feb 2011 09:30:49 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=Vlw5OJcoxCC473z5moizI40ESYe+BpcMN2hU0iQoJwI= c=1 sm=1 a=ln6MeqeGr0IA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=ndaoGXS1AAAA:8 a=vqBuna4YIkmdrS2aLJoA:9 a=V2btQwzhd0GUyMUUaggA:7 a=b0THzVO-RO-DDNUBfQVpfcXoRksA:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 90852190; Sun, 20 Feb 2011 10:30:48 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Sun, 20 Feb 2011 10:30:33 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102201030.33942.hselasky@c2i.net> Cc: nox@freebsd.org, lirc-list@lists.sourceforge.net, grarpamp , maximlevitsky@gmail.com Subject: Re: Infrared ENE CIR KB3926 chipset, freebsd lirc port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 09:30:51 -0000 On Sunday 20 February 2011 02:26:21 grarpamp wrote: > This chip is commonly found in laptops, one of which I've just tried. > I think FreeBSD is missing a driver for the infrared part of it? > > Linux 2.6.37 claims both receive and transmit capabilities. > Lirc 0.8.7 and up has an ene0100 interface to it for both receive > and transmit. So I'll try with Ubuntu 10.10 just to test things out. > > Whereas in Linux ene_ir.c, Maxim notes that ENE helped out with > documentation. Perhaps those docs can be shared with FreeBSD / nox? > > Thanks nox for bringing lirc to 0.9.0+, that's half the battle :) Hi, You can try compiling the file from the linux kernel with webcamd, from SVN. http://www.selasky.org/hans_petter/video4bsd --HPS