mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Informative console output over HDMI #148
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@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.
@sharicov commented on GitHub (Feb 15, 2021):
@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.
@sharicov commented on GitHub (Feb 15, 2021):
It has it's advantages though, consuming less battery, much more compact, disposable for it's cost...
@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.
@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)?
@mdevaev commented on GitHub (Feb 15, 2021):
Edit
/boot/config.txton the first sd card partition and comment line withdwc2. Just keep in mind that after this, the web interface will stop working.@sharicov commented on GitHub (Feb 15, 2021):
Thank you very much, you are doing a great job with this project!