Hello,
I have a official RPi 7" Touchscreen attached to the pi which doesn’t seem to function as of now. The text based boot does show the splash and some text afterwards but at the end of the boot I lose the display. All I can see on the screen is white backlight with some bars.
dmesg doesn’t seem to show any message related to ft5406 or touchscreen etc. hwinfo isn’t showing anything relevant either.
[QUOTE=abhichandra;35213]Hello,
I have a official RPi 7" Touchscreen attached to the pi which doesn’t seem to function as of now. The text based boot does show the splash and some text afterwards but at the end of the boot I lose the display. All I can see on the screen is white backlight with some bars.
dmesg doesn’t seem to show any message related to ft5406 or touchscreen etc. hwinfo isn’t showing anything relevant either.
I have the 7" screen, and although I am not using the touchscreen you can get access to the console by blacklisting a video module. So if your just looking for some cli access then you can use this method.
During boot put in the boot parm into grub modprobe.blacklist=vc4
Is it possible to compile the rpi-ft5406 driver or found in the raspbian source tree and include it or it’s not going to work at all because of other dependencies?
The workaround to add modprobe.blacklist=vc4 to the kernel command line does seem to work. I don’t absolutely need the touchscreen support and would be running headless for the most part but just want to see if I can make it work and test the GUI without attaching an external monitor.
Hi
Did you set /etc/modprobe.d/10-unsupported-modules.conf to 1 ?
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE Leap 42.1|GNOME 3.16.2|4.1.34-33-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
[QUOTE=malcolmlewis;35253]Hi
Did you set /etc/modprobe.d/10-unsupported-modules.conf to 1 ?
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE Leap 42.1|GNOME 3.16.2|4.1.34-33-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks![/QUOTE]