From owner-freebsd-multimedia@freebsd.org Fri Apr 29 06:39:53 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 B4D2FB20F44 for ; Fri, 29 Apr 2016 06:39:53 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A2F651FF0 for ; Fri, 29 Apr 2016 06:39:53 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9EAC6B20F43; Fri, 29 Apr 2016 06:39:53 +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 9E511B20F42 for ; Fri, 29 Apr 2016 06:39:53 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 687E51FEE; Fri, 29 Apr 2016 06:39:52 +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 CD72F1FE022; Fri, 29 Apr 2016 08:39:42 +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> <5721BA55.7030701@selasky.org> <20160429025243.GC22731@eureka.lemis.com> Cc: multimedia@freebsd.org From: Hans Petter Selasky Message-ID: <57230274.80802@selasky.org> Date: Fri, 29 Apr 2016 08:43:00 +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: <20160429025243.GC22731@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: Fri, 29 Apr 2016 06:39:53 -0000 On 04/29/16 04:52, Greg 'groggy' Lehey wrote: > Certainly I shouldn't be using it, since this is a DVB-T tuner. This > is puzzling: why is MythTV even trying to use it? I can't find any > reference to it in the DVB-T setup, which isn't surprising. Does > webcamd have any connection with DiSEqC? Hi, Diseqc is a set of commands that send special voltage sequences on the antenna port, for an external multi-antenna switch. I guess if you use DVB-T, this is not supported by the device. Have you connected a Diseqc device with the antenna port? Maybe you can check the MythTV code where the error comes from and make it ignore the failures? --HPS