* core-image-sato keyboard
@ 2012-10-06 19:20 Edward Vidal
2012-10-07 21:27 ` Ross Burton
2012-10-08 7:41 ` Yi Zhao
0 siblings, 2 replies; 3+ messages in thread
From: Edward Vidal @ 2012-10-06 19:20 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 994 bytes --]
Hello,
Just built core-image-sato for beagleboard xM C.
I have a usb keyboard and mouse connected. The Mouse works but not the
keyboard when Terminal is selected. The virtual keyboard works okay.
The following is what I see with dmesg.
usb 1-2.2: new low-speed USB device number 4 using ehci-omap
input: CHESEN USB Keyboard as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input
0
generic-usb 0003:0A81:0101.0001: input: USB HID v1.10 Keyboard [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.2
/input0
input: CHESEN USB Keyboard as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.1/input/input
1
generic-usb 0003:0A81:0101.0002: input: USB HID v1.10 Device [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.2/i
nput1
The file /etc/formfactor/machconfig
# Assume a USB mouse and touchscreen are connected
HAVE_TOUCHSCREEN=0
HAVE_KEYBOARD=1
I chmod +x /etc/formfactor/config and /etc/formfactor/matchconfig
Thanks in advance for any help
[-- Attachment #2: Type: text/html, Size: 1047 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: core-image-sato keyboard
2012-10-06 19:20 core-image-sato keyboard Edward Vidal
@ 2012-10-07 21:27 ` Ross Burton
2012-10-08 7:41 ` Yi Zhao
1 sibling, 0 replies; 3+ messages in thread
From: Ross Burton @ 2012-10-07 21:27 UTC (permalink / raw)
To: Edward Vidal; +Cc: yocto
On Saturday, 6 October 2012 at 20:20, Edward Vidal wrote:
> Hello,
> Just built core-image-sato for beagleboard xM C.
> I have a usb keyboard and mouse connected. The Mouse works but not the keyboard when Terminal is selected. The virtual keyboard works okay.
>
Does the keyboard work at a console? Can you try an alternative keyboard and USB socket to rule out weird behaviour with the keyboard or USB socket?
Ross
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: core-image-sato keyboard
2012-10-06 19:20 core-image-sato keyboard Edward Vidal
2012-10-07 21:27 ` Ross Burton
@ 2012-10-08 7:41 ` Yi Zhao
1 sibling, 0 replies; 3+ messages in thread
From: Yi Zhao @ 2012-10-08 7:41 UTC (permalink / raw)
To: Edward Vidal; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1694 bytes --]
What is your bootargs ? We also encountered this issue long time ago.
The following bootargs line would cause this problem:
setenv bootargs 'console=tty0 console=ttyO2,115200n8 root=/dev/mmcblk0p2
rootwait rootfstype=ext3 ro'
Try to change "console=tty0 console=ttyO2,115200n8" to
"console=ttyO2,115200n8 console=tty0" .
Please refer the bug 1823
(https://bugzilla.yoctoproject.org/show_bug.cgi?id=1823).
Thanks,
Yi
On 2012?10?07? 03:20, Edward Vidal wrote:
> Hello,
> Just built core-image-sato for beagleboard xM C.
> I have a usb keyboard and mouse connected. The Mouse works but not
> the keyboard when Terminal is selected. The virtual keyboard works okay.
> The following is what I see with dmesg.
> usb 1-2.2: new low-speed USB device number 4 using ehci-omap
> input: CHESEN USB Keyboard as
> /devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input
> 0
> generic-usb 0003:0A81:0101.0001: input: USB HID v1.10 Keyboard [CHESEN
> USB Keyboard] on usb-ehci-omap.0-2.2
> /input0
> input: CHESEN USB Keyboard as
> /devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.1/input/input
> 1
> generic-usb 0003:0A81:0101.0002: input: USB HID v1.10 Device [CHESEN
> USB Keyboard] on usb-ehci-omap.0-2.2/i
> nput1
>
> The file /etc/formfactor/machconfig
> # Assume a USB mouse and touchscreen are connected
> HAVE_TOUCHSCREEN=0
> HAVE_KEYBOARD=1
> I chmod +x /etc/formfactor/config and /etc/formfactor/matchconfig
> Thanks in advance for any help
>
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
[-- Attachment #2: Type: text/html, Size: 2846 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-08 7:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 19:20 core-image-sato keyboard Edward Vidal
2012-10-07 21:27 ` Ross Burton
2012-10-08 7:41 ` Yi Zhao
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.