No keyboard input on BeagleBone Black
-
wrote on 20 May 2015, 07:47 last edited by Bremenpl
Hello there,
I am using QT on BeagleBone Black to run an example widget aplication. My mouse works but the keyboard doesnt. I was trying to add a variables to the /etc/enviroment:QWS_MOUSE_PROTO=tslib:/dev/input/mouse0 QWS_KEYBOARD=linuxinput:/dev/input/event1 TSLIB_CALIBFILE=/etc/pointercal TSLIB_CONFFILE=/etc/ts.conf TSLIB_PLUGINDIR=/usr/lib/ts
event1 is my keyboard. I am not getting any input to the lineedit that i have in the application nor the system command line. The keyboard works normally outside qt application. How can I turn on the keyboard? I would really aprichiate all help in this matter!
-
wrote on 20 May 2015, 08:24 last edited by Bremenpl
Update:
So far I was running my application from the Qt creator. Now I have run the application nativelly in the command line using ./myapp -qws. In this situation, my keyboard input is going behind the application to the command line, instead of qt app... So even though im root, i typed sudo, and then keyboard started working. Thats weird for me. Is there a way to make the Qt app use sudo as well?Update2
When i run with sudo on the device- keyboard works. When i run with sudo through ssh, it doesnt. Why? -
wrote on 1 Jul 2015, 13:02 last edited by
Hello there, Could anyone help in this matter please? I Still havent resolved the problem. Now I have noticed that keyboard also doesnt work when I run the Qt app at startup from rc.local
-
Hi,
Which version of Qt are you using ? Do you have the rights to access the input devices ?
-
wrote on 2 Jul 2015, 06:07 last edited by Bremenpl 7 Feb 2015, 06:13
Hello,
My application rights are:
-rwxrwxrwx 1 root root 353100 Mar 2 2015 OvenViewerAnd the input device rights are:
crwxrwxrwt 1 root root 13, 65 Mar 1 21:45 event1I have set the rights in a file /etc/udev/rules.d/85-pure-data.rules:
KERNEL=="event1", MODE="777"My Qt version is 4.8.6:
QMake version 2.01a
Using Qt version 4.8.6 in /opt/qt-arm/lib -
wrote on 2 Jul 2015, 10:23 last edited by Bremenpl 7 Feb 2015, 10:29
Also there is one thing I have noticed thats suspicious for me. When I run the program remotelly at termination of it I always see a line:
bash: line 1: 653 Terminated DISPLAY=':0.0' QWS_KEYBOARD='/dev/tty' /home/debian/OvenViewer -qws
QWS_KEYBOARD is set to /dev/tty, even though I have changed it in the build variables to /dev/input/event1 as well as in .user and .pro.user files. But after some builds it becape /dev/tty again in .user file. Might this be the case? How does he know what variable to set?Also, why does the mouse work, but not keyboard...?
-
Starting the application from Qt Creator ?
-
wrote on 3 Jul 2015, 04:38 last edited by
Yes, the last post was about when running from qt creator.
-
wrote on 3 Jul 2015, 06:55 last edited by
Also one more thing. I have just implemented by hand a code that reads from
/dev/input/event1
and I have placed it in the main before MainWindow is created and it works, which means that the app has the rights to red the input, just the Qt doesnt interpret it, why?The code here after retrieving 20 events from
/dev/input/event1
continues to the Qt gui App: Keyboard test code -
Just to be entirely sure, Qt 4 series ?
-
wrote on 4 Jul 2015, 05:31 last edited by
Yes, the package i have installee it from was qt 4 everywhere
-
Did I saw correctly ? You have "QWS_KEYBOARD='/dev/tty'" in either a bash script on your target or set in Qt Creator in the run environment panel
-
wrote on 4 Jul 2015, 22:50 last edited by
Yes qt creator seems to set it somehow, even though i have found all occuriences of QWS_KEYBOARD in project files and set it to event1. Thats not that much of a problem, the bigger deal is that it doesnt start from rc.local script.
-
Look on the Run part of the Project panel in the Environment Variables
-
Strange, which version of Qt Creator are you using ?
-
wrote on 6 Jul 2015, 13:11 last edited by
Qt creator version 3.2.0
-
Did you check with a more recent version ?
-
wrote on 29 Jul 2015, 05:22 last edited by
No, I havent. Is there any known bug here? Also, I didnt think there is a newer qt version for embedded systems.
-
Sorry, I meant a more recent version of Qt Creator, as for Qt 4 the latest version is 4.8.7