From owner-freebsd-ports@FreeBSD.ORG Sat Mar 1 22:18:34 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB17E5B4 for ; Sat, 1 Mar 2014 22:18:33 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EAB4149A for ; Sat, 1 Mar 2014 22:18:33 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id n12so1740217wgh.18 for ; Sat, 01 Mar 2014 14:18:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=6v2NCD25+7FRcbRCx/DaPqhsvn/5k4fyTscWVWxd1ls=; b=tvxA9s7nNpbUr6JotqMltmYnURo8s9S/dOl2UGsxHasyEtEHrZQOB4Qvkqy5lygWOn xNcbNMTekchF4iwceyG3pyzYa40Z97sXyGkhRtx64O1xviBI44baDMzMZ59xVjGT1kkb ZqaklAwZe56WZcmyhXdROfP2ZTuCXSMrawp4b0JKXUaxYLaBU0S/Db+DRBz4IK9YQGN0 MJ7gWkDoELdIQLQxhjYFc1stVo6eZX8s9D4Jtj74iYLFofxoB38jbmdu8ntbaDJHAg9C DwPClADh6AEevRqANJJkPkoKevxeXfDMAkoJmV9Vk+B7zugkElDmzr1/9vq0MTIV9lR+ He9g== MIME-Version: 1.0 X-Received: by 10.180.189.43 with SMTP id gf11mr8221627wic.32.1393712311808; Sat, 01 Mar 2014 14:18:31 -0800 (PST) Received: by 10.216.221.200 with HTTP; Sat, 1 Mar 2014 14:18:31 -0800 (PST) In-Reply-To: References: Date: Sat, 1 Mar 2014 23:18:31 +0100 Message-ID: Subject: Re: multimedia/tvheadend fails under FreeBSD 9.2-stable From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 22:18:34 -0000 Hello, On Wed, Feb 26, 2014 at 9:11 AM, Bernhard Fr=F6hlich wr= ote: > why github master builds fine without FreeBSD specific patches. The downs= ide > is that I cannot get github master to find any channels for my DVB-S2 dev= ice > so I am still working on it before I will commit it to the tree. You > might still give > it a try and see if it works better for you: > > svn co https://svn.redports.org/decke/multimedia/tvheadend/ This one builds and installs fine here. But, my DVB adapters shows up as DVB-T, not DVB-C. Like this: root@kg-f4# more input/linuxdvb/adapters/054722dbab4c09d51865b6e711708870 { "rootpath": "/dev/dvb/adapter0", "frontends": { "DVB-T #0": { "fullmux": true, "noclosefe": false, "enabled": true, "priority": 0, "displayname": "Sony CXD2820R : DVB-T #0", "type": "DVB-T" } } } root@kg-f4# more input/linuxdvb/adapters/4f9a5c8319d23d3521cda8e2d1c80786 { "rootpath": "/dev/dvb/adapter1", "frontends": { "DVB-T #0": { "fullmux": true, "noclosefe": false, "enabled": true, "priority": 0, "displayname": "DRXK DVB-C DVB-T : DVB-T #0", "type": "DVB-T" } } } Unfortunately, the source has changed so much that I can't figure out a way to do the simple patch (or something with the same effect; always return DVB_C for an adapter) or where to apply such patch. Hmm, ok, I see now that things have changed in TVH. I'm defining a DVB-C network, naming it Get and selecting my predefined 21 muxes from no_Oslo_Get. But it is impossible to select that network (or any network for that matter) from the DVB adapter parameters page. The drop down select just returns. and If I write something in the field and press save it is gone the next time I get to that page. I have "Loglevel debug: enabled" but nothing gets written in the log. main problem seems to be that tvheadend is unable to detect my adapters as DVB-C. HTH --=20 Regards, Torfinn Ingolfsen