You are not logged in.
I've been using Manjaro for a while, yesterday I decided to try out Arch. I have a usb adapter and I had no issue connecting ethernet in Manjaro, it had detected it automatically. But in Arch I couldn't get it working (wifi is working fine and I'm using KDE plasma).
It doesn't show the ethernet controller in lspci neither in lsusb (it does show in Manjaro)
ip link output:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlp0s20f3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 40:ec:99:66:31:6d brd ff:ff:ff:ff:ff:ffThere supposed to be 3 interfaces.
Edit:
In my Manjaro lsusb
Bus 002 Device 004: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit EthernetBut it doesn't detect it in Arch
Last edited by Benasd (2021-11-17 13:54:18)
Offline
Which kernel? There's no way that Manjaro differs here assuming the same kernel version. There have been some USB bugs with a few recent kernels should be fixed with 5.15.2 however. Is linux-firmware installed? Check your dmesg for errors on the USB bus, try out the LTS kernel for example
Offline
Kernal: linux 5.15.2.arch1-1
Yes, linux-firmware is installed.
sudo dmesg | grep -E "(USB|usb)":
[ 0.216539] ACPI: bus type USB registered
[ 0.216539] usbcore: registered new interface driver usbfs
[ 0.216539] usbcore: registered new interface driver hub
[ 0.216539] usbcore: registered new device driver usb
[ 0.279703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.279712] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.279717] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.279742] usbcore: registered new interface driver usbserial_generic
[ 0.279745] usbserial: USB Serial support registered for generic
[ 1.046369] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[ 1.047584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 1.047586] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.047588] usb usb1: Product: xHCI Host Controller
[ 1.047590] usb usb1: Manufacturer: Linux 5.15.2-arch1-1 xhci-hcd
[ 1.047591] usb usb1: SerialNumber: 0000:00:0d.0
[ 1.047699] hub 1-0:1.0: USB hub found
[ 1.047915] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[ 1.047918] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.047961] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 1.047964] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.047966] usb usb2: Product: xHCI Host Controller
[ 1.047967] usb usb2: Manufacturer: Linux 5.15.2-arch1-1 xhci-hcd
[ 1.047968] usb usb2: SerialNumber: 0000:00:0d.0
[ 1.051865] hub 2-0:1.0: USB hub found
[ 1.052317] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.053628] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 1.053631] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.053633] usb usb3: Product: xHCI Host Controller
[ 1.053634] usb usb3: Manufacturer: Linux 5.15.2-arch1-1 xhci-hcd
[ 1.053635] usb usb3: SerialNumber: 0000:00:14.0
[ 1.053766] hub 3-0:1.0: USB hub found
[ 1.054174] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 1.054177] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.054213] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 1.054215] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.054217] usb usb4: Product: xHCI Host Controller
[ 1.054218] usb usb4: Manufacturer: Linux 5.15.2-arch1-1 xhci-hcd
[ 1.054219] usb usb4: SerialNumber: 0000:00:14.0
[ 1.054319] hub 4-0:1.0: USB hub found
[ 1.302127] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[ 1.446394] usb 3-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=44.26
[ 1.446402] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.446404] usb 3-3: Product: USB2.0 Hub
[ 1.446407] usb 3-3: Manufacturer: GenesysLogic
[ 1.447940] hub 3-3:1.0: USB hub found
[ 1.565697] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.583629] usb 4-1: New USB device found, idVendor=8564, idProduct=1000, bcdDevice=11.00
[ 1.583637] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.583640] usb 4-1: Product: Mass Storage Device
[ 1.583642] usb 4-1: Manufacturer: JetFlash
[ 1.583644] usb 4-1: SerialNumber: 17CRGZABEJ1MHJT4
[ 1.705710] usb 3-5: new high-speed USB device number 3 using xhci_hcd
[ 1.726881] usb-storage 4-1:1.0: USB Mass Storage device detected
[ 1.727076] scsi host1: usb-storage 4-1:1.0
[ 1.727118] usbcore: registered new interface driver usb-storage
[ 1.730400] usbcore: registered new interface driver uas
[ 1.858001] usb 3-5: New USB device found, idVendor=5986, idProduct=212b, bcdDevice=56.13
[ 1.858009] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.858012] usb 3-5: Product: Integrated Camera
[ 1.858014] usb 3-5: Manufacturer: SunplusIT Inc
[ 1.922238] usb 3-3.3: new full-speed USB device number 4 using xhci_hcd
[ 1.995714] usb 3-3.3: device descriptor read/64, error -32
[ 2.195171] usb 3-3.3: New USB device found, idVendor=09da, idProduct=59e9, bcdDevice= 0.3b
[ 2.195179] usb 3-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.195182] usb 3-3.3: Product: USB Device
[ 2.195184] usb 3-3.3: Manufacturer: COMPANY
[ 2.214103] input: COMPANY USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3/3-3.3:1.0/0003:09DA:59E9.0001/input/input4
[ 2.269443] hid-generic 0003:09DA:59E9.0001: input,hidraw0: USB HID v1.11 Keyboard [COMPANY USB Device ] on usb-0000:00:14.0-3.3/input0
[ 2.270968] input: COMPANY USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3/3-3.3:1.1/0003:09DA:59E9.0002/input/input5
[ 2.271213] hid-generic 0003:09DA:59E9.0002: input,hidraw1: USB HID v1.11 Mouse [COMPANY USB Device ] on usb-0000:00:14.0-3.3/input1
[ 2.273792] input: COMPANY USB Device Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3/3-3.3:1.2/0003:09DA:59E9.0003/input/input6
[ 2.315761] usb 4-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 2.329242] input: COMPANY USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3/3-3.3:1.2/0003:09DA:59E9.0003/input/input7
[ 2.329609] hid-generic 0003:09DA:59E9.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [COMPANY USB Device ] on usb-0000:00:14.0-3.3/input2
[ 2.329677] usbcore: registered new interface driver usbhid
[ 2.329680] usbhid: USB HID core driver
[ 2.336728] usb 4-2: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
[ 2.336736] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.336739] usb 4-2: Product: Ultra USB 3.0
[ 2.336741] usb 4-2: Manufacturer: SanDisk
[ 2.336743] usb 4-2: SerialNumber: 4C530000270115101385
[ 2.338221] usb-storage 4-2:1.0: USB Mass Storage device detected
[ 2.338499] scsi host2: usb-storage 4-2:1.0
[ 2.458957] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[ 2.601035] usb 3-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[ 2.601043] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.350321] scsi 2:0:0:0: Direct-Access SanDisk Ultra USB 3.0 1.00 PQ: 0 ANSI: 6
[ 4.531204] systemd[1]: Hostname set to <ben-usb>.
[ 5.148556] systemd-journald[265]: /etc/systemd/journald.conf.d/usbstick.conf:3: Unknown key name 'RunetimeMaxUse' in section 'Journal', ignoring.
[ 5.168165] usbcore: registered new interface driver ax88179_178a
[ 5.945918] usbcore: registered new interface driver btusb
[ 6.405789] usb 3-5: Found UVC 1.00 device Integrated Camera (5986:212b)
[ 6.427345] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/input/input15
[ 6.427404] usbcore: registered new interface driver uvcvideo
[ 11.942147] usb 2-1: device not accepting address 2, error -108
[ 11.942168] usb usb2-port1: couldn't allocate usb_deviceOffline
Have you tried the usb_modeswitch package?
Jin, Jîyan, Azadî
Offline
I already have usb_modeswitch installed but idk how to use it.
Offline
try out the LTS kernel for example
https://bbs.archlinux.org/viewtopic.php?id=270795 asserts the problems (at least some) still exist…
Edit: https://man.archlinux.org/man/community … witch.1.en
Last edited by seth (2021-11-13 21:07:13)
Offline
I just switched to LTS kernal, still not work
Offline
Unplug the adapter, run "dmesg -w", plug the adapter and post the entire dmesg tail that it produces.
Offline
It's a USB hub with ethernet adapter
[ 852.991170] [ 1085.681323] usb 3-3: new high-speed USB device number 15 using xhci_hcd
[ 1085.965421] usb 3-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=44.26
[ 1085.965426] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1085.965429] usb 3-3: Product: USB2.0 Hub
[ 1085.965431] usb 3-3: Manufacturer: GenesysLogic
[ 1085.977677] hub 3-3:1.0: USB hub found
[ 1085.991189] hub 3-3:1.0: 4 ports detectedOffline
Do you have https://aur.archlinux.org/packages/asix-ax88179-dkms/ installed?
Offline
Do you have https://aur.archlinux.org/packages/asix-ax88179-dkms/ installed?
Yes, I do.
Do I need add anything to apply it?
Offline
Let's see…
dkms status
modinfo ax88179_178a
lsmod | grep ax88Offline
dkms status:
ax88179_178a-dkms/1.20.0, 5.10.79-1-lts, x86_64: installed
ax88179_178a-dkms/1.20.0, 5.15.2-arch1-1, x86_64: installedmodinfo ax88179_178a:
filename: /lib/modules/5.10.79-1-lts/kernel/drivers/net/usb/ax88179_178a.ko.xz
license: GPL
description: ASIX AX88179/178A based USB 3.0/2.0 Gigabit Ethernet Devices
srcversion: 5EB70D8C6CEBFDC28E2DB02
alias: usb:v0711p0179d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v0930p0A13d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v050Dp0128d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v17EFp304Bd*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v04E8pA100d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v0DF6p0072d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v2001p4A00d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v04B4p3610d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v0B95p178Ad*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v0B95p1790d*dc*dsc*dp*ic*isc*ip*in*
depends: usbnet,mii
retpoline: Y
intree: Y
name: ax88179_178a
vermagic: 5.10.79-1-lts SMP mod_unload
sig_id: PKCS#7
signer: Build time autogenerated kernel key
sig_key: 34:4F:BC:4A:0E:A2:61:D0:39:B8:87:DD:24:EE:23:6D:5E:73:12:20
sig_hashalgo: sha512
signature: ......lsmod | grep ax88:
ax88179_178a 45056 0
usbnet 53248 1 ax88179_178a
mii 16384 2 usbnet,ax88179_178aOffline
It's all there and even loaded (explicitly?) but the 0b95:1790 device (which is matched by the module) doesn't show up, only the 05e3:0610 one.
=> try usb_modeswitch…
Offline
try usb_modeswitch…
Ok, but what should I do specifically.
Usage: usb_modeswitch [<params>] [-c filename]
-h, --help this help
-e, --version print version information and exit
-j, --find-mbim return config no. with MBIM interface, exit
-v, --default-vendor NUM vendor ID of original mode (mandatory)
-p, --default-product NUM product ID of original mode (mandatory)
-V, --target-vendor NUM target mode vendor ID (optional)
-P, --target-product NUM target mode product ID (optional)
-C, --target-class NUM target mode device class (optional)
-b, --bus-num NUM system bus number of device (for hard ID)
-g, --device-num NUM system device number (for hard ID)
-m, --message-endpoint NUM direct the message transfer there (optional)
-M, --message-content <msg> message to send (hex number as string)
-2, --message-content2 <msg>
-3, --message-content3 <msg> additional messages to send if needed
-w, --release-delay <msecs> wait a while before releasing the interface
-n, --need-response obsolete, no effect (always on)
-r, --response-endpoint NUM read response from there (optional)
-K, --std-eject send standard EJECT sequence
-d, --detach-only detach the active driver, no further action
-H, --huawei-mode apply a special procedure
-J, --huawei-new-mode apply a special procedure
-X, --huawei-alt-mode apply a special procedure
-S, --sierra-mode apply a special procedure
-O, --sony-mode apply a special procedure
-G, --gct-mode apply a special procedure
-N, --sequans-mode apply a special procedure
-A, --mobileaction-mode apply a special procedure
-T, --kobil-mode apply a special procedure
-L, --cisco-mode apply a special procedure
-B, --qisda-mode apply a special procedure
-E, --quanta-mode apply a special procedure
-F, --pantech-mode NUM apply a special procedure, pass NUM through
-Z, --blackberry-mode apply a special procedure
-U, --option-mode apply a special procedure
-R, --reset-usb reset the device after all other actions
-Q, --quiet don't show progress or error messages
-W, --verbose print all settings and debug output
-D, --sysmode specific result and syslog message
-s, --check-success <seconds> check switching result, with timeout
-I, --inquire obsolete, no effect
-c, --config-file <filename> load long configuration from file
-t, --stdinput read long configuration from stdin
-f, --long-config <text> get long configuration from string
-i, --interface NUM select initial USB interface (default 0)
-u, --configuration NUM select USB configuration
-a, --altsetting NUM select alternative USB interface settingOffline
You don't need to provide any parameter, but "-v 05e3 -p 0610" might help.
What brand is the hub and is there a cable attached to the ethernet port?
Offline
You don't need to provide any parameter, but "-v 05e3 -p 0610" might help.
I got an error:
Look for default devices ...
Found devices in default mode (1)
Access device 002 on bus 003
Error opening the device. AbortWhat brand is the hub and is there a cable attached to the ethernet port?
This one: https://en.j5create.com/collections/usb … cts/jch471
Offline
It's a superspeed adapter but you're running it on bus3 where only 2 & 4 announce that capacity.
=> Try a different plug and make it show up on usb2 or usb4, see whether the ethernet device the gets recognized.
Offline
you're running it on bus3 where only 2 & 4 announce that capacity.
That's odd, I only have 1 type C slot on my laptop, and I use the same hardwares with Manjaro but everything work fine (It showed up as bus 2 on Manjaro. Is there any way to fix it? I'm so confused.
Offline
lsusb -tvand again:
is there a cable attached to the ethernet port?
The fact that the usb device that forwards the rj45 NIC doesn't show up at all in your dmesg is doesn't really suggest it's the OS.
Do you still have system journals from manjaro around?
Offline
is there a cable attached to the ethernet port?
Yes.
I tried "journalctl | grep -E "(USB|\susb|ax88179|AX88179|Ethernet)" | curl -F 'f:1=<-' ix.io" On manjaro. Here is the output:
http://ix.io/3EYs
And lsusb -tv on manjaro:
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
ID 8564:1000 Transcend Information, Inc. JetFlash
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 3: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
ID 05e3:0610 Genesys Logic, Inc. Hub
|__ Port 3: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 12M
ID 09da:59e9 A4Tech Co., Ltd.
|__ Port 3: Dev 4, If 2, Class=Human Interface Device, Driver=usbhid, 12M
ID 09da:59e9 A4Tech Co., Ltd.
|__ Port 3: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
ID 09da:59e9 A4Tech Co., Ltd.
|__ Port 5: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
ID 5986:212b Acer, Inc
|__ Port 5: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
ID 5986:212b Acer, Inc
|__ Port 10: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
|__ Port 10: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
|__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/4p, 5000M
ID 05e3:0617 Genesys Logic, Inc.
|__ Port 4: Dev 4, If 0, Class=Vendor Specific Class, Driver=ax88179_178a, 5000M
ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hubOffline
Can you please post the unfiltered manjaro journal and "lsusb -tv" on arch?
Offline
Ok, here is the journal on manjaro, ther file is kinda big s i have to split it into multiple parts:
http://ix.io/3EZf
http://ix.io/3EZg
http://ix.io/3EZh
http://ix.io/3EZi
http://ix.io/3EZj
http://ix.io/3EZk
http://ix.io/3EZl
http://ix.io/3EZm
http://ix.io/3EZn
http://ix.io/3EZp
http://ix.io/3EZr
http://ix.io/3EZs
http://ix.io/3EZt
http://ix.io/3EZu
http://ix.io/3EZv
http://ix.io/3EZw
http://ix.io/3EZx
lsusb -tv on arch:
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
ID 0781:5591 SanDisk Corp. Ultra Flair
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 3: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
ID 05e3:0610 Genesys Logic, Inc. Hub
|__ Port 3: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 12M
ID 09da:59e9 A4Tech Co., Ltd.
|__ Port 3: Dev 4, If 2, Class=Human Interface Device, Driver=usbhid, 12M
ID 09da:59e9 A4Tech Co., Ltd.
|__ Port 3: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
ID 09da:59e9 A4Tech Co., Ltd.
|__ Port 5: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
ID 5986:212b Acer, Inc
|__ Port 5: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
ID 5986:212b Acer, Inc
|__ Port 10: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
|__ Port 10: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hubLast edited by Benasd (2021-11-14 16:26:11)
Offline
The journal of one or two boots would probably have done ;-)
Nov 06 03:58:55 ben-usb kernel: usb 3-3: new high-speed USB device number 2 using xhci_hcd
Nov 06 03:58:55 ben-usb kernel: usb 3-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=44.26
Nov 06 03:58:55 ben-usb kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 06 03:58:55 ben-usb kernel: usb 3-3: Product: USB2.0 Hub
Nov 06 03:58:55 ben-usb kernel: usb 3-3: Manufacturer: GenesysLogic
Nov 06 03:58:55 ben-usb kernel: hub 3-3:1.0: USB hub found
Nov 06 03:58:55 ben-usb kernel: hub 3-3:1.0: 4 ports detected
----
Nov 06 03:59:02 ben-usb kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
Nov 06 03:59:02 ben-usb kernel: xhci_hcd 0000:00:0d.0: Timeout while waiting for setup device command
Nov 06 03:59:02 ben-usb kernel: usb 2-1: device not accepting address 2, error -62
Nov 06 03:59:02 ben-usb kernel: usb 2-1: new SuperSpeed USB device number 3 using xhci_hcd
Nov 06 03:59:02 ben-usb kernel: usb 2-1: New USB device found, idVendor=05e3, idProduct=0617, bcdDevice=44.26
Nov 06 03:59:02 ben-usb kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 06 03:59:02 ben-usb kernel: usb 2-1: Product: USB3.0 Hub
Nov 06 03:59:02 ben-usb kernel: usb 2-1: Manufacturer: GenesysLogic
Nov 06 03:59:02 ben-usb kernel: hub 2-1:1.0: USB hub found
Nov 06 03:59:02 ben-usb kernel: hub 2-1:1.0: 4 ports detected
Nov 06 03:59:02 ben-usb avahi-daemon[687]: Server startup complete. Host name is ben-usb.local. Local service cookie is 2255529253.
Nov 06 03:59:02 ben-usb kernel: usb 2-1.4: new SuperSpeed USB device number 4 using xhci_hcd
Nov 06 03:59:02 ben-usb NetworkManager[691]: <info> [1636142342.7918] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.32.12-1/libnm-device-plugin-adsl.so)
Nov 06 03:59:02 ben-usb snapd[694]: daemon.go:248: started snapd/2.51.3-2 (series 16; classic; devmode) manjaro/ (amd64) linux/5.13.19-2-MANJARO.
Nov 06 03:59:02 ben-usb kernel: usb 2-1.4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 1.00
Nov 06 03:59:02 ben-usb kernel: usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 06 03:59:02 ben-usb kernel: usb 2-1.4: Product: AX88179
Nov 06 03:59:02 ben-usb kernel: usb 2-1.4: Manufacturer: ASIX Elec.
Nov 06 03:59:02 ben-usb kernel: usb 2-1.4: SerialNumber: 0000051BD2DBA6
----
Nov 06 04:11:06 ben-usb kernel: usb 3-3: new high-speed USB device number 2 using xhci_hcd
Nov 06 04:11:06 ben-usb kernel: random: fast init done
Nov 06 04:11:06 ben-usb kernel: usb 3-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=44.26
Nov 06 04:11:06 ben-usb kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 06 04:11:06 ben-usb kernel: usb 3-3: Product: USB2.0 Hub
Nov 06 04:11:06 ben-usb kernel: usb 3-3: Manufacturer: GenesysLogic
Nov 06 04:11:06 ben-usb kernel: hub 3-3:1.0: USB hub found
Nov 06 04:11:06 ben-usb kernel: hub 3-3:1.0: 4 ports detected
----
Nov 06 04:11:12 ben-usb systemd[1]: Starting TLP system startup/shutdown...
Nov 06 04:11:12 ben-usb kernel: nvidia 0000:01:00.0: Enabling HDA controller
Nov 06 04:11:13 ben-usb kernel: xhci_hcd 0000:00:0d.0: Timeout while waiting for setup device command
Nov 06 04:11:13 ben-usb tlp[793]: Applying power save settings...done.
Nov 06 04:11:13 ben-usb tlp[793]: Setting battery charge thresholds...done.
Nov 06 04:11:13 ben-usb kernel: usb 2-1: device not accepting address 2, error -62
Nov 06 04:11:13 ben-usb systemd[1]: Finished TLP system startup/shutdown.
Nov 06 04:11:13 ben-usb audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 04:11:13 ben-usb systemd[1]: Startup finished in 4.126s (firmware) + 6.144s (loader) + 4.179s (kernel) + 7.947s (userspace) = 22.398s.
Nov 06 04:11:13 ben-usb kernel: audit: type=1130 audit(1636143073.360:51): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 04:11:13 ben-usb kernel: usb 2-1: new SuperSpeed USB device number 3 using xhci_hcd
Nov 06 04:11:13 ben-usb kernel: usb 2-1: New USB device found, idVendor=05e3, idProduct=0617, bcdDevice=44.26
Nov 06 04:11:13 ben-usb kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 06 04:11:13 ben-usb kernel: usb 2-1: Product: USB3.0 Hub
Nov 06 04:11:13 ben-usb kernel: usb 2-1: Manufacturer: GenesysLogic
Nov 06 04:11:13 ben-usb kernel: hub 2-1:1.0: USB hub found
Nov 06 04:11:13 ben-usb kernel: hub 2-1:1.0: 4 ports detected
Nov 06 04:11:13 ben-usb kernel: usb 2-1.4: new SuperSpeed USB device number 4 using xhci_hcd
Nov 06 04:11:13 ben-usb kernel: usb 2-1.4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 1.00
Nov 06 04:11:13 ben-usb kernel: usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 06 04:11:13 ben-usb kernel: usb 2-1.4: Product: AX88179
Nov 06 04:11:13 ben-usb kernel: usb 2-1.4: Manufacturer: ASIX Elec.
Nov 06 04:11:13 ben-usb kernel: usb 2-1.4: SerialNumber: 0000051BD2DBA6So it shows up as 05e3:0610 and then 7 seconds later as 05e3:0617 - the former as a USB2 and the latter and the USB3 hub but the latter also only forwards the ethernet device.
I see no explanation as to why, but when you ran the "dmesg -w" test, did you give it some time after attaching the hub?
Offline
This is the journal log on arch: http://ix.io/3F2f
I gave it 10 mins running "dmesg -w" this time, nothing else shows up other than:
[ 915.001491] usb 3-3: new high-speed USB device number 6 using xhci_hcd
[ 915.287873] usb 3-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=44.26
[ 915.287879] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 915.287881] usb 3-3: Product: USB2.0 Hub
[ 915.287884] usb 3-3: Manufacturer: GenesysLogic
[ 915.300170] hub 3-3:1.0: USB hub found
[ 915.313276] hub 3-3:1.0: 4 ports detectedOffline