1
0
Fork 0
mirror of https://github.com/pikvm/pikvm.git synced 2026-03-02 18:16:56 -05:00

Informative console output over HDMI #148

Closed
opened 2026-02-20 13:21:12 -05:00 by deekerman · 9 comments
Owner

Originally created by @sharicov on GitHub (Feb 14, 2021).

Originally assigned to: @mdevaev on GitHub.

Could you please show some useful output via Raspberry's HDMI for debugging purposes.
I cannot connect WIFI for some reason, would like to see some info when connecting Raspberry to monitor via HDMI.
For example dmesg or tail -f /ver/log/messages
Thanks in advance

Originally created by @sharicov on GitHub (Feb 14, 2021). Originally assigned to: @mdevaev on GitHub. Could you please show some useful output via Raspberry's HDMI for debugging purposes. I cannot connect WIFI for some reason, would like to see some info when connecting Raspberry to monitor via HDMI. For example dmesg or tail -f /ver/log/messages Thanks in advance
Author
Owner

@alexsalex commented on GitHub (Feb 14, 2021):

Please, check this: https://github.com/pikvm/pikvm/issues/181

If you want to debug something, please use journalctl tool for logs. dmesg works without any issue.

@alexsalex commented on GitHub (Feb 14, 2021): Please, check this: https://github.com/pikvm/pikvm/issues/181 If you want to debug something, please use journalctl tool for logs. dmesg works without any issue.
Author
Owner

@mdevaev commented on GitHub (Feb 14, 2021):

Use the keyboard and the raspberry's HDMI output. The usual diagnostic tools will work as described above.

@mdevaev commented on GitHub (Feb 14, 2021): Use the keyboard and the raspberry's HDMI output. The usual diagnostic tools will work as described above.
Author
Owner

@sharicov commented on GitHub (Feb 15, 2021):

Use the keyboard and the raspberry's HDMI output. The usual diagnostic tools will work as described above.
Thanks for quick responce,
The problem is, keyboard didn't work for me when connected it directly to my raspberry zero W's USB (tried two working keyboards). Very strange.

@sharicov commented on GitHub (Feb 15, 2021): > Use the keyboard and the raspberry's HDMI output. The usual diagnostic tools will work as described above. Thanks for quick responce, The problem is, keyboard didn't work for me when connected it directly to my raspberry zero W's USB (tried two working keyboards). Very strange.
Author
Owner

@prepperdev commented on GitHub (Feb 15, 2021):

Just my 2 cents: Raspberry Pi Zero W is an extremely flaky device. It costs less than a "real" Pi, but then it keeps charging you by being uncooperative.

@prepperdev commented on GitHub (Feb 15, 2021): Just my 2 cents: Raspberry Pi Zero W is an extremely flaky device. It costs less than a "real" Pi, but then it keeps charging you by being uncooperative.
Author
Owner

@sharicov commented on GitHub (Feb 15, 2021):

It has it's advantages though, consuming less battery, much more compact, disposable for it's cost...

@sharicov commented on GitHub (Feb 15, 2021): It has it's advantages though, consuming less battery, much more compact, disposable for it's cost...
Author
Owner

@mdevaev commented on GitHub (Feb 15, 2021):

For zero, you will have to disable usb otg to make the keyboard work. You can also buy a USB UART adapter and use it, it is a reliable solution.

But I recommend using pi4. I can't physically create a miracle for you from one USB controller and one core.

@mdevaev commented on GitHub (Feb 15, 2021): For zero, you will have to disable usb otg to make the keyboard work. You can also buy a USB UART adapter and use it, it is a reliable solution. But I recommend using pi4. I can't physically create a miracle for you from one USB controller and one core.
Author
Owner

@sharicov commented on GitHub (Feb 15, 2021):

Understood, thanks!
How do I disable OTG?
Also brings me back to issue 187 I had open (https://github.com/pikvm/pikvm/issues/187) how can I connect bluetooth keyboard (mouse)?

@sharicov commented on GitHub (Feb 15, 2021): Understood, thanks! How do I disable OTG? Also brings me back to issue 187 I had open (https://github.com/pikvm/pikvm/issues/187) how can I connect bluetooth keyboard (mouse)?
Author
Owner

@mdevaev commented on GitHub (Feb 15, 2021):

Edit /boot/config.txt on the first sd card partition and comment line with dwc2. Just keep in mind that after this, the web interface will stop working.

@mdevaev commented on GitHub (Feb 15, 2021): Edit `/boot/config.txt` on the first sd card partition and comment line with `dwc2`. Just keep in mind that after this, the web interface will stop working.
Author
Owner

@sharicov commented on GitHub (Feb 15, 2021):

Thank you very much, you are doing a great job with this project!

@sharicov commented on GitHub (Feb 15, 2021): Thank you very much, you are doing a great job with this project!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pikvm-pikvm#148
No description provided.