fbelavenuto / arpl

Automated Redpill Loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arpl-1.1-beta2a choose NIC order

Tk95100 opened this issue · comments

Hello,

Status: My system is Optiplex 7050 bare metal, DSM 7.2-update3, model DS918+, arpl-1.1-beta2a loader. The built-in nic detected as e1000 (intel i219-lm), PCIe x1 dual rt8125 nic. ARPL autodetect in this order:
eth0 - rt8125, eth1 - rt8125, eth2 - e1000
DSM Lan 1, Lan 2 to rt8125, and Lan 3 to e1000
Which is fine. However, DSM setting only enable for Lan 1 (rt8125 port 1) and Lan 2 (rt8125 port 2) to be wake-on-lan (WOL). PCIe NIC have no WOL feature in BIOS or active link light when system is off.

Problem: When DSM is being shutdown, Lan 3 (e1000) link light will be turn off, and WOL will not receive package on this port. The only way to make the built-in NIC back to normal is to cycle the power, or at power loss, then link light will be active again, and WOL will work.

Question: Is there a way to reverse the NIC detection order, or manually force ARPL to put e1000 to be eth0?

I've tried to modify the netif order by ssh to DSM, "vi /etc.defaults/synoinfo.conf" command, edit to [netif_seq=”2 0 1 3 4 5 6 7”]. However, after restart the system, the configuration file reverse back to original orders.

Thank you!