No /dev/serial/by-id directory in Ubuntu Udoo Quad

Discussion in 'UDOO QUAD' started by Carlon180, Jun 5, 2024.

  1. Carlon180

    Carlon180 UDOOer

    Joined:
    Jun 4, 2024
    Messages:
    4
    Likes Received:
    0
    Installing klipper on an Udoo Quad with Ubuntu 20.04, I cannot find MCU address (Arduino Due) because of /dev/serial/by-id doesn't exit. Any suggest?
     
  2. cacarir251

    cacarir251 New Member

    Joined:
    Dec 4, 2025
    Messages:
    1
    Likes Received:
    0
    The best long-term solution is trying to fix the udev rules to make /dev/serial/by-id appear.

    However, the quickest way to get Klipper working now is to:

    Unplug the Arduino Due.

    Run dmesg -w and plug it back in.

    Note the assigned port (e.g., /dev/ttyACM0).

    Use this temporary port name in your printer.cfg.
     

Share This Page