Zitat Zitat von alborland37 Beitrag anzeigen
hi,
hab grad mal zum spass die lircd.conf gegen ne philips getauscht, reboot und nix hat sich geändert! die orig fb geht weiterhin und die philips nicht!
habe sf-image 06.07 drauf!
dort scheint es keine start.sh zu geben und auch das verändern der lircd.conf hat keinen einfluss auf die fb!
greetz...
Al
Das Beispiel was ich gemacht habe war folgendes:

1. Die Codes der Nokia FB in die lircd.conf hinzufügen, das sieht dann so aus.
# brand: MARUSYS
# model no. of remote control:
# devices being controlled by this remote:

begin remote

name RC660
bits 16
flags RCMM|CONST_LENGTH
eps 10
aeps 130

header 500 185
three 217 700
two 217 560
one 217 367
zero 210 185
ptrail 250
pre_data_bits 16
pre_data 0x2290
gap 16777215
toggle_bit 17
min_repeat 0
frequency 36000
duty_cycle 50

begin codes
0 0x0000
1 0x0001
2 0x0002
3 0x0003
4 0x0004
5 0x0005
6 0x0006
7 0x0007
8 0x0008
9 0x0009
INFO 0x000F
OK 0x005C
STAND_BY 0x000C
MUTE 0x000D
CURSOR_RIGHT 0x005B
CURSOR_LEFT 0x005A
CURSOR_UP 0x0058
CURSOR_DOWN 0x0059
VOLUME_UP 0x0010
VOLUME_DOWN 0x0011
RED 0x006D
GREEN 0x006E
YELLOW 0x006F
BLUE 0x0070
EPG 0x00CC
EXIT 0x0055
MENU 0x0054
CHANNEL_UP 0x001E
CHANNEL_DOWN 0x001F
PLAY 0x0038
STOP 0x0031
RECORD 0x0037
PAUSE 0x0039
FASTFORWARD 0x0020
REWIND 0x0021
TEXT 0x003C
end codes

end remote


#
# this config file was derived from the DBOX config file
#
# brand: Nokia
# model: ?
# supported devices: D-Box2
#

begin remote

name D-BOX2
bits 8
flags SHIFT_ENC|CONST_LENGTH
eps 10
aeps 300

header 510 2520
one 450 550
zero 450 550
pre_data_bits 1
pre_data 0x0
post_data_bits 8
post_data 0xC5
gap 59500
repeat_bit 0

begin codes
0 0x00000000000000FF
1 0x000000000000007F
2 0x00000000000000BF
3 0x000000000000003F
4 0x00000000000000DF
5 0x000000000000005F
6 0x000000000000009F
7 0x000000000000001F
8 0x00000000000000EF
9 0x000000000000006F
OK 0x00000000000000F3
STAND_BY 0x00000000000000CF
MUTE 0x00000000000000EB
CURSOR_RIGHT 0x000000000000008B
CURSOR_LEFT 0x000000000000000B
CURSOR_UP 0x000000000000008F
CURSOR_DOWN 0x000000000000000F
VOLUME_UP 0x0000000000000097
VOLUME_DOWN 0x0000000000000017
RED 0x000000000000004B
GREEN 0x0000000000000055
YELLOW 0x00000000000000B5
BLUE 0x0000000000000023
EPG 0x00000000000000BE
EXIT 0x00000000000000FB
MENU 0x000000000000001B
end codes

end remote
2. Dann die orginal sichern, löschen und die neue lircd.conf einfügen.

Somit kann ich mit der Nokia FB und der Normale FB die Kathrein steuern.

power <=> STAND_BY
home <=> EXIT
d-box <=> MENU
1 <=> 1
2 <=> 2
3 <=> 3
4 <=> 4
5 <=> 5
6 <=> 6
7 <=> 7
8 <=> 8
9 <=> 9
0 <=> 0
blue <=> BLUE
yellow <=> YELLOW
green <=> GREEN
red <=> RED
ok <=> OK
vol_+ <=> VOLUME_UP
vol_- <=> VOLUME_DOWN
mute <=> MUTE
right <=> CURSOR_RIGHT
up <=> CURSOR_UP
down <=> CURSOR_DOWN
left <=> CURSOR_LEFT
help <=> EPG
Das sind dann die Tasten zum steuern der Box mit der Nokia FB.

Greetz ToM.