iptsd icon indicating copy to clipboard operation
iptsd copied to clipboard

SP7 Touchscreen Not Working

Open dotaxis opened this issue 1 year ago • 0 comments

I have a nearly identical issue as the one here https://github.com/linux-surface/iptsd/issues/137

I don't think my touch screen has ever worked though.

Here's the output of the same commands from the linked issue:

╭─chase@chase in ~ 
 ╰─λ systemctl status $(iptsd-find-service)
Input '' is not a valid file system path, escaping is likely not going be reversible.
○ [email protected] - Intel Precise Touch & Stylus Daemon
     Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
     Active: inactive (dead)
       Docs: https://github.com/linux-surface/iptsd

 ╭─chase@chase in ~ took 159ms
[🔴] × iptsd $(iptsd-find-hidraw)
DEVICE is required
Run with --help for more information.

 ╭─chase@chase in ~ took 24ms
[🔴] × systemctl status $(iptsd-find-service)
Input '' is not a valid file system path, escaping is likely not going be reversible.
○ [email protected] - Intel Precise Touch & Stylus Daemon
     Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
     Active: inactive (dead)
       Docs: https://github.com/linux-surface/iptsd

 ╭─chase@chase in ~ took 56ms
[🔴] × sudo dmesg | grep "iptsd\|IPTS"
[sudo] password for chase:    
[    0.303727] pci 0000:00:16.4: DMAR: Disabling IOMMU for IPTS

 ╭─chase@chase in ~ as 🧙 took 1s
 ╰─λ sudo dmesg | grep hidraw
[    1.529029] hid-generic 0003:045E:07E2.0001: input,hiddev96,hidraw0: USB HID v1.11 Keyboard [Microsoft Surface Type Cover] on usb-0000:00:14.0-8/input0
[    1.931586] hid-multitouch 0003:045E:07E2.0001: input,hiddev96,hidraw0: USB HID v1.11 Keyboard [Microsoft Surface Type Cover] on usb-0000:00:14.0-8/input0
[    3.842475] hid-generic 001F:8087:0AC2.0002: hidraw1: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    4.005874] hid-sensor-hub 001F:8087:0AC2.0002: hidraw1: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on 

 ╭─chase@chase in ~ as 🧙 took 15ms
 ╰─λ sudo iptsd-find-hidraw

 ╭─chase@chase in ~ as 🧙 took 56ms
[🔴] ×

Not sure what other information might help here

dotaxis avatar Sep 09 '24 12:09 dotaxis