From owner-freebsd-multimedia@FreeBSD.ORG Wed Feb 6 16:57:23 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 BE4E316A41B for ; Wed, 6 Feb 2008 16:57:23 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.freebsd.org (Postfix) with ESMTP id 41ED313C43E for ; Wed, 6 Feb 2008 16:57:22 +0000 (UTC) (envelope-from me@janh.de) Received: from janh.freebsd (d188171.adsl.hansenet.de [80.171.188.171]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1JMnaK10nO-0006bN; Wed, 06 Feb 2008 17:57:21 +0100 Message-ID: <47A9E6F3.6030104@janh.de> Date: Wed, 06 Feb 2008 17:57:23 +0100 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.9 (X11/20080122) MIME-Version: 1.0 To: Raaf References: <47A333D8.9000004@janh.de> <47A440FF.5070409@zen.mooo.com> <47A84DF6.20502@janh.de> <47A8F6A9.4000008@zen.mooo.com> In-Reply-To: <47A8F6A9.4000008@zen.mooo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/DiZ+gLKqBiA25yErVr5/XFqbaKb5/Av/zoUO lgi5okWPEZkNxoExHf2haN5fzS7d75zUKVoxMOYPGQA5kkWnWl lu0z0cPEVxbSG/2oP6SpA== 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: Wed, 06 Feb 2008 16:57:23 -0000 Raaf wrote: > Jan Henrik Sylvester wrote: >> 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. Ok, I did use (BSD-)make. > 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. Thanks, I should have thought of that myself. My assumption that there is something wrong came from different programs / tuners handling that differently. >> 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? I cannot reproduce that right now. From my memory, it did not happen switching from the stopped state and the message is only printed once. Usually, I was able to switch channels without stopping first, but in that case, the picture from the previous channel just freezes and nothing happens. I can double click on the previous channel again to make in run again, but even after that I need to stop at least once to be able to switch channels again. From what I remember, that always worked -- thus, not really a problem. >> 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. Yes, it is diagnostic. I thought it might have been an indication why Kaffeine crashes, but since you say it is expected in diagnostic mode, the problem with Kaffeine is probably really simply a problem of Kaffeine. BTW: On your homepage, you write that the experimental state of the driver manifests itself in picture artifacts. I had different problems, too, that I cannot reproduce right now: Often, the stick would not take the firmware but give an error message on dmesg that I cannot remember. I could never fix that by klunloading and reloading the driver or unplugging and reconnecting the stick to the same USB port. Anyhow, switching the USB port, the stick would accept the firmware. If you are interested, I will send you the error message, if that happens again. (I happened about every other try at the beginning, but does not happen right now.) Once, I had FreeBSD crash very probably related to dvbusb. I have never done that before, but if you are interested, I could try to follow the chapter about crash analysis from the handbook to try to extract some information from the vmcore generated. (Just not right now.) Regards, Jan Henrik