Difference between revisions of "Template:KVM-FAQ"
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | '''PiKVM''' is first and foremost a '''trademark''', which is controlled by https://pikvm.org, and it '''does not''' belong to Geekworm. | ||
+ | |||
+ | '''PiKVM''' is Free and Open Source Software released under the [https://github.com/pikvm/pikvm?tab=GPL-3.0-1-ov-file#readme GPLv3]. | ||
+ | |||
+ | <span style="color:#f012be;">Geekworm's KVM products use the open source pikvm software developed by [https://pikvm.org pikvm.org] under the GPLv3 without any modification. Geekworm will regularly donate to pikvm.org</span> | ||
+ | |||
+ | |||
+ | <span class="tb_red">About '''after-sales service''' of Geekworm KVM Products:</span> | ||
+ | |||
+ | The after-sales service of all products sold by Geekworm should be the responsibility of our Geekworm team (email: '''support@geekworm.com'''), please <span class="tb_red">DO NOT</span> disturb the official PiKVM support team. | ||
+ | |||
* First of all, we recommend you to get more FAQ information on the official website: [https://docs.pikvm.org/faq/ official FAQ], or check the following FAQ; | * First of all, we recommend you to get more FAQ information on the official website: [https://docs.pikvm.org/faq/ official FAQ], or check the following FAQ; | ||
+ | |||
* You can post a issue ticket at [https://geekworm.com/community/forum/topic/78220/pikvm-faq Geekworm forum] or email to us (support@geekworm.com) and attached your installation pictures or videos to get some help. | * You can post a issue ticket at [https://geekworm.com/community/forum/topic/78220/pikvm-faq Geekworm forum] or email to us (support@geekworm.com) and attached your installation pictures or videos to get some help. | ||
+ | |||
* Blog sharing for reference: https://www.andysblog.de/kvm-over-ip-pikvm-als-bausatz | * Blog sharing for reference: https://www.andysblog.de/kvm-over-ip-pikvm-als-bausatz | ||
Line 14: | Line 27: | ||
<div class="toccolours mw-collapsible mw-collapsed"> | <div class="toccolours mw-collapsible mw-collapsed"> | ||
<div style="font-weight:bold;line-height:1.0; "> | <div style="font-weight:bold;line-height:1.0; "> | ||
− | Q: Why [[KVM-A3]]/[[KVM-A4]]/[[KVM-A8]] does not show the video only display No Signals? | + | Q: Why [[KVM-A3]]/[[KVM-A4]]/[[KVM-A8]]/[[X680]] does not show the video only display No Signals? |
</div> | </div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
Line 280: | Line 293: | ||
3c is a hexadecimal number, it is the I2C address of OLED, if you can’t find this value, please shut down and reconnect shield and OLED, then run this command again, If you still can't find the OLED's I2C address, the OLED screen may be damaged. | 3c is a hexadecimal number, it is the I2C address of OLED, if you can’t find this value, please shut down and reconnect shield and OLED, then run this command again, If you still can't find the OLED's I2C address, the OLED screen may be damaged. | ||
+ | |||
+ | |||
+ | '''PS''': Since the i2cdetect tool is not installed by default in pikvm os, you need to install it first. You can install it through the following command | ||
+ | <pre> | ||
+ | pikvm-update | ||
+ | rw | ||
+ | pacman -S i2c-tools -y | ||
+ | </pre> | ||
4. Then run the following command to enable OLED display: | 4. Then run the following command to enable OLED display: | ||
Line 287: | Line 308: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="toccolours mw-collapsible mw-collapsed"> | ||
+ | <div style="font-weight:bold;line-height:1.0;"> | ||
+ | Q. How do I emulate various USB devices on the target machine? | ||
+ | </div> | ||
+ | <div class="mw-collapsible-content"> | ||
+ | [[File:How-to-emulate-various-USB-devices-on-the-target-machine.png]] | ||
+ | |||
+ | More details, pls refer to: https://discord.com/channels/580094191938437144/896216359963332628/1021503994436276245 | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
<!--Add review function! --> | <!--Add review function! --> | ||
<comments /> | <comments /> |
Latest revision as of 14:37, 19 March 2025
PiKVM is first and foremost a trademark, which is controlled by https://pikvm.org, and it does not belong to Geekworm.
PiKVM is Free and Open Source Software released under the GPLv3.
Geekworm's KVM products use the open source pikvm software developed by pikvm.org under the GPLv3 without any modification. Geekworm will regularly donate to pikvm.org
About after-sales service of Geekworm KVM Products:
The after-sales service of all products sold by Geekworm should be the responsibility of our Geekworm team (email: support@geekworm.com), please DO NOT disturb the official PiKVM support team.
- First of all, we recommend you to get more FAQ information on the official website: official FAQ, or check the following FAQ;
- You can post a issue ticket at Geekworm forum or email to us (support@geekworm.com) and attached your installation pictures or videos to get some help.
- Blog sharing for reference: https://www.andysblog.de/kvm-over-ip-pikvm-als-bausatz
Q: Which pins are available on the KVM-A3?
Q. How to login pikvm os?
Q: How to connect to wifi?
Q. How to switch root user?
Q: Why is the X680 not working?
Q: Why is USB mass driver not recognized on X680?
Q: Does the x680 support audio?
Q: Does the X680 support PoE power? How to enable PoE Power?
Q: Why can't I switch to another PC on X680?'
Q: Why NVME SSD cannot be recognized on X680?
Q: How to boot from NVMe SSD on X680?
Q: Why OLED is not display?
Q. How do I emulate various USB devices on the target machine?
Enable comment auto-refresher