Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6817

Official Display • Re: Raspberry Pi 4 with official touchscreen no display after update 02/02/2024

$
0
0
Yes, thank you, this worked. My touches were not sensed this morning and running these two commands sorted it. I have added the following lines to my crontab to hopefully prevent this form happening in the future:

Code:

0 8 * * * sudo rmmod edt-ft5x061 8 * * * sudo modprobe edt-ft5x06
I there anything logged in the kernel log (dmesg)?
The kernel shouldn't stop polling the touch controller after a period, but it's possible there is a timer overflow lurking. Unloading and reloading the driver may do a reset on the touch chip (I'd need to check the code), but it also shouldn't just stop responding.

Statistics: Posted by 6by9 — Wed Feb 21, 2024 11:00 am



Viewing all articles
Browse latest Browse all 6817

Trending Articles