Morgen, ich kann mir gut vorstellen das das theme schon tausend mal durch ist, vielleicht hat ja einer eine gute idee.
Leider bekomme ich Lirc nicht mit vdr-sxfe zum rennen, mit xbmc funzt es, genau wie mit irexec nur nicht mit vdr direkt.
Hier noch etwas was ins auge sticht.
QuoteERROR: remote control XineRemote not ready!
hier alle informationen die man so braucht.
Code
ls -al /var/run/lirc/* /dev/lirc* /etc/vdr/remote.conf
crw-rw---- 1 root video 61, 0 2010-07-04 18:46 /dev/lirc0
lrwxrwxrwx 1 root root 19 2010-07-04 18:46 /dev/lircd -> /var/run/lirc/lircd
-rw-rw-r-- 1 tv adm 2227 2010-07-05 10:09 /etc/vdr/remote.conf
srw-rw-rw- 1 root root 0 2010-07-04 18:48 /var/run/lirc/lircd
-rw------- 1 root root 5 2010-07-04 18:48 /var/run/lirc/lircd.pid
cat /etc/vdr/remote.conf | grep LIRC
LIRC.CH1_CHUP Up
LIRC.CH1_DOWN Down
LIRC.CH1_DVDMENU Menu
LIRC.CH1_OK Ok
LIRC.CH1_BACK Back
LIRC.CH1_LEFT Left
LIRC.CH1_RIGHT Right
LIRC.Red Red
LIRC.Green Green
LIRC.Yellow Yellow
LIRC.Blue Blue
LIRC.0 0
LIRC.1 1
LIRC.2 2
LIRC.3 3
LIRC.4 4
LIRC.5 5
LIRC.6 6
LIRC.7 7
LIRC.8 8
LIRC.9 9
LIRC.Power Power
LIRC.CH1_VOLUP Volume+
LIRC.CH1_VOLDOWN Volume-
LIRC.CH1_MUTE Mute
cat /etc/lirc/lircd.conf
begin remote
name X10_pollin
bits 40
eps 30
aeps 100
one 0 0
zero 0 0
pre_data_bits 0
pre_data 0x0
post_data_bits 0
post_data 0x0
gap 235969
toggle_bit_mask 0x80800000
begin codes
CH1_0 0x14ec170000
CH1_1 0x14e20d0000
CH1_2 0x14e30e0000
CH1_3 0x14e40f0000
CH1_4 0x14e5100000
CH1_5 0x14e6110000
CH1_6 0x14e7120000
CH1_7 0x14e8130000
CH1_8 0x14e9140000
CH1_9 0x14ea150000
CH1_ASTERISK 0x140c370000
CH1_BACK 0x14f5200000
CH1_BLUE 0x140a350000
CH1_CHDOWN 0x14e10c0000
CH1_CHUP 0x14e00b0000
CH1_DOWN 0x14f7220000
CH1_DVDMENU 0x14d9040000
CH1_FORWARD 0x14fb260000
CH1_GREEN 0x1408330000
CH1_GUIDE 0x1406310000
CH1_HASHMARK 0x140d380000
CH1_INFO 0x14042f0000
CH1_LEFT 0x14f21d0000
CH1_LIVETV 0x14f11c0000
CH1_MENU 0x14f01b0000
CH1_MUSIC 0x14db060000
CH1_MUTE 0x14d5000000
CH1_NEXT 0x14f8230000
CH1_OK 0x14f31e0000
CH1_PAUSE 0x14fe290000
CH1_PHOTO 0x14da050000
CH1_PLAY 0x14fa250000
CH1_POWER 0x14d7020000
CH1_PREVIOUS 0x14f6210000
CH1_RECORD 0x14fc270000
CH1_RECTV 0x14ed180000
CH1_RED 0x1407320000
CH1_REWIND 0x14f9240000
CH1_RIGHT 0x14f41f0000
CH1_STOP 0x14fd280000
CH1_TEXT 0x14eb160000
CH1_UP 0x14ef1a0000
CH1_VIDEO 0x14022d0000
CH1_VOLDOWN 0x14dd080000
CH1_VOLUP 0x14de090000
CH1_YELLOW 0x1409340000
end codes
end remote
ps -ef | grep -E "(vdr|lircd)"
root 8190 1 0 Jul04 ? 00:00:00 /usr/sbin/lircd --device=/dev/lirc0
tv 16674 16672 1 10:10 pts/6 00:00:10 /usr/bin/vdr -c /etc/vdr -E /tmp/vdr.epg -l 3 -P text2skin -P epgsearch -v 3 -P streamdev-server -P xine -P yaepghd -P vnsiserver -P xineliboutput -l none -r 37890 --video=vdpau -p --post tvtime:method=use_vo_driver -f -u tv
tv 16972 9427 4 10:10 ? 00:00:35 vdr-sxfe --fullscreen --audio=alsa:iec958:CARD=Aureon51MkII --video=vdpau --post tvtime:method=use_vo_driver
Display More