-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Updated the DS718+ to "DSM 7.1.1-42962 Update 1" today, and the AQC111 1.3.3.0-8 driver appeared to have stopped working. Within DSM the driver appears to be running and the Control Panel -> Network -> Network Interface shows the configured interface, but I could not even ping the devices IP.
uname -a:
Linux Alexandria 4.4.180+ #42962 SMP Wed Sep 21 10:56:47 CST 2022 x86_64 GNU/Linux synology_apollolake_718+
dmesg:
[19321.733918] aqc111 2-3:1.0 eth2: register 'aqc111' at usb-0000:00:15.0-3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:4e:29:97
[19321.746909] usbcore: registered new interface driver aqc111
[19322.040724] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[19329.596830] aqc111 2-3:1.0 eth2: Link Speed 5000, USB 3
[19329.609584] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
lsusb:
|__usb2 1d6b:0003:0404 09 3.00 5000MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__2-3 1c04:0015:0101 00 3.20 5000MBit/s 896mA 1IF (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 04I00545)
ifconfig -a:
eth2 Link encap:Ethernet HWaddr 24:5E:BE:4E:29:97
inet6 addr: fe80::265e:beff:fe4e:2997/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:471 errors:1 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:37573 (36.6 KiB) TX bytes:656 (656.0 `B)
Ah-ha! While the DSM Network Interface shows the correct IP address, ifconfig doesn't show a configured IPv4 address. I went back to the DSM Network Interface window, edited the network adapter and set a different IP address, then presto, back in business:
eth2 Link encap:Ethernet HWaddr 24:5E:BE:4E:29:97
inet addr:172.16.16.12 Bcast:172.16.16.255 Mask:255.255.255.0
inet6 addr: fe80::265e:beff:fe4e:2997/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:747 errors:1 dropped:0 overruns:0 frame:0
TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:66546 (64.9 KiB) TX bytes:2256 (2.2 KiB)
Metadata
Metadata
Assignees
Labels
No labels