Discussion:
need your suggestion
binnan hao
2018-08-21 08:33:01 UTC
Permalink
*warning: no input devices on entering weston. possible causes:- no
permissions to read /dev/input/event*- seats misconfigured (weston backend
option 'seat', udev device property ID_SEAT) *

My system is built on Linux Kernel and Busybox without using systemmd. Is
there any solution to support keyboard and mouse on txhis platform? backend
uses fbdev-backend.so
Many thanks
--
*Hao Binnan*
*Isoo (Qinhuangdao) software development Co., Ltd. (China)*
http://www.eassos.com

PGP Public Key: 4096R/9EF21740 / 9678 1E8C B21E 1E60 3997 811D F83B B359
9EF2 1740
haobinnan <***@gmail.com>
Peter Hutterer
2018-08-22 00:34:21 UTC
Permalink
Post by binnan hao
*warning: no input devices on entering weston. possible causes:- no
permissions to read /dev/input/event*- seats misconfigured (weston backend
option 'seat', udev device property ID_SEAT) *
My system is built on Linux Kernel and Busybox without using systemmd. Is
there any solution to support keyboard and mouse on txhis platform? backend
uses fbdev-backend.so
Many thanks
check that
- you have permissions to read /dev/input/event*
- ID_INPUT **and** ID_INPUT_MOUSE/ID_INPUT_KEYBOARD is set on the input
devices

if you're using libinput (judging by the error msg you do) it doesn't
actually care about ID_SEAT **unless* you want it to work on a specific seat
other than seat0.

Cheers,
Peter
binnan hao
2018-08-22 03:14:30 UTC
Permalink
Hello,
Thank you very much for your reply!
I login with root privilege, thus I have the permission to read
/dev/input/event*

Could you tell how to set ID_INPUT / ID_INPUT_MOUSE / ID_INPUT_KEYBOARD?

Is there any setting guide which is similar to Qt5'?
export QT_QPA_EVDEV_MOUSE_PARAMETERS=/dev/input/mouse0
export QT_QPA_EVDEV_KEYBOARD_PARAMETERS=/dev/input/event1
Post by binnan hao
Post by binnan hao
*warning: no input devices on entering weston. possible causes:- no
permissions to read /dev/input/event*- seats misconfigured (weston
backend
Post by binnan hao
option 'seat', udev device property ID_SEAT) *
My system is built on Linux Kernel and Busybox without using systemmd. Is
there any solution to support keyboard and mouse on txhis platform?
backend
Post by binnan hao
uses fbdev-backend.so
Many thanks
check that
- you have permissions to read /dev/input/event*
- ID_INPUT **and** ID_INPUT_MOUSE/ID_INPUT_KEYBOARD is set on the input
devices
if you're using libinput (judging by the error msg you do) it doesn't
actually care about ID_SEAT **unless* you want it to work on a specific seat
other than seat0.
Cheers,
Peter
--
*Hao Binnan*
*Isoo (Qinhuangdao) software development Co., Ltd. (China)*
http://www.eassos.com

PGP Public Key: 4096R/9EF21740 / 9678 1E8C B21E 1E60 3997 811D F83B B359
9EF2 1740
haobinnan <***@gmail.com>
Peter Hutterer
2018-08-22 03:24:40 UTC
Permalink
Post by binnan hao
Hello,
Thank you very much for your reply!
I login with root privilege, thus I have the permission to read
/dev/input/event*
Could you tell how to set ID_INPUT / ID_INPUT_MOUSE / ID_INPUT_KEYBOARD?
these are set by the udev builtin input_id. Check if udevadm info
/sys/class/input/eventX lists the properties, if not then you're missing
some steps in your udev setup.

Cheers,
Peter
Post by binnan hao
Is there any setting guide which is similar to Qt5'?
export QT_QPA_EVDEV_MOUSE_PARAMETERS=/dev/input/mouse0
export QT_QPA_EVDEV_KEYBOARD_PARAMETERS=/dev/input/event1
Post by binnan hao
Post by binnan hao
*warning: no input devices on entering weston. possible causes:- no
permissions to read /dev/input/event*- seats misconfigured (weston
backend
Post by binnan hao
option 'seat', udev device property ID_SEAT) *
My system is built on Linux Kernel and Busybox without using systemmd. Is
there any solution to support keyboard and mouse on txhis platform?
backend
Post by binnan hao
uses fbdev-backend.so
Many thanks
check that
- you have permissions to read /dev/input/event*
- ID_INPUT **and** ID_INPUT_MOUSE/ID_INPUT_KEYBOARD is set on the input
devices
if you're using libinput (judging by the error msg you do) it doesn't
actually care about ID_SEAT **unless* you want it to work on a specific seat
other than seat0.
Cheers,
Peter
--
*Hao Binnan*
*Isoo (Qinhuangdao) software development Co., Ltd. (China)*
http://www.eassos.com
PGP Public Key: 4096R/9EF21740 / 9678 1E8C B21E 1E60 3997 811D F83B B359
9EF2 1740
binnan hao
2018-08-22 06:34:11 UTC
Permalink
I'm using Busybox root file system, and the default setting on Busybox is
mdev instead of udev. The device file of keyboard and mouse can be found in
/dev/input.
Qt4 works smoothly on this system and keyboard and mouse work well too.
Post by Peter Hutterer
Post by binnan hao
Hello,
Thank you very much for your reply!
I login with root privilege, thus I have the permission to read
/dev/input/event*
Could you tell how to set ID_INPUT / ID_INPUT_MOUSE / ID_INPUT_KEYBOARD?
these are set by the udev builtin input_id. Check if udevadm info
/sys/class/input/eventX lists the properties, if not then you're missing
some steps in your udev setup.
Cheers,
Peter
Post by binnan hao
Is there any setting guide which is similar to Qt5'?
export QT_QPA_EVDEV_MOUSE_PARAMETERS=/dev/input/mouse0
export QT_QPA_EVDEV_KEYBOARD_PARAMETERS=/dev/input/event1
Post by binnan hao
Post by binnan hao
*warning: no input devices on entering weston. possible causes:- no
permissions to read /dev/input/event*- seats misconfigured (weston
backend
Post by binnan hao
option 'seat', udev device property ID_SEAT) *
My system is built on Linux Kernel and Busybox without using
systemmd. Is
Post by binnan hao
Post by binnan hao
Post by binnan hao
there any solution to support keyboard and mouse on txhis platform?
backend
Post by binnan hao
uses fbdev-backend.so
Many thanks
check that
- you have permissions to read /dev/input/event*
- ID_INPUT **and** ID_INPUT_MOUSE/ID_INPUT_KEYBOARD is set on the input
devices
if you're using libinput (judging by the error msg you do) it doesn't
actually care about ID_SEAT **unless* you want it to work on a specific seat
other than seat0.
Cheers,
Peter
--
*Hao Binnan*
*Isoo (Qinhuangdao) software development Co., Ltd. (China)*
http://www.eassos.com
PGP Public Key: 4096R/9EF21740 / 9678 1E8C B21E 1E60 3997 811D F83B B359
9EF2 1740
--
*Hao Binnan*
*Isoo (Qinhuangdao) software development Co., Ltd. (China)*
http://www.eassos.com

PGP Public Key: 4096R/9EF21740 / 9678 1E8C B21E 1E60 3997 811D F83B B359
9EF2 1740
haobinnan <***@gmail.com>
Loading...