Haupauge Lirc Howto ( vol+ )

  • :moin, ich habe gestern mein xbmc um eine remote control erweitert.

    So zur eigentlichen frage: Kann ich einfach die ~/.xbmc/userdata/Lircmap.xml um <volumeplus> erweitern (so wie ich es unten in der Lircmap.xml gemacht habe) ?

    HOWTO fuer Hauppauge Remote Control for XBMC

    cat ~/.xbmc/userdata/Lircmap.xml

    cat /etc/lirc/lircd.conf |sed '/^$/d' | grep -v \#

    /etc/lirc/hardware.conf


    ERSTELLEN DER /etc/lirc/lircd.conf

    Code
    /etc/init.d./lircd stop
    irrecord --driver=devinput --device=$(ls /dev/input/by-path/*ir) /etc/lircd.conf

    Dann einfach den Bildschirm Anweisungen folgen. Sollte zu einer datei fueren wie oben angegeben.

    TESTEN

    Code
    lircd -n --driver=devinput --device=$(ls /dev/input/by-path/*ir)


    wenns klappt und man umschalten kann

    /etc/init.d/lircd restart

    ... FERTIG ...

    Hardware:
    4x Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz, 2xGeForce 9400 GT/PCI/SSE2,USB-Audio - Aureon5.1MkII,HDA-Intel - HDA Intel, Hauppauge hvr4000,Tevii S660. Head 1 Dell 24Zoll, Head 2 Phillips 42 Zoll LCD.
    Software:
    OS: Debian stable, kernel:2.6.31.9-grsec-nsas, vdr-1.7.10 from source with -P epgsearch -v 3 -P streamdev-server -P femon -P xine -P xineliboutput -l none -r 3, XBMC from source. Lircd

    Edited 9 times, last by Voyager_MP (December 13, 2009 at 10:44 PM).

  • kann ich ein externen befeht intigrieren ? Konkret denke ich da an (kill -9 $(pidof xbmc.bin))
    dann spart man sich immer das laptop anzuwerfen :)

    Gruss Michel

    Hardware:
    4x Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz, 2xGeForce 9400 GT/PCI/SSE2,USB-Audio - Aureon5.1MkII,HDA-Intel - HDA Intel, Hauppauge hvr4000,Tevii S660. Head 1 Dell 24Zoll, Head 2 Phillips 42 Zoll LCD.
    Software:
    OS: Debian stable, kernel:2.6.31.9-grsec-nsas, vdr-1.7.10 from source with -P epgsearch -v 3 -P streamdev-server -P femon -P xine -P xineliboutput -l none -r 3, XBMC from source. Lircd

  • kannst du mir sagen wie oder wo ich es nachlesen kann ?

    habs hinbekommen, thx

    cat ~/.fluxbox/startup

    Code
    kill -9 $(pidof irexec) 2>/dev/null
    irexec -d ~/.lircrc
    
    
    while true
        do
            xbmc-latest
            sleep 5
        done

    cat ~/.lircrc

    Code
    # Kill XBMC
    begin
    prog = irexec
    button = power
    config = ~/scripts/killxbmc.sh
    end

    cat ~/scripts/killxbmc.sh (unsauber, aber ich moechte keine zombies, daher erst erst den parent killen :) ansonsten waere ein kill $(pidof xbmc.bin) viel sauberer.)
    Fals jemand eine bessere loesung hat, immer gerne.

    Hardware:
    4x Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz, 2xGeForce 9400 GT/PCI/SSE2,USB-Audio - Aureon5.1MkII,HDA-Intel - HDA Intel, Hauppauge hvr4000,Tevii S660. Head 1 Dell 24Zoll, Head 2 Phillips 42 Zoll LCD.
    Software:
    OS: Debian stable, kernel:2.6.31.9-grsec-nsas, vdr-1.7.10 from source with -P epgsearch -v 3 -P streamdev-server -P femon -P xine -P xineliboutput -l none -r 3, XBMC from source. Lircd

    Edited 2 times, last by Voyager_MP (December 13, 2009 at 10:40 PM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!