/dev/serial/by-id/ not showing in unraid


Recommended Posts

@mikey6283

 

This is my ZWAVE stick. They normally show up as tty. Not sure there is an easy way to correlate numbers to the tty.

 

root@computenode:/usr/local/emhttp/plugins/usb_manager# ls /dev/ttyACM*
/dev/ttyACM0
root@computenode:/usr/local/emhttp/plugins/usb_manager# 

 

Have a look at the syslog to see the tty

 

Dec 12 17:06:14 computenode kernel: usb 1-9.4: new full-speed USB device number 20 using xhci_hcd
Dec 12 17:06:14 computenode kernel: cdc_acm 1-9.4:1.0: ttyACM0: USB ACM device
Dec 12 17:06:14 computenode usb_manager: Info: rc.usb_manager usb_add 0658_0200 /dev/bus/usb/001/020 001 020
Dec 12 17:06:14 computenode usb_manager: Info: rc.usb_manager Autoconnect No Mapping found 0658_0200 /dev/bus/usb/001/020 001 020 port 1-9.4

 

You may be able to find more info from udev. 

 

root@computenode:/usr/local/emhttp/plugins/usb_manager# udevadm info    --name=/dev/ttyACM0
P: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.0/tty/ttyACM0
N: ttyACM0
S: serial/by-id/usb-0658_0200-if00
S: serial/by-path/pci-0000:00:14.0-usb-0:9.4:1.0
E: DEVLINKS=/dev/serial/by-id/usb-0658_0200-if00 /dev/serial/by-path/pci-0000:00:14.0-usb-0:9.4:1.0
E: DEVNAME=/dev/ttyACM0
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.0/tty/ttyACM0
E: ID_BUS=usb
E: ID_MODEL=0200
E: ID_MODEL_ENC=0200
E: ID_MODEL_FROM_DATABASE=Aeotec Z-Stick Gen5 (ZW090) - UZB
E: ID_MODEL_ID=0200
E: ID_PATH=pci-0000:00:14.0-usb-0:9.4:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_9_4_1_0
E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller
E: ID_PCI_INTERFACE_FROM_DATABASE=XHCI
E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller
E: ID_REVISION=0000
E: ID_SERIAL=0658_0200
E: ID_TYPE=generic
E: ID_USB_CLASS_FROM_DATABASE=Communications
E: ID_USB_DRIVER=cdc_acm
E: ID_USB_INTERFACES=:020201:0a0000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=0658
E: ID_VENDOR_ENC=0658
E: ID_VENDOR_FROM_DATABASE=Sigma Designs, Inc.
E: ID_VENDOR_ID=0658
E: MAJOR=166
E: MINOR=0
E: SUBSYSTEM=tty
E: USEC_INITIALIZED=24082049697
 

Edited by SimonF
  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.