Skip to content
🎄 The Christmas Countdown Sale – 5% Off Everything! 🎄 Celebrate the season with 5% off storewide – no minimum required. Festive deals for everyone, so don’t miss out!
Enable oled on Geekworm PiKVM-A4 Kit | Geekworm

Enable oled on Geekworm PiKVM-A4 Kit


  • 1. Edit /boot/config.txt and add below codes.

    dtparam=i2c1=on
    dtparam=i2c_arm=on

    2.  Edit /etc/modules-load.d/raspberrypi.conf and add below code.

    i2c-dev

    3. install package

    pacman -S i2c-tools

    4. enable oled-service

    systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown

    5. reboot

    reboot now


  • Thanks for your valuable post;
    Need to ask you, which OS do you use?

    PiKVM OS List


  • @Harry Huang 

    I said PiKVM-A4 kit that is used for rpi-zero 2w.

    It means I used v2-hdmi-zero2w-lastest.img.xz.


  • @cubes 2048

    1. Edit /boot/config.txt and add below codes.

    dtparam=i2c1=on
    dtparam=i2c_arm=on

    2.  Edit /etc/modules-load.d/raspberrypi.conf and add below code.

    i2c-dev

    3. install package

    pacman -S i2c-tools

    4. enable oled-service

    systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown

    5. reboot

    reboot now

    Thank you for sharing. It is what I am looking for.


  • @cookie clicker 2 Thank you very much for all your work and this fix, keep up the good work!


  • @geometry dash breeze Your efforts and this patch are greatly appreciated; please do not stop.


Please login to reply this topic!