I have i-tec active usb hub which works when usb port is turned on before starting linux. When I turn it off and on again AFTER starting linux, the device connected to it (eg. pendrive) is not detected by linux at all (until next reboot).
Any way to make it work? When I turn specific port on usb hub on, Linux should discover what is connected to it, just like it does when starting the system.
Thank you.
lsusb
Bus 003 Device 004: ID 046d:c24a Logitech, Inc. G600 Gaming Mouse
Bus 003 Device 003: ID 1e7d:319c ROCCAT Isku Keyboard
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1038:12ad SteelSeries ApS SteelSeries Arctis 7
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 004: ID 05e3:0626 Genesys Logic, Inc. USB3.1 Hub
Bus 004 Device 003: ID 05e3:0626 Genesys Logic, Inc. USB3.1 Hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 002 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I tried it now (sudo udevadm trigger), but the pendrive connected to the port is still not detected at all (after starting linux, lsblk displays the pendrive as /dev/sdc).
It generated some journalctl logs:
wrz 28 19:27:04 lman2 dbus-daemon[514]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.105' (uid=0 pid=10573 comm="sudo udevadm trigger ")
wrz 28 19:27:04 lman2 dbus-daemon[514]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
wrz 28 19:27:04 lman2 sudo[10573]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
wrz 28 19:27:04 lman2 audit[10573]: USER_ACCT pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="kossak" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 audit[10573]: CRED_REFR pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 sudo[10573]: kossak : TTY=pts/1 ; PWD=/home/kossak ; USER=root ; COMMAND=/usr/bin/udevadm trigger
wrz 28 19:27:04 lman2 kernel: audit: type=1101 audit(1632850024.454:122): pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="kossak" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 kernel: audit: type=1110 audit(1632850024.454:123): pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 sudo[10573]: pam_unix(sudo:session): session opened for user root(uid=0) by kossak(uid=1000)
wrz 28 19:27:04 lman2 audit[10573]: USER_START pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 kernel: audit: type=1105 audit(1632850024.457:124): pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 sudo[10573]: pam_unix(sudo:session): session closed for user root
wrz 28 19:27:04 lman2 audit[10573]: USER_END pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 audit[10573]: CRED_DISP pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 kernel: audit: type=1106 audit(1632850024.520:125): pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 kernel: audit: type=1104 audit(1632850024.520:126): pid=10573 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
wrz 28 19:27:04 lman2 snapd[517]: udevmon.go:149: udev event error: Unable to parse uevent, err: cannot parse libudev event: invalid env data
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
wrz 28 19:27:04 lman2 snapd[517]: udevmon.go:149: udev event error: Unable to parse uevent, err: cannot parse libudev event: invalid env data
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb2
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
wrz 28 19:27:04 lman2 snapd[517]: udevmon.go:149: udev event error: Unable to parse uevent, err: cannot parse libudev event: invalid env data
wrz 28 19:27:04 lman2 snapd[517]: udevmon.go:149: udev event error: Unable to parse uevent, err: cannot parse libudev event: invalid env data
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23/event22
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
wrz 28 19:27:04 lman2 systemd-logind[519]: Watching system buttons on /dev/input/event1 (Power Button)
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24/event23
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb4
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb4/4-3
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-0:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb4/4-3/4-3.1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.1/2-3.1:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb4/4-3/4-3:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25/event24
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb4/4-3/4-3.1/4-3.1:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
wrz 28 19:27:04 lman2 systemd-logind[519]: Watching system buttons on /dev/input/event0 (Power Button)
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.3
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.5
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26/event25
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.5/usbmisc/hiddev0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.4
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.5/0003:1038:12AD.0001/input/input3
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.5/0003:1038:12AD.0001/input/input5
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input16
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input17
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input19
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input18
wrz 28 19:27:04 lman2 snapd[517]: udevmon.go:149: udev event error: Unable to parse uevent, err: cannot parse libudev event: invalid env data
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input20
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input22
wrz 28 19:27:04 lman2 snapd[517]: udevmon.go:149: udev event error: Unable to parse uevent, err: cannot parse libudev event: invalid env data
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input21
wrz 28 19:27:04 lman2 snapd[517]: udevmon.go:149: udev event error: Unable to parse uevent, err: cannot parse libudev event: invalid env data
wrz 28 19:27:04 lman2 systemd-udevd[10593]: Using default interface naming scheme 'v249'.
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.5/0003:1038:12AD.0001/input/input3/event3
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-0:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.5/0003:1038:12AD.0001/input/input5/event4
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event13
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event14
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input19/event18
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event15
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event16
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event11
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.1/usbmisc/hiddev1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.0/0003:1E7D:319C.0002/input/input6
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.1/0003:1E7D:319C.0003/input/input7
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input20/event19
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.1/usbmisc/hiddev2
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/0003:046D:C24A.0004/input/input8
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event17
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input22/event21
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.1/0003:1E7D:319C.0003/input/input7/mouse0
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.1/0003:046D:C24A.0005/input/input10
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/0003:046D:C24A.0004/input/input8/mouse1
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.1/0003:046D:C24A.0005/input/input9
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input21/event20
wrz 28 19:27:04 lman2 systemd-logind[519]: Watching system buttons on /dev/input/event5 (ROCCAT ROCCAT Isku)
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.0/0003:1E7D:319C.0002/input/input6/event5
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/platform/pcspkr/input/input11
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.1/0003:1E7D:319C.0003/input/input7/event6
wrz 28 19:27:04 lman2 systemd-logind[519]: Watching system buttons on /dev/input/event6 (ROCCAT ROCCAT Isku)
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.1/0003:046D:C24A.0005/input/input9/event8
wrz 28 19:27:04 lman2 systemd-logind[519]: Watching system buttons on /dev/input/event8 (Logitech Gaming Mouse G600 Keyboard)
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/0003:046D:C24A.0004/input/input8/event7
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.1/0003:046D:C24A.0005/input/input10/event9
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/platform/pcspkr/input/input11/event10
wrz 28 19:27:04 lman2 upowerd[1279]: treating change event as add on /sys/devices/virtual/input/mice
wrz 28 19:27:04 lman2 systemd-udevd[10600]: vboxdrv: /usr/lib/udev/rules.d/60-vboxdrv.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxdrv".
wrz 28 19:27:04 lman2 systemd-udevd[10600]: vboxnetctl: /usr/lib/udev/rules.d/60-vboxdrv.rules:3 Only network interfaces can be renamed, ignoring NAME="vboxnetctl".
wrz 28 19:27:04 lman2 systemd-udevd[10580]: vboxdrvu: /usr/lib/udev/rules.d/60-vboxdrv.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxdrvu".
I found a temporary solution:
After turning on one of the usb ports on the hub, run sudo lsusb -v and pendrive is detected properly again. It must be exactly this command, if you remove sudo or -v nothing will change (pendrive won’t be detected).
Now, anybody knows how to make Linux do it automatically, without me running commands every time I turn on a port in usb hub?
Thank you. From this thread I read that it is submitted as kernel bug. For the time being we have to live with running sudo lsusb -v periodically or downgrade the kernel.