
Did you also try the HDMI->VGA adapter with the "different Pi-zero"? What model of HDMI->VGA adapter? (Some, older devices, needed to be externally powered).bomblord wrote: ↑Mon Nov 18, 2019 3:08 pmWas wanting to do a full upgrade to hopefully fix an issue with VLC and Wi-fi but after doing this the device no longer is outputting over an HDMI->VGA adapter that was previously working. The only thing that changed after the reboot that seemingly killed it was that update. I've re-seated the HDMI adapter multiple times and also tried a different Pi-zero with the same micro-SD card so I can rule out hardware issues. I can VNC into it and get the full desktop so I know it's not a boot failure either.
Code: Select all
tvservice -n
tvservice -m DMT
tvservice -m CEA
tvservice -s
I've tried 2 separate pi-zero's with the same micro-sd card neither are outputting over it. I've had the adapter running for multiple days outputting to the same monitor but now it doesn't see a signal after doing an update/reboot. There's also no way to externally power the adapter. The model is Honshen there's no further information printed on it outside of that.FTrevorGowen wrote: ↑Mon Nov 18, 2019 3:21 pmDid you also try the HDMI->VGA adapter with the "different Pi-zero"? What model of HDMI->VGA adapter? (Some, older devices, needed to be externally powered).bomblord wrote: ↑Mon Nov 18, 2019 3:08 pmWas wanting to do a full upgrade to hopefully fix an issue with VLC and Wi-fi but after doing this the device no longer is outputting over an HDMI->VGA adapter that was previously working. The only thing that changed after the reboot that seemingly killed it was that update. I've re-seated the HDMI adapter multiple times and also tried a different Pi-zero with the same micro-SD card so I can rule out hardware issues. I can VNC into it and get the full desktop so I know it's not a boot failure either.
In the "non-working setup" what was/is the output of these commands:Trev.Code: Select all
tvservice -n tvservice -m DMT tvservice -m CEA tvservice -s
z
From the tvservice outputs it looks as if the "preferred" mode is being detected and used, but is that what you required?bomblord wrote: ...
've tried 2 separate pi-zero's with the same micro-sd card neither are outputting over it. I've had the adapter running for multiple days outputting to the same monitor but now it doesn't see a signal after doing an update/reboot. There's also no way to externally power the adapter. The model is Honshen there's no further information printed on it outside of that.
Output of commands taken over VNC
z
Edit: After swapping the adapters out and then swapping back it began to work. The pi zero also powered itself off when I put the old adapter in.
Code: Select all
sudo apt update
sudo apt full-upgradesudo apt-get updatedavidcoton wrote: ↑Mon Nov 18, 2019 10:09 pmWhat method did you use to update/upgrade? If you used apt-get, you may have discovered another dependency problem (see here for a known example).
Try:Code: Select all
sudo apt update sudo apt full-upgrade