Okay, that config.ini works fine in a player here, thanks.

So, the very obvious thing to do next is (always) to post a serial port trace from while trying to use the stalk. If anything is ever wrong with an empeg, there is almost always some useful information there.

In this case, I am betting that some components somewhere are slowly aging, and the A->D conversions of stalk values are showing up as out of range ("Stalk: no match for value=0xXX").

So you may need to fine tune the conversion scale, by adding/modifying these lines in config.ini:

Code:
[hijack]
;; Min/max A/D pairs for all ten buttons on a Right mounted Stalk
;; Button order is:
;;KOff,KSource,KAtt,KFront,KNext,KPrev,KVolUp,KVolDown,KRear,KBottom
;;
;; Here are the built-in factory defaults for a Right-Hand-Side stalk:
stalk_rhs=0x00,0x07,0x10,0x1c,0x24,0x30,0x34,0x40,0x42,0x4e,0x54,0x60,0x68,0x74,0x7e,0x8a,0x94,0xa0,0xa0,0xb5

More info available here.

Cheers


Edited by mlord (11/02/2009 17:12)