veto1024
Posts: 5
Joined: Fri Feb 08, 2013 3:51 am

XBMC not using my keyboard correctly

Fri Feb 08, 2013 4:03 am

Hi everyone, I have a bit of an issue. I just installed rasbpian and an XBMC from http://michael.gorven.za.net/raspberrypi/xbmc and I've noticed a problem. Whenever I need to type something out (like the name to a video directory I made or the login name/pass to get into the computer to make said login directory), I get the on-screen keyboard. I have a USB keyboard plugged in that works fine but I can't use it to type in xbmc.

The really weird thing is that I seem to be able to use shortcuts! The arrow keys work, pressing various letters on my keyboard seem to activate shortcuts (such as pressing 's' brings up the exit screen), but it's impossible to actually use the keyboard to... ya know, type words :P Anyone have any idea what the problem is?

Blueblue
Posts: 2
Joined: Tue Feb 12, 2013 9:03 pm

Re: XBMC not using my keyboard correctly

Tue Feb 12, 2013 9:10 pm

Hi! I was having the same problem but noticed that when I started XBMC as superuser (sudo), the keyboard was working fine and I was able to type with it as well.

Blueblue
Posts: 2
Joined: Tue Feb 12, 2013 9:03 pm

Re: XBMC not using my keyboard correctly

Wed Feb 13, 2013 7:30 am

"Sudo" did solve the problem of typing text with the keyboard, but it unfortunately created another problem for me. I'm using a wireless Rapoo E2700 keyboard which have some multimedia button on it. Those buttons are working fine when login in as normal user. But when I login as superuser some of the button stops working e.g. pause, play, lowering the volume. Increasing the volume did although work!? Any ideas?

forenbenutzer
Posts: 148
Joined: Thu Aug 02, 2012 7:08 pm

Re: XBMC not using my keyboard correctly

Wed Jun 12, 2013 3:23 pm

Still same problem here. Any ideas?
Pitendo - Case And Emulator Project - http://edv-huber.com/index.php/problemloesungen/12-pitendo

isaque
Posts: 2
Joined: Wed Jul 03, 2013 5:51 pm

Re: XBMC not using my keyboard correctly

Wed Jul 03, 2013 6:00 pm

I also have this problem.
It only happen with XBMC with raspbian only. Raspbmc and Openelec didn't present that problem.

isaque
Posts: 2
Joined: Wed Jul 03, 2013 5:51 pm

Re: XBMC not using my keyboard correctly

Wed Jul 03, 2013 7:25 pm

Just found the solution, taking a look in Raspbmc setup, it has a udev rule.

Create /etc/udev/rules.d/10-permissions.rules with the following content:

Code: Select all

# input
KERNEL=="mouse*|mice|event*",   MODE="0660", GROUP="input"
KERNEL=="ts[0-9]*|uinput",      MODE="0660", GROUP="input"
KERNEL=="js[0-9]*",             MODE="0660", GROUP="input"

# tty
KERNEL=="tty[0-9]*",            MODE="0666"

# vchiq
SUBSYSTEM=="vchiq",  GROUP="video", MODE="0660"
Make sure your user is added to input group.

rmomota
Posts: 2
Joined: Sat May 04, 2013 9:00 am

Re: XBMC not using my keyboard correctly

Sun Aug 04, 2013 3:13 pm

I had the same problem and that worked.

Thanks!

Lews Therin
Posts: 1
Joined: Wed Aug 06, 2014 5:59 pm

Re: XBMC not using my keyboard correctly

Wed Aug 06, 2014 6:36 pm

My Keyboard was not responding at all, but the above fix worked. I'm surprised that permission file isn't created by default. Thanks for the help guys

Return to “Media centres”