OK guess I've found the problem. I checked with lsusb and my Atolla USB hub does contain a Genesys chip.
Here is the output of lsusb -t
Code
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/2p, 5000M
|__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/4p, 5000M
|__ Port 1: Dev 5, If 0, Class=Hub, Driver=hub/4p, 5000M
|__ Port 2: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
|__ Port 3: Dev 7, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
|__ Port 4: Dev 8, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
|__ Port 2: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
and here for lsusb
Code
Bus 006 Device 002: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 004: ID 1058:25a3 Western Digital Technologies, Inc. Elements Desktop (WDBWLG)
Bus 004 Device 008: ID 18a5:0400 Verbatim, Ltd USB 3.0 Desktop HD
Bus 004 Device 007: ID 152d:0567 JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6Gb/s bridge
Bus 004 Device 006: ID 04e8:61b3 Samsung Electronics Co., Ltd Samsung M3 Portable
Bus 004 Device 005: ID 045b:0210 Hitachi, Ltd
Bus 004 Device 003: ID 045b:0210 Hitachi, Ltd
Bus 004 Device 002: ID 05e3:0616 Genesys Logic, Inc. hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 045b:0209 Hitachi, Ltd
Bus 003 Device 003: ID 045b:0209 Hitachi, Ltd
....
Alles anzeigen
So Bus 4 dev 2 points to a Genesys Logic hub after all if I interprett correctly?
In /etc/udev/rules.d/61-openmediavault-dev-disk-by-id.rules
I've found the following rule:
Code
{ID_VENDOR_ID}=="05e3", \
ENV{ID_MODEL_ID}=="0718", \
IMPORT{program}="serial_id %N", \
ENV{ID_SERIAL}="$env{ID_VENDOR}_$env{ID_MODEL}_$env{ID_SERIAL_SHORT}-$env{ID_INSTANCE}", \
SYMLINK="disk/by-path/$env{ID_PATH}", \
SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}"
So the model n° is 0718 whilst mine is 0616 does this mean I won't be affected by the changes of update 6.0.16?