From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gateway08.websitewelcome.com ([67.18.66.17]) by www.linuxtv.org with smtp (Exim 4.63) (envelope-from ) id 1KLQ0N-0007sL-HK for linux-dvb@linuxtv.org; Wed, 23 Jul 2008 00:06:50 +0200 Received: from [77.109.104.69] (port=58388 helo=[192.168.1.13]) by gator143.hostgator.com with esmtpa (Exim 4.68) (envelope-from ) id 1KLQ0E-0008Oz-Uk for linux-dvb@linuxtv.org; Tue, 22 Jul 2008 17:06:39 -0500 Message-ID: <488659EC.3080208@kipdola.com> Date: Wed, 23 Jul 2008 00:06:36 +0200 From: Jelle De Loecker MIME-Version: 1.0 To: linux-dvb@linuxtv.org Subject: [linux-dvb] More multiproto & mythtv errors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1342781467==" Mime-version: 1.0 Sender: linux-dvb-bounces@linuxtv.org Errors-To: linux-dvb-bounces+mchehab=infradead.org@linuxtv.org List-ID: This is a multi-part message in MIME format. --===============1342781467== Content-Type: multipart/alternative; boundary="------------010409070205050209080307" This is a multi-part message in MIME format. --------------010409070205050209080307 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi everyone, I don't know how, I don't know why, but the multiproto drivers are acting up AGAIN. I performed all these steps earlier today on a machine that was running VDR for months without a problem. I thought I had purged all of my earlier compiles of multiproto and mythtv, but somehow it worked on the "dirty" machine and on my new, completely clean, reinstalled machine it's not working anymore. I installed the drivers with these instructions: mkdir -p /opt/dvb cd /opt/dvb hg clone -r 7218 http://jusst.de/hg/multiproto cd /opt/dvb/multiproto/v4l mv compat.h compat.h.untouched wget http://skerit.kipdola.com/wp-content/uploads/multiproto/compat.h cd .. cd /opt/dvb/multiproto/linux/drivers/media/dvb/frontends wget http://skerit.kipdola.com/wp-content/uploads/multiproto/stb6100.c.diff patch -p0 < stb6100.c.diff cd /opt/dvb/multiproto/linux/drivers/media/common wget http://skerit.kipdola.com/wp-content/uploads/multiproto/TT-3200-remote.patch patch < TT-3200-remote.patch cd /opt/dvb/multiproto make make install And I installed mythtv with these: cd /opt svn co http://svn.mythtv.org/svn/branches/release-0-21-fixes/ cd /opt/release-0-21-fixes/mythtv/libs/libmythtv wget http://svn.mythtv.org/trac/raw-attachment/ticket/5403/mythtv_multiproto.5.patch patch < mythtv_multiproto.5.patch cp /opt/dvb/multiproto/linux/include/linux/dvb/* /usr/include/linux/dvb/ cd /opt/release-0-21-fixes/mythtv ./configure --enable-dvb --dvb-path=/opt/dvb/multiproto/linux/include/ make make install cd /opt/release-0-21-fixes/mythtv/database /mysql/ //< /mc.sql/ -p Now, I'm getting this error message in mythtv: 2008-07-23 00:05:05.885 DVBSM(0), Error: Can not read DVB status eno: Ongeldig argument (22) 2008-07-23 00:05:05.885 DVBSM(0), Warning: Can not measure Signal Strength eno: Ongeldig argument (22) 2008-07-23 00:05:05.885 DVBSM(0), Warning: Can not measure S/N eno: Ongeldig argument (22) 2008-07-23 00:05:05.885 DVBSM(0), Warning: Can not measure Bit Error Rate eno: Ongeldig argument (22) 2008-07-23 00:05:05.886 DVBSM(0), Warning: Can not count Uncorrected Blocks eno: Bewerking wordt niet ondersteund (95) mythtv-setup: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Controletest '((int) ((xcb_req) - (dpy->request)) >= 0)' faalt. Afgebroken -- /Met vriendelijke groeten,/ *Jelle De Loecker* Kipdola Studios - Tomberg --------------010409070205050209080307 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Hi everyone,

I don't know how, I don't know why, but the multiproto drivers are acting up AGAIN.

I performed all these steps earlier today on a machine that was running VDR for months without a problem.
I thought I had purged all of my earlier compiles of multiproto and mythtv, but somehow it worked on the "dirty" machine and on my new, completely clean, reinstalled machine it's not working anymore.

I installed the drivers with these instructions:

mkdir -p /opt/dvb
cd /opt/dvb
hg clone -r 7218 http://jusst.de/hg/multiproto
cd /opt/dvb/multiproto/v4l
mv compat.h compat.h.untouched
wget http://skerit.kipdola.com/wp-content/uploads/multiproto/compat.h
cd ..
cd /opt/dvb/multiproto/linux/drivers/media/dvb/frontends
wget http://skerit.kipdola.com/wp-content/uploads/multiproto/stb6100.c.diff
patch -p0 < stb6100.c.diff
cd /opt/dvb/multiproto/linux/drivers/media/common
wget http://skerit.kipdola.com/wp-content/uploads/multiproto/TT-3200-remote.patch
patch < TT-3200-remote.patch
cd /opt/dvb/multiproto
make
make install

And I installed mythtv with these:

cd /opt
svn co http://svn.mythtv.org/svn/branches/release-0-21-fixes/

cd /opt/release-0-21-fixes/mythtv/libs/libmythtv
wget http://svn.mythtv.org/trac/raw-attachment/ticket/5403/mythtv_multiproto.5.patch
patch < mythtv_multiproto.5.patch
cp /opt/dvb/multiproto/linux/include/linux/dvb/* /usr/include/linux/dvb/
cd /opt/release-0-21-fixes/mythtv
./configure --enable-dvb --dvb-path=/opt/dvb/multiproto/linux/include/
make
make install
cd /opt/release-0-21-fixes/mythtv/database
mysql < mc.sql -p

Now, I'm getting this error message in mythtv:

2008-07-23 00:05:05.885 DVBSM(0), Error: Can not read DVB status
            eno: Ongeldig argument (22)
2008-07-23 00:05:05.885 DVBSM(0), Warning: Can not measure Signal Strength
            eno: Ongeldig argument (22)
2008-07-23 00:05:05.885 DVBSM(0), Warning: Can not measure S/N
            eno: Ongeldig argument (22)
2008-07-23 00:05:05.885 DVBSM(0), Warning: Can not measure Bit Error Rate
            eno: Ongeldig argument (22)
2008-07-23 00:05:05.886 DVBSM(0), Warning: Can not count Uncorrected Blocks
            eno: Bewerking wordt niet ondersteund (95)
mythtv-setup: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Controletest '((int) ((xcb_req) - (dpy->request)) >= 0)' faalt.
Afgebroken

--

Met vriendelijke groeten,

Jelle De Loecker
Kipdola Studios - Tomberg

--------------010409070205050209080307-- --===============1342781467== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb --===============1342781467==--