PINE64
speaker replace and no screen - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Hardware (https://forum.pine64.org/forumdisplay.php?fid=122)
+--- Thread: speaker replace and no screen (/showthread.php?tid=12827)



speaker replace and no screen - mascarade01 - 01-18-2021

Hi eveyone!

I recently replace my loudspeaker for my pinephone postmarketos.
I use the Nokia N91.
https://wiki.pine64.org/wiki/PinePhone#Spare_parts_not_available_in_the_Pine64_store

When i start the phone, i see the green light showing up (12 secondes) and the screen doesn't display.
If i press the power button the black of the screen come more "light" and i press again to get it back to "dark" black.
No *tic* from the hardware when it boot. (like when starting the camera apps)
I can hold the power button to shutdown..

Can someone have any idea what i can do next?

Thank!


RE: speaker replace and no screen - wibble - 01-19-2021

Use the serial terminal via the headphone jack to see what's actually happening during boot. Details are in the wiki


RE: speaker replace and no screen - mascarade01 - 03-08-2021

(01-19-2021, 08:03 AM)wibble Wrote: Use the serial terminal via the headphone jack to see what's actually happening during boot. Details are in the wiki

Thank wibble!

via the socat command i was able to see the boot process.
There is the "error" message i found..

Code:
[    7.075354] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    6.945232] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] *ERROR* mipi_dsi_attach failed (-517). Is host ready?
[    8.140653] Goodix-TS 1-005d: Direct firmware load for goodix_917S_cfg.bin failed with error -2

dmesg | grep -i goodix

Code:
[    8.156955] Goodix-TS 1-005d: ID 917S, version: 0200
[    8.162282] Goodix-TS 1-005d: Direct firmware load for goodix_917S_cfg.bin failed with error -2
[    8.185374] input: Goodix Capacitive TouchScreen as /devices/platform/soc/1c2ac00.i2c/i2c-1/1-005d/input/input2

dmesg | grep -i panel-sitronix

Code:
[    6.949232] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] *ERROR* mipi_dsi_attach failed (-517).
Is host ready?
[    7.462466] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] 720x1440@60 24bpp dsi 4dl - ready

dmesg | grep -i sun4i-drm

Code:
[    6.992743] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
[    7.004567] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops)
[    7.012509] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[    7.020361] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops)
[    7.028684] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops)
[    7.036724] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops)
[    7.063300] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops)
[    7.071537] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1
[    7.079359] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    7.106776] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    7.448143] sun4i-drm display-engine: [drm] fb0: sun4i-drmdrmfb frame buffer device

Is it a problem whit the connector and the screen?

Thank!