MX6Q-SDP problem with keyboard

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MX6Q-SDP problem with keyboard

645 Views
xiaoqiangyang
Contributor III

Hi all,

I am using MX6Q-SDP connectted with USB mouse,keyboard and LVDS.After linux run,the touch screen and usb mouse can

work well, but the keyboard can't work.And I got some error after boot up:

(EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/base

(EE) XKB: No components provided for device Virtual core keyboard

unrecognised device identifier!

(EE) config/hal: NewInputDeviceRequest failed (2)

matchbox: keyboard does not appear to have a &1

if ; then

IS_BABBAGE=YES

Xfbdev -keybd keyboard,,device=/dev/input/keyboard0 -mouse mouse,2,device=/dev/input/mice &

fi

if ; then

Xfbdev -mouse tslib,2,device=/dev/input/ts0 -mouse mouse,2,device=/dev/input/mice&

else

Xfbdev -mouse mouse,2,device=/dev/input/mice&

fi

sleep 8

matchbox-window-manager -d :smileyshocked: -use_lowlight no -use_titlebar yes -use_cursor yes&

matchbox-desktop&

matchbox-panel --bgtrans yes &

sleep 5

  1. Calibrate when using the rootfs the first time

  2. Check whether the touch screen exists

if ; then

ls /usr/etc | grep pointercal > /dev/null 2>&1

if ; then

ts_calibrate

fi

fi

Thanks in advance!

0 Kudos
2 Replies

372 Views
SergioSolis
NXP Employee
NXP Employee

Are you using our Ubuntu BSP ?... have you tried with a different keyboard?, or just the keyboard (no mouse)?

0 Kudos

372 Views
xiaoqiangyang
Contributor III

My keyboard and mouse can work well under ubuntu image downloaded from Freescale.But after I built 'fsl gnome release Package'with

ltib and boot,the problem with keyboard came to me.It seems that the keyboard layout has something wrong with 'ALT' key,

so the key shortcuts definitions in matchbox/kbdconfig can't work. But I don't know how to verify my guess and take action.

Only keyboard has the same phenomenon.

0 Kudos