I bought a DVB-S PCI Card that comes with an IR-Reciever with is connected directly to the card.
On the driver CD there was a module file to use ProgDVB and an ini file that contains IR Codes for the Remote Control.
Here is a part of the file:
Code: Select all
[IRCOde]
IR code[Hex]=Command
0x43=/PowerOff
0x59=/mute
0x5f=/1
0x1=/2
0x5d=/3
....

The Remote does not work as it should.
the only HexCodes that seem to work are 0xed and 0xee.
But different buttons send the same code
If I press 0, 1-6, CH+/CH- or VOL+/VOL- it sends 0xed which is mapped to /FULLSCREEN this works fine.
0xee is send by multiple buttons too.
Deliver on the driver cd was also an programm called "DVBPlayer"
this comes with an IRSetting.ini wich contains ircodes for this programm
it looks like this
Code: Select all
[Default]
IR_TYPE=0
IR_NUM_0=18
IR_NUM_1=9
IR_NUM_2=29
IR_NUM_3=31
....
I've already tried to convert the numbers to Hex and use them in the first ini file but this doesn't work.
Does anyone has an idea how I can get the remote to work?
The Card I use is an NEWMI(?) DM713S
amfa