Hello, installed packages for Usb Over IP
Packages installed fine
Command: usbip list -l
outputs the following
- busid 1-1 (13fe:4300)
Kingston Technology Company Inc. : unknown product (13fe:4300)
The Netstat command outputs the following:
root@OpenWrt:~# netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 304 OpenWrt.lan:ssh 192.168.1.118:64166 ESTABLISHED
Active UNIX domain sockets (w/o servers)
netstat -alpt
root@OpenWrt:~# netstat -alpt
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:www 0.0.0.0:* LISTEN 1454/uhttpd
tcp 0 0 192.168.50.248:domain 0.0.0.0:* LISTEN 2433/dnsmasq
tcp 0 0 localhost:domain 0.0.0.0:* LISTEN 2433/dnsmasq
tcp 0 0 OpenWrt.lan:domain 0.0.0.0:* LISTEN 2433/dnsmasq
tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN 1105/dropbear
tcp 0 0 0.0.0.0:https 0.0.0.0:* LISTEN 1454/uhttpd
tcp 0 0 0.0.0.0:3240 0.0.0.0:* LISTEN 1688/usbipd
tcp 0 160 OpenWrt.lan:ssh 192.168.1.171:58239 ESTABLISHED 5582/dropbear
tcp 0 0 :::www :::* LISTEN 1454/uhttpd
tcp 0 0 fe80::9483:c4ff:fe27:b2c:domain :::* LISTEN 2433/dnsmasq
tcp 0 0 fe80::9683:c4ff:fe27:b2c:domain :::* LISTEN 2433/dnsmasq
tcp 0 0 localhost:domain :::* LISTEN 2433/dnsmasq
tcp 0 0 OpenWrt.lan:domain :::* LISTEN 2433/dnsmasq
tcp 0 0 fe80::9683:c4ff:fe27:b2d:domain :::* LISTEN 2433/dnsmasq
tcp 0 0 :::ssh :::* LISTEN 1105/dropbear
tcp 0 0 :::https :::* LISTEN 1454/uhttpd
tcp 0 0 :::3240 :::* LISTEN 1688/usbipd
I put in autoload the code:
usbipd -D &
sleep 1
usbip bind -b 1-1
But after rebooting the system, I do not see my USB device in Netstat
root@OpenWrt:~# netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 144 OpenWrt.lan:ssh 192.168.1.118:64166 ESTABLISHED
Active UNIX domain sockets (w/o servers)
I'm trying to bind a USB device through the command line:
usbip bind -b 1-1
But an error appear:
usbip: error: device on busid 1-1 is already bound to usbip-host
Tell me, what's the problem?
Why can't I see my USB device using Netstat?
Linux version 5.10.176 (builder@buildhost) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r20134-5f15225c1e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 Thu Apr 27 20:28:15 2023
System info:
system type: Qualcomm Atheros QCA9533 ver 2 rev 0
machine: GL.iNet GL-AR300M (NOR)
Packages
Summary
base-files - 1502-r20134-5f15225c1e
busybox - 1.35.0-5
ca-bundle - 20211016-1
cgi-io - 2022-08-10-901b0f04-21
dnsmasq - 2.86-16
dropbear - 2022.82-2
firewall4 - 2022-10-18-7ae5e14b-1
fstools - 2022-06-02-93369be0-2
fwtool - 2019-11-12-8f7fe925-1
getrandom - 2021-08-03-205defb5-2
hostapd-common - 2022-01-16-cff80b4f-16.2
iw - 5.16-1
iwinfo - 2022-12-15-8d158096-1
jansson4 - 2.13.1-2
jshn - 2022-05-15-d2223ef9-1
jsonfilter - 2018-02-04-c7e938d6-1
kernel - 5.10.176-1-5c9be91b90bda5403fe3a7c4e8ddb26f
kmod-ath - 5.10.176+5.15.92-1-1
kmod-ath9k - 5.10.176+5.15.92-1-1
kmod-ath9k-common - 5.10.176+5.15.92-1-1
kmod-cfg80211 - 5.10.176+5.15.92-1-1
kmod-crypto-aead - 5.10.176-1
kmod-crypto-ccm - 5.10.176-1
kmod-crypto-cmac - 5.10.176-1
kmod-crypto-crc32c - 5.10.176-1
kmod-crypto-ctr - 5.10.176-1
kmod-crypto-gcm - 5.10.176-1
kmod-crypto-gf128 - 5.10.176-1
kmod-crypto-ghash - 5.10.176-1
kmod-crypto-hash - 5.10.176-1
kmod-crypto-hmac - 5.10.176-1
kmod-crypto-manager - 5.10.176-1
kmod-crypto-null - 5.10.176-1
kmod-crypto-rng - 5.10.176-1
kmod-crypto-seqiv - 5.10.176-1
kmod-crypto-sha256 - 5.10.176-1
kmod-gpio-button-hotplug - 5.10.176-3
kmod-lib-crc-ccitt - 5.10.176-1
kmod-lib-crc32c - 5.10.176-1
kmod-mac80211 - 5.10.176+5.15.92-1-1
kmod-nf-conntrack - 5.10.176-1
kmod-nf-conntrack6 - 5.10.176-1
kmod-nf-flow - 5.10.176-1
kmod-nf-log - 5.10.176-1
kmod-nf-log6 - 5.10.176-1
kmod-nf-nat - 5.10.176-1
kmod-nf-reject - 5.10.176-1
kmod-nf-reject6 - 5.10.176-1
kmod-nfnetlink - 5.10.176-1
kmod-nft-core - 5.10.176-1
kmod-nft-fib - 5.10.176-1
kmod-nft-nat - 5.10.176-1
kmod-nft-offload - 5.10.176-1
kmod-nls-base - 5.10.176-1
kmod-phy-ath79-usb - 5.10.176-1
kmod-ppp - 5.10.176-1
kmod-pppoe - 5.10.176-1
kmod-pppox - 5.10.176-1
kmod-slhc - 5.10.176-1
kmod-usb-core - 5.10.176-1
kmod-usb-ehci - 5.10.176-1
kmod-usb-ohci - 5.10.176-1
kmod-usb2 - 5.10.176-1
kmod-usbip - 5.10.176-1
kmod-usbip-client - 5.10.176-1
kmod-usbip-server - 5.10.176-1
libblobmsg-json20220515 - 2022-05-15-d2223ef9-1
libc - 1.2.3-4
libevdev - 1.13.0-1
libgcc1 - 11.2.0-4
libiwinfo-data - 2022-12-15-8d158096-1
libiwinfo-lua - 2022-12-15-8d158096-1
libiwinfo20210430 - 2022-12-15-8d158096-1
libjson-c5 - 0.15-2
libjson-script20220515 - 2022-05-15-d2223ef9-1
liblua5.1.5 - 5.1.5-10
liblucihttp-lua - 2023-03-15-9b5b683f-1
liblucihttp0 - 2023-03-15-9b5b683f-1
libmnl0 - 1.0.5-1
libnftnl11 - 1.2.1-2
libnl-tiny1 - 2021-11-21-8e0555fb-1
libpthread - 1.2.3-4
libubox20220515 - 2022-05-15-d2223ef9-1
libubus-lua - 2022-06-01-2bebf93c-1
libubus20220601 - 2022-06-01-2bebf93c-1
libuci20130104 - 2021-10-22-f84f49f0-6
libuclient20201210 - 2023-04-13-007d9454-1
libucode20220812 - 2022-12-02-46d93c9c-1
libudev-zero - 1.0.1-1
libustream-wolfssl20201210 - 2022-12-08-9217ab46-2
libwolfssl5.5.4.ee39414e - 5.5.4-stable-1
libwrap - 7.6-4
logd - 2021-08-03-205defb5-2
lua - 5.1.5-10
luci - git-23.093.42303-d58cd69
luci-app-firewall - git-23.093.42704-1c01c64
luci-app-opkg - git-23.093.42303-e16f620
luci-base - git-23.093.57104-ce20b4a
luci-lib-base - git-20.232.39649-1f6dc29
luci-lib-ip - git-20.250.76529-62505bd
luci-lib-jsonc - git-22.097.61921-7513345
luci-lib-nixio - git-20.234.06894-c4a4e43
luci-mod-admin-full - git-19.253.48496-3f93650
luci-mod-network - git-23.093.42704-52965f4
luci-mod-status - git-23.093.42411-713f701
luci-mod-system - git-23.013.73113-588381e
luci-proto-ipv6 - git-21.148.48881-79947af
luci-proto-ppp - git-21.158.38888-88b9d84
luci-ssl - git-20.244.36115-e10f954
luci-theme-bootstrap - git-23.093.42704-b47268a
mtd - 26
netifd - 2022-08-25-76d2d41b-1
nftables-json - 1.0.2-2.1
odhcp6c - 2022-08-05-7d21e8d8-18
odhcpd-ipv6only - 2023-01-02-4a673e1c-2
openwrt-keyring - 2022-03-25-62471e69-3
opkg - 2022-02-24-d038e5b6-1
ppp - 2.4.9.git-2021-01-04-3
ppp-mod-pppoe - 2.4.9.git-2021-01-04-3
procd - 2022-06-01-7a009685-2
procd-seccomp - 2022-06-01-7a009685-2
procd-ujail - 2022-06-01-7a009685-2
px5g-wolfssl - 6.2
rpcd - 2022-12-15-7de4820c-1
rpcd-mod-file - 2022-12-15-7de4820c-1
rpcd-mod-iwinfo - 2022-12-15-7de4820c-1
rpcd-mod-luci - 20210614
rpcd-mod-rrdns - 20170710
swconfig - 12
ubi-utils - 2.1.4-1
uboot-envtools - 2022.01-38
ubox - 2021-08-03-205defb5-2
ubus - 2022-06-01-2bebf93c-1
ubusd - 2022-06-01-2bebf93c-1
uci - 2021-10-22-f84f49f0-6
uclient-fetch - 2023-04-13-007d9454-1
ucode - 2022-12-02-46d93c9c-1
ucode-mod-fs - 2022-12-02-46d93c9c-1
ucode-mod-ubus - 2022-12-02-46d93c9c-1
ucode-mod-uci - 2022-12-02-46d93c9c-1
uhttpd - 2022-10-31-23977554-1
uhttpd-mod-ubus - 2022-10-31-23977554-1
urandom-seed - 3
urngd - 2020-01-21-c7f7b6b6-1
usbids - 0.359-1
usbip - 2.0-14
usbip-client - 2.0-14
usbip-server - 2.0-14
usign - 2020-05-23-f1f65026-1
wireless-regdb - 2023.02.13-1
wpad-basic-wolfssl - 2022-01-16-cff80b4f-16.2
Dmesg:
Summary
root@OpenWrt:~# dmesg
[ 0.000000] Linux version 5.10.176 (builder@buildhost) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r20134-5f15225c1e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 Thu Apr 27 20:28:15 2023
[ 0.000000] printk: bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
[ 0.000000] MIPS: machine is GL.iNet GL-AR300M (NOR)
[ 0.000000] SoC: Qualcomm Atheros QCA9533 ver 2 rev 0
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] On node 0 totalpages: 32768
[ 0.000000] Normal zone: 288 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 32768 pages, LIFO batch:7
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=132768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480
[ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 120512K/131072K available (6381K kernel code, 601K rwdata, 788K rodata, 1244K init, 214K bss, 10560K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 51
[ 0.000000] CPU clock: 650.000 MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5880801374 ns
[ 0.000009] sched_clock: 32 bits at 325MHz, resolution 3ns, wraps every 6607641598ns
[ 0.008323] Calibrating delay loop... 432.53 BogoMIPS (lpj=2162688)
[ 0.074929] pid_max: default: 32768 minimum: 301
[ 0.079973] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.087676] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.098168] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.109269] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.119696] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[ 0.126992] pinctrl core: initialized pinctrl subsystem
[ 0.137440] NET: Registered protocol family 16
[ 0.142956] thermal_sys: Registered thermal governor 'step_wise'
[ 0.201813] clocksource: Switched to clocksource MIPS
[ 0.214878] NET: Registered protocol family 2
[ 0.219724] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.228295] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.237247] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.245353] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.252810] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.259670] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.266625] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.274325] NET: Registered protocol family 1
[ 0.278950] PCI: CLS 0 bytes, default 32
[ 0.290084] workingset: timestamp_bits=14 max_order=15 bucket_order=1
[ 0.301717] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.307945] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.320334] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.331676] pinctrl-single 1804002c.pinmux: 576 pins, size 72
[ 0.338451] gpio-export gpio-export: 1 gpio(s) exported
[ 0.344843] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.354087] printk: console [ttyS0] disabled
[ 0.358680] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A
[ 0.367847] printk: console [ttyS0] enabled
[ 0.376915] printk: bootconsole [early0] disabled
[ 0.406614] spi-nand spi0.1: unknown raw ID 00000000
[ 0.411788] spi-nand: probe of spi0.1 failed with error -524
[ 0.421168] spi-nor spi0.0: w25q128 (16384 Kbytes)
[ 0.426259] 4 fixed-partitions partitions found on MTD device spi0.0
[ 0.432901] OF: Bad cell count for /ahb/spi@1f000000/flash@0/partitions
[ 0.439754] OF: Bad cell count for /ahb/spi@1f000000/flash@0/partitions
[ 0.447130] OF: Bad cell count for /ahb/spi@1f000000/flash@0/partitions
[ 0.454035] OF: Bad cell count for /ahb/spi@1f000000/flash@0/partitions
[ 0.461541] Creating 4 MTD partitions on "spi0.0":
[ 0.466558] 0x000000000000-0x000000040000 : "u-boot"
[ 0.475231] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.481916] 0x000000050000-0x000000ff0000 : "firmware"
[ 0.490193] 2 uimage-fw partitions found on MTD device firmware
[ 0.496401] Creating 2 MTD partitions on "firmware":
[ 0.501546] 0x000000000000-0x000000260000 : "kernel"
[ 0.508651] 0x000000260000-0x000000fa0000 : "rootfs"
[ 0.514853] mtd: setting mtd4 (rootfs) as root device
[ 0.521063] 1 squashfs-split partitions found on MTD device rootfs
[ 0.527545] 0x000000600000-0x000000fa0000 : "rootfs_data"
[ 0.535147] 0x000000ff0000-0x000001000000 : "art"
[ 0.892910] ag71xx 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 1.584921] switch0: Atheros AR8229 rev. 1 switch registered on mdio.0
[ 1.643810] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[ 1.653828] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: gmii
[ 1.662623] NET: Registered protocol family 10
[ 1.676089] Segment Routing with IPv6
[ 1.680007] NET: Registered protocol family 17
[ 1.684767] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.698185] 8021q: 802.1Q VLAN Support v1.8
[ 1.707859] PCI host bridge /ahb/pcie-controller@180c0000 ranges:
[ 1.714260] MEM 0x0000000010000000..0x0000000013ffffff
[ 1.719663] IO 0x0000000000000000..0x0000000000000000
[ 1.725071] ar724x-pci 180c0000.pcie-controller: PCIe link is down
[ 1.731668] PCI host bridge to bus 0000:00
[ 1.735955] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
[ 1.743071] pci_bus 0000:00: root bus resource [io 0x0000]
[ 1.748827] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 1.755847] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.764944] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 2.113917] ag71xx 19000000.eth: connected to PHY at mdio.0:1f:04 [uid=004dd042, driver=Generic PHY]
[ 2.124363] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode: mii
[ 2.144023] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 2.158984] Freeing unused kernel memory: 1244K
[ 2.163704] This architecture does not have kernel memory protection.
[ 2.170367] Run /sbin/init as init process
[ 2.174604] with arguments:
[ 2.174608] /sbin/init
[ 2.174613] with environment:
[ 2.174617] HOME=/
[ 2.174622] TERM=linux
[ 2.913445] init: Console is alive
[ 2.917510] init: - watchdog -
[ 4.173355] kmodloader: loading kernel modules from /etc/modules-boot.d/
[ 4.317019] usbcore: registered new interface driver usbfs
[ 4.322872] usbcore: registered new interface driver hub
[ 4.328438] usbcore: registered new device driver usb
[ 4.345475] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.355708] fsl-ehci: Freescale EHCI Host controller driver
[ 4.363377] ehci-platform: EHCI generic platform driver
[ 4.369216] ehci-platform 1b000000.usb: EHCI Host Controller
[ 4.375160] ehci-platform 1b000000.usb: new USB bus registered, assigned bus number 1
[ 4.383408] ehci-platform 1b000000.usb: irq 3, io mem 0x1b000000
[ 4.411844] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00
[ 4.419231] hub 1-0:1.0: USB hub found
[ 4.424107] hub 1-0:1.0: 1 port detected
[ 4.434271] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 4.444077] init: - preinit -
[ 4.796338] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 5.377766] random: procd: uninitialized urandom read (4 bytes read)
[ 6.306829] random: jshn: uninitialized urandom read (4 bytes read)
[ 6.402503] random: jshn: uninitialized urandom read (4 bytes read)
[ 6.458929] random: jshn: uninitialized urandom read (4 bytes read)
[ 6.523871] random: jshn: uninitialized urandom read (4 bytes read)
[ 6.759131] eth0: link up (1000Mbps/Full duplex)
[ 6.772495] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 11.143485] jffs2: notice: (446) jffs2_build_xattr_subsystem: complete building xattr subsystem, 45 of xdatum (23 unchecked, 19 orphan) and 58 of xref (6 dead, 19 orphan) found.
[ 11.163192] mount_root: switching to jffs2 overlay
[ 11.170570] overlayfs: upper fs does not support tmpfile.
[ 11.187657] urandom-seed: Seeding with /etc/urandom.seed
[ 11.476316] eth0: link down
[ 11.495930] procd: - early -
[ 11.499334] procd: - watchdog -
[ 12.273148] procd: - watchdog -
[ 12.277974] procd: - ubus -
[ 12.399138] random: ubusd: uninitialized urandom read (4 bytes read)
[ 12.408940] random: ubusd: uninitialized urandom read (4 bytes read)
[ 12.416711] random: ubusd: uninitialized urandom read (4 bytes read)
[ 12.427503] procd: - init -
[ 13.639951] random: jshn: uninitialized urandom read (4 bytes read)
[ 13.682498] random: ubusd: uninitialized urandom read (4 bytes read)
[ 14.074409] kmodloader: loading kernel modules from /etc/modules.d/*
[ 14.555643] urngd: v1.0.2 started.
[ 14.664338] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 14.683914] ohci-platform: OHCI generic platform driver
[ 14.712845] Loading modules backported from Linux version v5.15.92-0-ge515b9902f5f
[ 14.720681] Backport generated by backports.git v5.15.92-1-0-gdfe0f60c
[ 14.805472] usbcore: registered new device driver usbip-host
[ 14.845230] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 14.851366] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[ 14.858932] vhci_hcd: created sysfs vhci_hcd.0
[ 14.883553] hub 2-0:1.0: USB hub found
[ 14.892500] hub 2-0:1.0: 8 ports detected
[ 14.902599] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 14.908735] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 3
[ 14.932437] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 14.953463] hub 3-0:1.0: USB hub found
[ 14.961883] hub 3-0:1.0: 8 ports detected
[ 15.181489] random: crng init done
[ 15.185103] random: 24 urandom warning(s) missed due to ratelimiting
[ 15.300408] PPP generic driver version 2.4.2
[ 15.308933] NET: Registered protocol family 24
[ 15.377247] ath: EEPROM regdomain: 0x0
[ 15.377264] ath: EEPROM indicates default country code should be used
[ 15.377269] ath: doing EEPROM country->regdmn map search
[ 15.377286] ath: country maps to regdmn code: 0x3a
[ 15.377294] ath: Country alpha2 being used: US
[ 15.377299] ath: Regpair used: 0x3a
[ 15.389810] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 15.392194] ieee80211 phy0: Atheros AR9531 Rev:2 mem=0xb8100000, irq=13
[ 15.502375] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 37.602701] usbip-host 1-1: usbip-host: register new device (bus 1 dev 2)
[ 38.121263] eth0: link up (1000Mbps/Full duplex)
[ 38.127859] br-lan: port 1(eth0) entered blocking state
[ 38.133295] br-lan: port 1(eth0) entered disabled state
[ 38.139033] device eth0 entered promiscuous mode
[ 38.204780] br-lan: port 1(eth0) entered blocking state
[ 38.210196] br-lan: port 1(eth0) entered forwarding state
[ 39.141888] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 44.311494] br-lan: port 2(wlan0-1) entered blocking state
[ 44.317234] br-lan: port 2(wlan0-1) entered disabled state
[ 44.323295] device wlan0-1 entered promiscuous mode
[ 47.757624] wlan0: authenticate with 04:42:1a:7d:d6:38
[ 47.776559] wlan0: send auth to 04:42:1a:7d:d6:38 (try 1/3)
[ 47.791213] wlan0: authenticated
[ 47.901881] wlan0: associate with 04:42:1a:7d:d6:38 (try 1/3)
[ 47.979746] wlan0: RX AssocResp from 04:42:1a:7d:d6:38 (capab=0x1411 status=0 aid=25)
[ 47.988157] wlan0: associated
[ 50.050339] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 50.089942] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
[ 50.096995] br-lan: port 2(wlan0-1) entered blocking state
[ 50.102707] br-lan: port 2(wlan0-1) entered forwarding state