Kodi Community Forum

Full Version: Double-Presses with after upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there,

well, I upgraded my sytem a couple of hours ago to have the new XBMC...
It didn't work out that well.

After upgrading a couple of packages including xbmc I get a lot of double-presses in XBMC with my remote.

My setup is:
Ubuntu 10.04.1
Kernel: 2.6.32-26-generic
Remote: Medion X10 MD8800

I get those double-presses not on every stroke but certainly too often to ignore it.
I already tried to set a remotedelay (3,20,2000 ...) and the lircd.conf with an increased gap value. But it really does not seem to change anything. The remotedelay ensures that I have to wait for repeats, but the strange double-presses are still there.

Here is some irw output, if it helps.

Code:
00000014f7220000 00 Down Medion_MD8800
00000014f7220000 01 Down Medion_MD8800
00000014f7220000 02 Down Medion_MD8800
00000014f7220000 00 Down Medion_MD8800
00000014f7220000 01 Down Medion_MD8800
00000014f7220000 02 Down Medion_MD8800
00000014f7220000 03 Down Medion_MD8800
00000014f7220000 00 Down Medion_MD8800
00000014f7220000 01 Down Medion_MD8800
00000014f7220000 02 Down Medion_MD8800
00000014f7220000 03 Down Medion_MD8800
00000014f7220000 04 Down Medion_MD8800
00000014f7220000 05 Down Medion_MD8800
00000014f7220000 06 Down Medion_MD8800
00000014f7220000 00 Down Medion_MD8800
00000014f7220000 01 Down Medion_MD8800
00000014f7220000 00 Down Medion_MD8800
00000014f7220000 01 Down Medion_MD8800
00000014f7220000 02 Down Medion_MD8800
00000014f7220000 03 Down Medion_MD8800
00000014f7220000 04 Down Medion_MD8800
00000014f7220000 05 Down Medion_MD8800
00000014f7220000 06 Down Medion_MD8800
00000014f7220000 07 Down Medion_MD8800
00000014f7220000 08 Down Medion_MD8800
00000014f7220000 09 Down Medion_MD8800
00000014f7220000 0a Down Medion_MD8800

If there is more I can provide, please tell me Smile

I hope you can help me Smile
- coni
The GAP value requires large increments. How much did you decrease and increase?
Well I increased from 139995 to 239995...
Thought that would be enought. But I'll try even larger numbers if that's an option.
Conisant Wrote:Well I increased from 139995 to 239995...
Thought that would be enought. But I'll try even larger numbers if that's an option.


That should be plenty. Sorry it didnt work
I had the same problem.

I fixed it by adding a file to my
Code:
~/.xbmc/userdata
folder called
Code:
advancedsettings.xml
with the following content:

Code:
<advancedsettings>
    <remotedelay>10</remotedelay>
</advancedsettings>

See more info on advanced settings here.
As i wrote: I already tried it....
But well maybe I misspelled something or so (should be hard with copy and paste but,,,, well I don't know)
I just tried it again and it seems to work now.
Or maybe it was an other update to my kernel or something... Well I hope it is solved Smile

Thanks!
Well it's not gone entirely...
But it seems as if a higher value decreases the chance to get a double-press.
I'll stick with a value of 17 now and think I can go with it just fine. Smile
(2010-12-22, 03:46)ripdajacker Wrote: [ -> ]I had the same problem.

I fixed it by adding a file to my
Code:
~/.xbmc/userdata
folder called
Code:
advancedsettings.xml
with the following content:

Code:
<advancedsettings>
    <remotedelay>10</remotedelay>
</advancedsettings>

See more info on advanced settings here.

Löving you right now :p