Page 1 of 1
[Help] F2-212 Usb ethernet configuration lost on reboot
Posted: 27 Jun 2025, 21:55
by mfjoerikopf
I've added un USB ethernet adapter to my F2-212, that is detected by the kernel properly. At first it was not recognized as connected in the control panel / network / interfaces but I managed to get it recognized with the following command.
After that setting up DHCP on ipv4 and enabling ipv6 did the proper ip set up on the interface, with link tests not showing any issues.
The problem is that the configuration does not survives reboot, and requires the same operation to get it back. Is there a reason why the USB interface would not be enabled on boot ?
Thanks
Re: [Help] F2-212 Usb ethernet configuration lost on reboot
Posted: 28 Jun 2025, 00:22
by Gremlin
I don't know t6he answer to your question, but you could, presumably, set up the same command you have listed as a "triggered" scheduled task under 'power on'. That might give you a temp solution at least.
Re: [Help] F2-212 Usb ethernet configuration lost on reboot
Posted: 28 Jun 2025, 11:33
by TMjack
The TOS 5.1 system does not support external Ethernet adapters, and compatibility issues may arise during use (such as failure to recognize the device). The TOS 6 Beta version has optimized adapter support, allowing external Ethernet adapters to function properly.
viewtopic.php?t=7888
Re: [Help] F2-212 Usb ethernet configuration lost on reboot [SOLVED]
Posted: 04 Jul 2025, 15:50
by mfjoerikopf
I managed to get it set up on boot with schedule tasks with the following script:
Code: Select all
ip link set eth1 up
service S40network restart
I got mistaken that usb interface where supported as A-USBLAN-2.5G compatibility list includes F2-212. I'll give extra attention to network stability. Thanks for the tips and heads up !
Re: [Help] F2-212 Usb ethernet configuration lost on reboot
Posted: 23 Jan 2026, 06:26
by Gremlin