MythTVtalk.com - The MythTV forum
Where the World comes to speak about MythTV !!




Welcome on the MythTV users community forum archive,
9024 users already joined the helping and friendly MythTV community!
What are you waiting to be the next one?

Click HERE to view the official MythTV users community forum

Text-only version:
Go to the original RESOLU(lirc probleme avec mythtv 0.20) thread.


 
     < Click here to go to the MythTV Forum > 
RESOLU(lirc probleme avec mythtv 0.20)
tizef
Bonjour,

depuis que j'ai installé mythtv 0.20 je n'ai plus de télécommande, j'ai compilé les sources moi même
aucun message d'erreur!

j'ai une hauppauge pvr350

lsmod me dis bien que lirc_i2c et lirc_dev sont bien chargés

lircd est bien lancé aussi

lirc je l'ai compilé avec --with-x --with-driver=hauppauge

avez vous une petite idée !

merci

L'erreur viens du fichier configure dans le répertoire mythtv

j'ai commenté ces lignes faisant réfèrence à lirc dans le fichier configure
Code:
#test for lirc client libraries
#if test x"$lirc" = x"yes" ; then
#    lirc="no"
#    if has_library liblirc_client ; then
#        lirc="yes"
#    fi
#fi

#test for lirc client header
#if test x"$lirc" = x"yes" ; then
#   lirc="no"
#cat > $TMPC << EOF
##include <lirc/lirc_client.h>
#int main( void ) { return 0; }
#EOF

#    if $cc $CFLAGS $ARCHFLAGS -o $TMPE $TMPC 2> /dev/null ; then
#        lirc="yes"
#    fi
#fi



Pour ceux qui veulent compiler mythtv et lirc:

mettez vous dans le répertoire /usr/local


svn co URL:http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythtv
svn co URL:http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythplugins
svn co URL:http://svn.mythtv.org/svn/branches/release-0-20-fixes/myththemes


cvs -z8 -d:pserver:anonymous@lirc.cvs.sourceforge.net:/cvsroot/lirc co lirc


cd /usr/local/mythtv

commenter les lignes

./configure

cat ./config.mak | grep lirc

maintenant j'ai les lignes faisaint réfèrence à lirc

CONFIG_LIRC_LIBS=-llirc_client

CCONFIG= linux release using_v4l using_oss using_alsa using_ivtv using_dbox2 using_hdhr using_ip_rec using_freebox using_live using_lirc using_joystick_menu using_x11 using_xv using_xrandr using_frontend using_backend

qmake mythtv.pro
make
make install

cd /usr/local/mythplugins
qmake mythplugins.pro
make
make install

cd /usr/local/myththemes
qmake myththeme.pro
make
make install


Compiler lirc:

cd /usr/local/lirc

./configure --help pour voir les cartes compatibles

./configure --with-x --with-driver=hauppauge

make
make install

copier les fichiers:

wget URL:http://wilsonet.com/mythtv/lircd-g3.conf.txt

mv lircd-g3.conf.txt /etc/lircd.conf

wget URL:http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt

mv lircrc-haupgrey-g3.txt /home/mythtv/.mythtv/lircrc

chown mythtv:mythtv lircrc

A+

Go to the original "RESOLU(lirc probleme avec mythtv 0.20)" thread
Page 1 of 1
    < Click here to go to the MythTV Forum > 


phpBB Search Engine Indexer © phpRebel :: Powered by phpBB © 2001, 2002 phpBB Group