mirror of https://github.com/pikvm/pikvm.git
parent
f3d1027255
commit
ca1360ba12
12
docs/v3.md
12
docs/v3.md
|
|
@ -65,7 +65,7 @@ If you have a kit without a metal case, you can use our free 3D printing case dr
|
|||
# ro
|
||||
```
|
||||
|
||||
5a. ??? note "If you want your OLED to display a different temperature type - please expand"
|
||||
6. ??? note "If you want your OLED to display a different temperature type - please expand"
|
||||
If you want the temperature to be displayed in Fahreneit on the OLED and you do not want to update the whole system, then you will need to do this first after going to root:
|
||||
```
|
||||
# rw
|
||||
|
|
@ -84,18 +84,18 @@ If you have a kit without a metal case, you can use our free 3D printing case dr
|
|||
```
|
||||
And run `systemctl restart kvmd-oled`. In some cases, if you still do not see Fahrenheit being displayed, reboot the pikvm.
|
||||
|
||||
6. !!! danger "Just reminding again: CHANGE THE PASSWORDS! :)"
|
||||
7. !!! danger "Just reminding again: CHANGE THE PASSWORDS! :)"
|
||||
How to do this was written in [the "First steps" guide](first_steps.md){target=_blank}
|
||||
|
||||
7. **Try to manage the computer using PiKVM with the Web Interface.** Make sure that you see the image, and the keyboard and mouse are working. If something doesn't work, check out our [FAQ](faq.md) (it's really useful). If nothing helped, you can get support in our [Discord chat](https://discord.gg/bpmXfz5).
|
||||
8. **Try to manage the computer using PiKVM with the Web Interface.** Make sure that you see the image, and the keyboard and mouse are working. If something doesn't work, check out our [FAQ](faq.md) (it's really useful). If nothing helped, you can get support in our [Discord chat](https://discord.gg/bpmXfz5).
|
||||
|
||||
8. ??? note "Check the HDMI backpowering problem. ONLY applicable under specific circumstances. NOT Getting NO SIGNAL."
|
||||
9. ??? note "Check the HDMI backpowering problem. ONLY applicable under specific circumstances. NOT Getting NO SIGNAL."
|
||||
Try restarting PiKVM using the `reboot` command executed in the terminal. If PiKVM hangs during boot (you can't get the Web Interface for a long time), then you are faced with this rare problem. **Don't worry, it's easy to fix.** Turn off the PiKVM, disconnect all cables from it, take a close look at the [diagram of its ports and jumpers](#io-ports-and-jumpers), and **remove jumper #14** (it is to the right of the CSI connector). Then you can connect and power up PiKVM again. Now everything will be fine.
|
||||
|
||||
9. !!! warning "IO ports and other things"
|
||||
10. !!! warning "IO ports and other things"
|
||||
**Before using GPIO** pins to control a relay, KVM switch, or anything else, be sure to [check the HAT pinout](#io-ports-and-jumpers). Many ports are busy with internal functions. Before using them for your own use, you must disable them, otherwise you may damage the device.
|
||||
|
||||
10. **You can also try the experimental [audio forwarding](audio.md){target=_blank}**.
|
||||
11. **You can also try the experimental [audio forwarding](audio.md){target=_blank}**.
|
||||
|
||||
|
||||
## ATX connection
|
||||
|
|
|
|||
Loading…
Reference in New Issue