Forum
[PROBLEM] Xbian boot keyboard??? - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: [PROBLEM] Xbian boot keyboard??? (/thread-2212.html)

Pages: 1 2


Xbian boot keyboard??? - uncut - 30th Mar, 2014 09:11 PM

hi everyone,
my name is Marco and I'm from Germany .
I got an Raspi (new Version 512MB) and an egalax touchscreen. Both work on Xbian .

But there is one "little " Problem...

I want to use that in car... so if I boot without a Keyboard, it won't start touch support. nothing works ...Angry
if i plug in my Keyboard everything is fine... xbmc boot up and touch works, but only with that Keyboard.

thanks for helpig me ...


RE: Xbian boot keyboard??? - IriDium - 31st Mar, 2014 02:30 AM

I have a feeling the keyboard drivers are not being loaded on start up as Xbian doesn't "know" about the touchscreen.

Can you do:
Terminal
lsmod
with the keyboard attached and again without the keyboard attached.

There should be a difference between them.

If there is - select the module that is missing and type:

Terminal
sudo modprobe xxxxxx
where xxxxxx is the missing module and see if that now works.

If it now does work, insert that module in /etc/modules and reboot.

Hopefully that will solve your problem


RE: Xbian boot keyboard??? - uncut - 31st Mar, 2014 04:30 AM

uinput lost....

modprobe does not work...
Sad


RE: Xbian boot keyboard??? - IriDium - 31st Mar, 2014 04:45 AM

Post output of lsmod with and without keyboard - dmesg before and after via pastebin


RE: Xbian boot keyboard??? - uncut - 31st Mar, 2014 05:06 AM

cant start uinput .....HuhSadSadSad


dmesg without:


lsmod without:


Terminal
xbian@xbian ~ $ lsmod
Module Size Used by
uinput 5128 0
zram 6288 1
frandom 3296 0
joydev 7404 0
mousedev 7636 0
usbtouchscreen 9574 0


with keyboard at boot :

Added spoiler as user didn't read please read....





lsmod:

Terminal
xbian@xbian ~ $ lsmod
Module Size Used by
zram 6288 1
frandom 3296 0
joydev 7404 0
mousedev 7636 0
usbtouchscreen 9574 0
uinput 5128 1



RE: Xbian boot keyboard??? - uncut - 1st Apr, 2014 03:06 AM

Someone had an idea???


RE: Xbian boot keyboard??? - dharmabm - 1st Apr, 2014 03:20 AM

don't know, but PLEASE use code tags in your posts!


RE: Xbian boot keyboard??? - CurlyMo - 1st Apr, 2014 03:56 AM

(31st Mar, 2014 04:45 AM)IriDium Wrote:  Post output of lsmod with and without keyboard - dmesg before and after via pastebin
Even better as IriDium requested.


RE: Xbian boot keyboard??? - uncut - 1st Apr, 2014 04:51 AM

Ups Sry... Next time Ok Blush
Need help, get crazy with this Egalax


RE: Xbian boot keyboard??? - uncut - 1st Apr, 2014 07:13 AM

Ups Sry... Next time Ok Blush
Need help, get crazy with this Egalax


RE: Xbian boot keyboard??? - CurlyMo - 1st Apr, 2014 07:33 AM

No, no one is going to read it like this so better edit your post and fix it.


RE: Xbian boot keyboard??? - uncut - 1st Apr, 2014 07:30 PM

ok done....
hope someone can help me now.Big Grin

cant get this working without my keyboard only with touch...


RE: Xbian boot keyboard??? - CurlyMo - 2nd Apr, 2014 12:08 AM

You still didn't put it on pastebin as was requested.


RE: Xbian boot keyboard??? - uncut - 2nd Apr, 2014 01:19 AM

i put in dmesg and lsmod
with keyboard and without keyboard ... what should i do? what you are missing... sry i'm a newbeUndecided

without Keyboard :
lsmod without
dmesg

With keyboard:
lsmod with
dmesg with



hope this can helpSad


RE: Xbian boot keyboard??? - uncut - 2nd Apr, 2014 02:21 AM

so touch works but only with keyboard input...