From owner-freebsd-multimedia@freebsd.org Thu Apr 28 07:19:47 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84A8DB1F682 for ; Thu, 28 Apr 2016 07:19:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 72CDB1DA1 for ; Thu, 28 Apr 2016 07:19:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6E7A1B1F681; Thu, 28 Apr 2016 07:19:47 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E258B1F680 for ; Thu, 28 Apr 2016 07:19:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C39B1DA0; Thu, 28 Apr 2016 07:19:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 770721FE023; Thu, 28 Apr 2016 09:19:43 +0200 (CEST) Subject: Re: Problems with webcamd and RTL2832U To: Greg 'groggy' Lehey References: <20160427080137.GQ15485@eureka.lemis.com> <57207F55.2040309@selasky.org> <20160428071242.GB22731@eureka.lemis.com> Cc: multimedia@freebsd.org From: Hans Petter Selasky Message-ID: <5721BA55.7030701@selasky.org> Date: Thu, 28 Apr 2016 09:23:01 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160428071242.GB22731@eureka.lemis.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 07:19:47 -0000 On 04/28/16 09:12, Greg 'groggy' Lehey wrote: > On Wednesday, 27 April 2016 at 10:59:01 +0200, Hans Petter Selasky wrote: >> On 04/27/16 10:01, Greg 'groggy' Lehey wrote: >>> I'm trying to set up MythTV on a 10.2-STABLE system using an RTL2832U >>> class tuner and webcamd webcamd-4.2.0.9. The tuner probes as: >>> >>> ... >>> >>> Any ideas how to corner the problem? >> >> 1) Check that you have only one instance of webcamd running. > > Yes, of course. I also checked that I did have one instance of > webcamd running. In some cases it writes an error message to > /dev/null and then exits with status 0, and there's no way to know it > has exited. I'll send private mail with patches. > >> 2) Test device with w_scan utility (from ports) first. > > Thanks for the suggestion. That works, so I suppose it's a MythTV > problem. > >> 3) MythTV: ensure you configure correctly DVB-T / S / S2 and so on. > > Done. But at least I'm closing in. > > You didn't address: > >>> I don't see any mention of rtl28xxu in current documentation, and >>> no way to specify a driver in the man page. Can I assume that this >>> is an undocumented change? Hi, rtl28xxu works. I have one myself, tested with VDR. Maybe you need to disable the DISEQ feature. --HPS