bb-qq / r8152

Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters
GNU General Public License v2.0
2.09k stars 186 forks source link

Confirmed working with plugable 2.5 Gbps USB Ethernet Adapter USBC-E2500 DS1815+ #14

Closed mervincm closed 4 years ago

mervincm commented 4 years ago

I had to up the USB nic with "sudo ifconfig eth4 up" and then set to DHCP in the Synology GUI portal.

mervincm commented 4 years ago

also does not keep ifconfig after restart. I have to up the NIC with a shellscript at each boot w a sleep delay, then reconfigure it.

megabyte0469 commented 4 years ago

reboot script with "synoservice --restart pkgctl-r8152" resolved this problem.

mervincm commented 4 years ago

thanks, I will try that!

mervincm commented 4 years ago

works perfect, thanks for that!

megabyte0469 commented 4 years ago

ok, by ethernet bond with the adapter help this script:

synoservice --restart pkgctl-r8152 sleep 5 /etc/rc.network restart sleep 5

bb-qq commented 4 years ago

The topic about bond is discussed in #17.