Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ts_setup: No such file or directory #200

Open
bexizuo opened this issue Jun 28, 2022 · 0 comments
Open

ts_setup: No such file or directory #200

bexizuo opened this issue Jun 28, 2022 · 0 comments

Comments

@bexizuo
Copy link

bexizuo commented Jun 28, 2022

missing install for binary file ts_setup is missing on clean compilation ...
UPDATE: i'm getting message : ts_setup: No such file or directory ... when i run "ts_print" ...
UPDATE2: when i add on Linux : TSLIB_TSDEVICE ... it runs ... but manual says that it's automatic on linux ... so i tried: strace
i got output:

open("/dev/input/ts", O_RDWR) = -1 ENOENT (No such file or directory)
open("/dev/input/touchscreen", O_RDWR) = -1 ENOENT (No such file or directory)
open("/dev/touchscreen/ucb1x00", O_RDWR) = -1 ENOENT (No such file or directory)
open("/dev/input", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
fcntl64(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
getdents(3, /* 7 entries /, 32768) = 128
getdents(3, /
0 entries */, 32768) = 0
close(3) = 0
open("/dev/input/event0", O_RDONLY) = 3
ioctl(3, 0x80044509, 0xbe9ceb1c) = 4
close(3) = 0
open("/dev/input/event1", O_RDONLY) = 3
ioctl(3, 0x80044509, 0xbe9ceb1c) = 4
close(3) = 0
dup(2) = 3
fcntl64(3, F_GETFL) = 0x20002 (flags O_RDWR|O_LARGEFILE)
fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fb5000
_llseek(3, 0, 0xbe9cea20, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(3, "ts_setup: No such file or direct"..., 36ts_setup: No such file or directory
) = 36
close(3) = 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant