bb-qq
bb-qq
Are you using DHCP or static address?
Could you try to add some wait to the startup script? ``` vi /var/packages/aqc111/scripts/start-stop-status ``` ``` case $1 in start) /sbin/insmod $SYNOPKG_PKGDEST/aqc111/mii.ko /sbin/insmod $SYNOPKG_PKGDEST/aqc111/usbnet.ko /sbin/insmod $SYNOPKG_PKGDEST/aqc111/aqc111.ko ############### sleep 10 #...
I investigated Synology's startup script and found that we could set parameters to the kernel module by editing the `/etc/modules.local.conf` in my environment(DS918+) as follows. ``` module_usbcore="quirks=0bda:8153:k" ``` But [Linux...
> So does this mean, we can't use with DS1815+? I have no idea what causes it, so for now I can only say that it does not work... >...
I made a test driver disable LPM to investigate the problem on other platforms, but the symptoms did not improve. Since LPM is also suspected to cause crashes in this...
That could be a problem on the driver side. If you can provide the dmesg output I can look into it.
I uploaded the latest driver for armada375. https://github.com/bb-qq/r8152/releases/download/2.15.0-8/r8152-armada375-2.15.0-8.spk
I close this issue. Please create a new issue if you have some problems.
I created the driver for armada38x based platforms. Please try it. https://github.com/bb-qq/aqc111/releases/download/1.3.3.0-2/aqc111-armada38x-1.3.3.0-2.spk
* Could you try to detach the external HDD? ` |__2-1 1058:25a3:1013 00 3.00 5000MBit/s 8mA 1IF (Western Digital Elements 25A3 575832314432374653325055)` * Does dmesg output show something after attaching...