Open main menu

Changes

KVM-A4

4,938 bytes removed, Tuesday at 10:46
==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.* Blog sharing for reference: https://www.andysblog.de/kvm-over-ip-pikvm-als-bausatz <htmL><details><summary>Q. Why the device does not show the video only display <b><span class="tb_red">No Signals</span></b>?</summary><ul><li>Please check the hardware connection. Double-check that the video capture device is connected correctly and tightly. For the CSI bridge, this should be exactly the camera port;</li><li>Make sure you use the <span class="tb_red">original HDMI</span> port. If your desktop only has a VGA display port, there may be no video signal when you use VGA to HDMI adapter, and there is no way to solve this; However, you can try to lower the resolution and restart the PC to test, but the probability of success is very low.</li><li>Change the HDMI cable to test.</li><li>Test the X630 separately to check if there is HDMI output.</li><li>Some laptops do not output any signal until you switch the output (usually via the FN + and an F5 key on the keyboard).</li><li>Your computer maybe enter sleep mode, please exit sleep mode</li></ul></details>  <details><summary>Q. I want to control several pc power. Is it possible with one PiKVM-A4 and several x630-a5</summary>A. No, one kit can only control one pc.</details>  <details><summary>Q: How to login?</summary>A: Input the XX.XX.XX.XX ip address on the explorer, then input user: admin, the default password is 'admin' also.</details>  <details><summary>Q: How to switch root user?</summary><p>A:</p><pre>su root#default password is root also</pre></details> <details><summary>Q: How to enable OLED?</summary>A: Refer to the followint steps<br>1. Switch root user<pre>su root#default password is root also</pre> 2. switch to writable mode<pre>rw</pre> 3. Edit /boot/config.txt and add below code.<pre>nano /boot/config.txt</pre> And add below codes, then save & exit;<pre>dtparam=i2c1=ondtparam=i2c_arm=on</pre> 4. Edit /etc/modules-load.d/raspberrypi.conf and add below code.<pre>nano /etc/modules-load.d/raspberrypi.conf</pre> And add below codes, then save & exit;<pre>i2c-dev</pre> 5. Install package<pre>pacman -S i2c-tools</pre><p><a href="/File:Pacman-i2c-tools.png" class="image"><img alt="Pacman-i2c-tools.png" src="/images/thumb/2/28/Pacman-i2c-tools.png/800px-Pacman-i2c-tools.png" decoding="async" width="800" height="296" srcset="/images/thumb/2/28/Pacman-i2c-tools.png/1200px-Pacman-i2c-tools.png 1.5x, /images/thumb/2/28/Pacman-i2c-tools.png/1600px-Pacman-i2c-tools.png 2x" data-file-width="2517" data-file-height="932"></a></p> If not successful, please try a few more times<br>6. Enable oled-service<pre>systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown</pre> 7. Reboot<pre>reboot now</pre> Or refer to <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://geekworm.com/community/forum/topic/85024/enable-oled-on-geekworm-pikvm-a4-kit">Enable oled on Geekworm PiKVM-A4 Kit</a><br>Thanks teamjang Shin.</details> <details><summary>Q: How to enable RTC?</summary>A: Firstly, insert the C1220 button battery. Run the following command:<pre>rwsudo nano /boot/config.txt#Then change the line: <b>dtoverlay=i2c-rtc,pcf8563</b> to <b>dtoverlay=i2c-rtc,ds1307</b> #Test RTC#Display the current time of the Raspberry Pidate #Write the time of Raspberry Pi to DS1307sudo hwclock -w #Read the time of DS1307sudo hwclock -rro</pre></details>  <details><summary>Q: How to connect to wifi?</summary>A: Refer to <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://docs.pikvm.org/first_steps/">Optional setting up Wi-Fi</a><br>If you want to connect PiKVM to a Wi-Fi network, you need to tell the device ESSID and password before first boot. To do this, mount the first partition of the memory card (FAT32) and edit or make the pikvm.txt file there. Do not remove line FIRSTBOOT=1 or FIRST_BOOT-1 for first time booting, just add your wifi settings like this:<pre>FIRSTBOOT=1WIFI_ESSID='mynet'WIFI_PASSWD='p@s$$w0rd'</pre>There is a possibility that, in countries that support CH13, the device will not connect. You will need to configure your router to disable channels 12-14 or disable Auto scan mode so it will connect. Save, unmount and follow the next step.</details> <details><summary>Q: Will there will be a case for {{KVM-A4?</summary>A: No, there is no plan to make a case for KVM-A4, the KVM-A4 kit can only use WiFi NOT ethernet, the match metal case will block the WiFi singal. </details> </html>FAQ}}
<!--Add review function! -->