![]() |
touchscreeh doesn't accept input - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177) +--- Forum: PinePhone Pro Hardware (https://forum.pine64.org/forumdisplay.php?fid=180) +--- Thread: touchscreeh doesn't accept input (/showthread.php?tid=19858) |
touchscreeh doesn't accept input - henrythemouse - 06-09-2025 The original problem started with an upgrade in April 2025 that installed 600 packages on my PPP, which failed to complete. I reran the the upgrade, which ended up completing, but it failed to boot. I saw several "core" files in the root dir. So, I decided to install from a new img. Installing mobian phosh (mobian-rockchip-phosh-20250525.img.xz). I installed the new OS image on my PPP using the suggested method (dd). I placed the installation img file on a micro sdcard which had that same OS on it. I installed that sdCard in my PPP and booted it. I then used dd to transfer that img to the eMMC per instructions. Code: dd if=IMAGE.img of=/dev/mmcblk2 bs=1M status=progress conv=fsync I rebooted the PPP. All was well, the system was working. I installed some software. After a few days, I decided to upgrade the system. After rebooting the touchscreen would not accept input. The login screen would appear, but would not respond to my touch. I plugged in a usb mouse via a pine64 usb multi port hub. The mouse pointer appeared and I could login. I tried booting the micro sdCard, but was confronted with the same situation. I decided to go to an earlier img (20250618). After installation it booted fine, but would not respond to my touch. I tried booting from an arch img (20241223) on an sdCard. Still, touch did not work. First, I'd like to know if anyone else is experiencing this issue. And, if so, have they found a solution for it. Second, if no one has experienced this, does anyone have a clue as how to go about debugging the problem? Thanks for any help. RE: touchscreeh doesn't accept input - Merc - 06-10-2025 I have never experienced something like this. It happening right after a system upgrade is when you'd expect something like this could happen software wise but it persisting across installs is of course not expected. I'm sorry I can't help but I can say that I have not had this happen ever and my PPP works just fine on a fully updated Arch Linux ARM system. Just recently I've been testing various distributions and in none of them did touch inputs stop working which leads me to believe that this is not software/bug related but rather hardware related. The coincidence that it happened right after an upgrade is a head scratcher! I just did a bit of searching and the input of the touchscreen can abstractly be seen using Code: cat /dev/input/touchscreen When touching the screen while running this command it should fill the terminal with a bunch of indiscernible symbols and text, if nothing shows up, well that's a problem. RE: touchscreeh doesn't accept input - henrythemouse - 06-12-2025 (06-10-2025, 09:30 PM)Merc Wrote: I have never experienced something like this. It happening right after a system upgrade is when you'd expect something like this could happen software wise but it persisting across installs is of course not expected. I'm sorry I can't help but I can say that I have not had this happen ever and my PPP works just fine on a fully updated Arch Linux ARM system. Just recently I've been testing various distributions and in none of them did touch inputs stop working which leads me to believe that this is not software/bug related but rather hardware related. The coincidence that it happened right after an upgrade is a head scratcher! As it turns out for me, I looked at dmesg output for an old pinephone and a L5 that I have working touch screens. Neither have this file when running and both dmesg outputs show output for a touchscreen. Code: PP dmesg output: 'touch' was not found in the dmesg output for my PPP. I'm still looking at software solutions, but it's looking more like a hardware problem every day. Thanks for your help. RE: touchscreeh doesn't accept input - Merc - 06-13-2025 Code: input: Goodix Capacitive TouchScreen as /devices/platform/ff130000.i2c/i2c-3/3-0014/input/input0 Appears in the dmesg of my PPP. It's looking like a hardware issue for sure. ![]() RE: touchscreeh doesn't accept input - henrythemouse - 06-14-2025 (06-13-2025, 12:29 PM)Merc Wrote: Each day I upgrade this phone, reboot and check dmesg for 'touch'. Today grep came back with this (never having reported anything previously) Code: grep touch 2025-06-14-dmesg.output Still no response from the PPP ui. I'm checking into what this might mean. |