From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 24 22:59:01 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6AD016A403 for ; Sun, 24 Dec 2006 22:59:01 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 7266E13C466 for ; Sun, 24 Dec 2006 22:59:01 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so3980972nfc for ; Sun, 24 Dec 2006 14:59:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gBih3Nyz6MMaXkybuIIij8/c6p0DlFRpucyoJUrIC7JKAwE2hA78Ytxs0bazMRyDKfUOPuu/TLnSsKRbNIUWDnIHcLjoRvjKTM1OdIqNW1He/gtZ6ybmHPy9FpqkEvh3xp9L0spgKQLLK+6SE+hZy7v8Rji9y9467yHKOZa5koc= Received: by 10.78.20.13 with SMTP id 13mr63726hut.1166999543237; Sun, 24 Dec 2006 14:32:23 -0800 (PST) Received: by 10.78.124.8 with HTTP; Sun, 24 Dec 2006 14:32:23 -0800 (PST) Message-ID: Date: Sun, 24 Dec 2006 23:32:23 +0100 From: usleepless@gmail.com To: freebsd-multimedia@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061224230155.fc0a6c6a.torfinn.ingolfsen@broadpark.no> Subject: Fwd: MythTV port - status report 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: Sun, 24 Dec 2006 22:59:01 -0000 ---------- Forwarded message ---------- From: usleepless@gmail.com Date: Sun, 24 Dec 2006 23:31:33 +0100 Subject: Re: MythTV port - status report To: Torfinn Ingolfsen Torfinn, List, On 12/24/06, Torfinn Ingolfsen wrote: > Hi, > > Just a short status report on the MythTV port. > System: > an amd64 machine running > root@kg-quiet# uname -a > FreeBSD kg-quiet.kg4.no 6.1-STABLE FreeBSD 6.1-STABLE #10: Wed Oct 11 > 19:49:47 CEST 2006 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET > amd64 > > with a Hauppauge PVR-350 card in it, using the pvr250 driver > (multimedia/pvr250). > > mythtv-setup runs, but immediately display the warning about the backend > running. In this case, the backend is NOT running, but I don't know if this > affects anything. > I get one error message in the shell (from where I start mythtv-setup) which > might be related: > ps: Process environment requires procfs(5) > > When I get to the second screen in mythtv-setup ("2. Capture Cards"), I set > up my card as a "MPEG-2 encoder card (PVR-x50, PVR-500)", and use /dev/cxm0 > as video device. It says "Probed info: failed to probe", but I carry on and > select "Television" as default input. > On screen 3 ("3. Video Sources") I st up one source, called TV, which uses > tv_grab_no. So far, no problems. > Screen 4 ("4. Input Connections") is blank (as in "no lines of information") > and I get these error messages in the shell: > Could not query inputs. > eno: Inappropriate ioctl for device (25) > > Perhaps the driver I'm using isn't up to the task? > I tried setting the card up as an analog card also, but that didn't work > either. > > Also, when I start mythbackend I get this in the logfile: > root@kg-quiet# less /var/log/mythbackend.log > 2006-12-24 22:57:58.577 Using runtime prefix = /usr/local > 2006-12-24 22:57:58.601 New DB connection, total: 1 > 2006-12-24 22:57:58.613 Connected to database 'mythconverg' at host: > localhost > 2006-12-24 22:57:58.619 Current Schema Version: 1158 > Starting up as the master server. > 2006-12-24 22:57:58.633 New DB connection, total: 2 > 2006-12-24 22:57:58.634 Connected to database 'mythconverg' at host: > localhost > 2006-12-24 22:57:58.638 EITHelper: localtime offset 1:00:00 > 2006-12-24 22:57:58.659 TVRec(2) Error: Problem finding starting channel, > setting to default of '3'. > 2006-12-24 22:57:58.661 ChannelBase(2) Error: InitializeInputs(): > Could not get inputs for the capturecard. > Perhaps you have forgotten to bind video > sources to your card's inputs? this can have at least 2 reasons: 1. you haven't completed the setup properly. 2. the device you are using doesn't support the enumerate-inputs-v4l2-ioctl. are you planning on running a backend on fbsd? or just a frontend? please keep posting your progress and problems. i am reading along. regards, usleep PS: forgot to include the list