From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 8 20:57:46 2008 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 E90F11065676 for ; Sat, 8 Mar 2008 20:57:46 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id A40788FC19 for ; Sat, 8 Mar 2008 20:57:46 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.189] (port=49014 helo=smtp2.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.60) (envelope-from ) id 1JY66z-0003IR-4c for freebsd-multimedia@freebsd.org; Sat, 08 Mar 2008 21:57:45 +0100 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.217.164]:58212 helo=desktop.homenet) by smtp2.tilbu1.nb.home.nl with smtp (Exim 4.60) (envelope-from ) id 1JY66y-0006N5-Ie for freebsd-multimedia@freebsd.org; Sat, 08 Mar 2008 21:57:44 +0100 Received: by desktop.homenet (sSMTP sendmail emulation); Sat, 8 Mar 2008 21:56:44 +0100 From: "Danny Pansters" To: freebsd-multimedia@freebsd.org Date: Sat, 8 Mar 2008 21:56:44 +0100 User-Agent: KMail/1.9.7 X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=, v":S7, (=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803082156.44578.danny@ricin.com> X-Spam-Score: 0.0 (/) Subject: Kbtv2 version 1.94 available 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: Sat, 08 Mar 2008 20:57:47 -0000 ChangeLog summary: - Fixed some cxm regressions that accidentally crept in when working on it on my amd64 box earlier - Put Yuri's suggested "B and C" bytes for tuner if init with D/K in the saa backend - Tested all kmods and backends on both FreeBSD6/i386 and FreeBSD7/amd64 - This version is declared RC1 \o/ To test, I recommend the following steps: 1. Get the kbtv2 ports tarball from http://freebsd.ricin.com/kbtv2 2. Extract ports tarball into /usr 3. Deinstall any old kbtv2 ports, for example by doing # pkg_delete -f `pkg_info | grep kbtv2 | awk '{ print $1 }'` 4. Build and install via the metaport: # cd /usr/ports/multimedia/kbtv2 # make config install clean-depends clean (it's possible to select everything, even if you don't have the HW) 5. Optionally, run kbtv2-setup to have any HW setup done (reboot advised) Ports tarball, source tarball, README, ChangeLog and a few screenshots can be found at http://freebsd.ricin.com/kbtv2 Cheers, Dan