-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Unanswered Topics - Desktops
- How to get L5009tm touchscreen working in Ubuntu 18.04

Create an account on the HP Community to personalize your profile and ask a question

03-10-2019 07:19 PM
Hi guys,
I recently got my hands on a L5009tm touchscreen monitor.
It's connected to a PC running Ubuntu 18.04 which Home Assistant is hosted on.
I tried to build the driver provided by HP but keep running into build errors.
Before we run into diagnostic mode... Has anyone of you been able to make it work?
Extrac of build error
./arch/x86/include/asm/uaccess.h:32:9: error: dereferencing pointer to incomplete type ‘struct task_struct’
current->thread.addr_limit = fs;
^
/home/mypc/Downloads/bin-mt-usb/elo_mt_input_mod_src/elo_mt_input.c: In function ‘elo_input_write’:
/home/mypc/Downloads/bin-mt-usb/elo_mt_input_mod_src/elo_mt_input.c:94:5: error: implicit declaration of function ‘copy_from_user’ [-Werror=implicit-function-declaration]
if(copy_from_user(buffer, buf, count))
^
/home/mypc/Downloads/bin-mt-usb/elo_mt_input_mod_src/elo_mt_input.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-unused-const-variable’
cc1: warning: unrecognized command line option ‘-Wno-int-in-bool-context’
cc1: warning: unrecognized command line option ‘-Wno-format-overflow’
cc1: warning: unrecognized command line option ‘-Wno-format-truncation’
cc1: warning: unrecognized command line option ‘-Wno-frame-address’
cc1: some warnings being treated as er
