Zigbee stick not available under /dev/serial/by-id

Hi, my pi and my dsl box crashed both yesterday at same time. since I don’t have anymore my zigbee stick under /dev/serial/by-id/ as before. I still have it under /dev/ttyACM0. my stick is connect thru a usb cable to avoid interferences. I run Z2M in a docker image with no issue.
dmesg :
[73823.840869] usb 1-1.4: USB disconnect, device number 3
[73847.457372] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd
[73847.573415] usb 1-1.4: New USB device found, idVendor=1a86, idProduct=55d4, bcdDevice= 4.42
[73847.573449] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[73847.573466] usb 1-1.4: Product: SONOFF Zigbee 3.0 USB Dongle Plus V2
[73847.573481] usb 1-1.4: Manufacturer: ITEAD
[73847.573494] usb 1-1.4: SerialNumber: 20220815185544
[73847.580934] cdc_acm 1-1.4:1.0: ttyACM0: USB ACM device

thanks for you help,
mistertix

Required Information

  • DietPi version | G_DIETPI_VERSION_CORE=8
    G_DIETPI_VERSION_SUB=17
    G_DIETPI_VERSION_RC=2
    G_GITBRANCH=‘master’
    G_GITOWNER=‘MichaIng’
    G_LIVE_PATCH_STATUS[0]=‘not applied’
    G_LIVE_PATCH_STATUS[1]=‘not applied’

  • Distro version | bullseye 0

  • Kernel version | Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

  • Architecture | arm64

  • SBC model | RPi 4 Model B (aarch64)

  • Power supply used |
    Geekworm Raspberry Pi 4 Power Supply, USB-C 5V 4A 20W

  • SD card used | SSD M.2 WD 240GB

Additional Information (if applicable)

  • Software title | (EG: Nextcloud)
  • Was the software title installed freshly or updated/migrated?
  • Can this issue be replicated on a fresh installation of DietPi?
    ← If you sent a “dietpi-bugreport”, please paste the ID here →
  • Bug report ID | echo $G_HW_UUID

Steps to reproduce

plug usb zigbeestick.
dmesg

Expected behaviour

zigbee stick should be available in under /dev/serial/by-id/

Actual behaviour

zigbee stick is available under /dev/ttyACM0 but not by-id

probably similar to this one Ls: cannot access '/dev/serial/by-id': No such file or directory - #8 by rznt

I can confirm that after running the fix available through Joulinar’s link my Zigbee USB stick started working again.

and after updating the file?
I rebooted and unplug/plug but nothing changed.
thanks a mil