linux-surface / iptsd

Userspace daemon for Intel Precise Touch & Stylus
GNU General Public License v2.0
94 stars 46 forks source link

SP7 Some files missing #64

Closed Bitslayn closed 2 years ago

Bitslayn commented 2 years ago

I followed the guide closely so I'm unsure why some of the directories are missing.

[awhitt@archlinux iptsd]$ pwd
/home/awhitt/iptsd
[awhitt@archlinux iptsd]$ sudo ./build/iptsd
sudo: ./build/iptsd: command not found
[awhitt@archlinux iptsd]$ sudo systemctl daemon-reload
[awhitt@archlinux iptsd]$ sudo systemctl enable --now iptsd

Console would display no further messages requiring ^C

[awhitt@archlinux iptsd]$ sudo systemctl enable iptsd
[awhitt@archlinux iptsd]$ sudo systemctl status iptsd
× iptsd.service - Intel Precise Touch & Stylus Daemon
     Loaded: loaded (/usr/lib/systemd/system/iptsd.service; enabled; preset: disabled)
     Active: failed (Result: exit-code) since Thu 2022-07-28 11:38:38 MDT; 10s ago
   Duration: 2ms
       Docs: https://github.com/linux-surface/iptsd
    Process: 33223 ExecStart=/usr/bin/iptsd (code=exited, status=254)
   Main PID: 33223 (code=exited, status=254)
        CPU: 2ms

Jul 28 11:38:38 archlinux systemd[1]: Started Intel Precise Touch & Stylus Daemon.
Jul 28 11:38:38 archlinux iptsd[33223]: ERROR: ../src/control.c:139: Failed to open /dev/ipts/0: No such file or directory
Jul 28 11:38:38 archlinux iptsd[33223]: ERROR: ../src/main.c:106: Failed to start IPTS: No such file or directory
Jul 28 11:38:38 archlinux systemd[1]: iptsd.service: Main process exited, code=exited, status=254/n/a
Jul 28 11:38:38 archlinux systemd[1]: iptsd.service: Failed with result 'exit-code'.

Also

[awhitt@archlinux iptsd]$ ls -l /dev/ipts/
ls: cannot access '/dev/ipts/': No such file or directory
Bitslayn commented 2 years ago

I'm pretty sure I tried this yesterday as serviced showed the same error before the installation that it's showing after the installation.

alirezadigi commented 1 year ago

@Bitslayn how did you solve it?