From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 5 23:52:14 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 0086516A41B for ; Tue, 5 Feb 2008 23:52:14 +0000 (UTC) (envelope-from raaf@zen.mooo.com) Received: from smtp-4.orange.nl (smtp-4.orange.nl [193.252.22.249]) by mx1.freebsd.org (Postfix) with ESMTP id 908A713C465 for ; Tue, 5 Feb 2008 23:52:12 +0000 (UTC) (envelope-from raaf@zen.mooo.com) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6306.orange.nl (SMTP Server) with ESMTP id 5C3A97000089 for ; Wed, 6 Feb 2008 00:52:11 +0100 (CET) Received: from zen.mooo.com (s559292f8.adsl.wanadoo.nl [85.146.146.248]) by mwinf6306.orange.nl (SMTP Server) with ESMTP id 41D497000082; Wed, 6 Feb 2008 00:52:11 +0100 (CET) X-ME-UUID: 20080205235211269.41D497000082@mwinf6306.orange.nl Received: from zen.mooo.com (zen.mooo.com [127.0.0.1]) by zen.mooo.com (Postfix) with ESMTP id 5367D23; Wed, 6 Feb 2008 00:52:10 +0100 (CET) Message-ID: <47A8F6A9.4000008@zen.mooo.com> Date: Wed, 06 Feb 2008 00:52:09 +0100 From: Raaf User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Jan Henrik Sylvester References: <47A333D8.9000004@janh.de> <47A440FF.5070409@zen.mooo.com> <47A84DF6.20502@janh.de> In-Reply-To: <47A84DF6.20502@janh.de> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: multimedia-list freebsd Subject: Re: Freecom DVB-T channel scan crashes kaffeine 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: Tue, 05 Feb 2008 23:52:14 -0000 Jan Henrik Sylvester wrote: > Raaf wrote: >> It's called Typhony, i put it on the website today: > > It works. Thank you. > > Compiling scan, make failed since "-include $(wildcard *.d) dummy" is > invalid as a line in dvbusb/app/scan/Makefile on its own. > It builds fine here, make sure you use gmake. > Moreover, I got the following warning from Typhony (Import Channels): > > 4 invalid channels found: > > 02 [NDR FS HH conflicts with NDR FS NDS *] NDR FS > HH:205500000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:4881:4882:130 > > 03 [NDR FS SH * conflicts with NDR FS NDS *] NDR FS SH > *:205500000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:4881:4882:131 > > 04 [NDR FS MVP * conflicts with NDR FS NDS *] NDR FS MVP > *:205500000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:4881:4882:132 > > 27 [duplicate pids] tvtv > DIGITAL:674000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_1_2:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE:0:0:32770 > > > As a consequence, I cannot access those channels. I do not know what 27 > (tvtv) is, but I know that we have 02, 03, and 04. > 02, 03, and 04 all have the same tuning parameters and use the same audio and video pids, only the pmt differs. It seems that these are regional channels that were broadcasting the same program at the time you were scanning. Try scanning again at different time to see if you get different pids. http://en.wikipedia.org/wiki/NDR_Fernsehen tvtv has both the audio and the video pid set to zero so it probably contains some other than video or audio data. Typhony can only handle audio and video data. > I often get "dvb dvr read timeout" after double clicking on a channel. > Usually it works again after "Stop" and "Play". Is that expected? > No its' not. Does it happen only when you are switching from one channel to another channel, or also when you are tuning to a channel from the stopped state? Also is it printed once after a channel switch or every second? > Are the messages from dvbusb I mentioned before expected using Kaffeine? > dvbusb_usb_get_packets: Warning discarded 180 unknown bytes > discontinuity for pid: 17 expected: 2 got: 8 > Either you are using an old version of the driver or you have build the driver with diagnostic on, I suggest you don't build the driver with diagnostic to keep your dmesg from getting spammed.