From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 5 20:27:53 2011 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 9FADF1065670 for ; Sun, 5 Jun 2011 20:27:53 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from thalia-smout.broadpark.no (thalia-smout.broadpark.no [80.202.8.21]) by mx1.freebsd.org (Postfix) with ESMTP id 5A73E8FC0C for ; Sun, 5 Jun 2011 20:27:52 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from ignis-smin.broadpark.no ([80.202.8.11]) by thalia-smout.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTP id <0LMC00CVG3IFM580@thalia-smout.broadpark.no> for freebsd-multimedia@FreeBSD.org; Sun, 05 Jun 2011 22:27:51 +0200 (CEST) Received: from kg-v2.kg4.no ([84.48.120.215]) by ignis-smin.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with SMTP id <0LMC003V03IFPT80@ignis-smin.broadpark.no> for freebsd-multimedia@FreeBSD.org; Sun, 05 Jun 2011 22:27:51 +0200 (CEST) Date: Sun, 05 Jun 2011 22:27:51 +0200 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Message-id: <20110605222751.80f0bdbe.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.22.1; amd64-portbld-freebsd8.1) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Cc: Subject: mythtv 0.23.1 and the pvr250 driver - testing 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, 05 Jun 2011 20:27:53 -0000 Hello, Today I tried to test MythTV 0.23.1 from ports (I used portdowngrade) on my test machine[1], which has a PVR-350 card, and I use the pvr250 driver from ports. As before; the card and driver is tested with mplayer and works fine. Details: root@kg-quiet# uname -a FreeBSD kg-quiet.kg4.no 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Apr 3 19:49:05 CEST 2011 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 root@kg-quiet# pv | grep pvr pvr250-20101010_1 = up-to-date with port root@kg-quiet# pv | grep mythtv mythtv-0.23.1 < needs updating (port has 0.24.1_1) This time, it apperas that mythtv-setup has problems with upgrading the db schema. (I deleted the database, since it was newer than 0.23, and ran mysql -uroot -p < /usr/local/share/mythtv/database/mc.sql first). >From the shell where mythtv-setup is running: 2011-06-05 22:07:51.171 Inserting MythTV initial database information. 2011-06-05 22:07:51.171 New DB connection, total: 3 2011-06-05 22:07:51.172 Connected to database 'mythconverg' at host: localhost 2011-06-05 22:07:51.172 Upgrading to MythTV schema version 1226 and then mythtv-setup just sits there, nothing more happening. Any hints on how to fix that? References: 1) http://sites.google.com/site/tingox/rs480m2 -- Torfinn