Search found 2 matches
- 04 Jul 2025, 15:50
- Forum: Network
- Topic: [Help] F2-212 Usb ethernet configuration lost on reboot [SOLVED]
- Replies: 4
- Views: 778

Re: [Help] F2-212 Usb ethernet configuration lost on reboot [SOLVED]
I managed to get it set up on boot with schedule tasks with the following script: 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 ...
- 27 Jun 2025, 21:55
- Forum: Network
- Topic: [Help] F2-212 Usb ethernet configuration lost on reboot [SOLVED]
- Replies: 4
- Views: 778

[Help] F2-212 Usb ethernet configuration lost on reboot [SOLVED]
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. ip link set eth1 up After that setting up DHCP on ipv4 and ...