Jump to content

[Armbian build PR] - Orangepi r1plus lts: fix network interface logical names issue


Recommended Posts

Posted

Description

Fix for Orangepi-r1plus-lts network interface logical names that changed and broke networking.

The problem was caused by one of the network interface logical names changing from eth0 to end0. Fixed with a rename in /etc/udev/rules.d/70-rename-lan.rules which is already created from a hook in the board config file (to rename the other network interface).

Jira reference number AR-1747

How Has This Been Tested?

  • [x] Built images on: current bookworm, current jammy, edge sid.
  • [x] Tested each image with an iperf3 server session via each network interface individually from an iperf3 client session on a computer with Gb NIC. Performance was as expected.
  • [x] Tested each build with two iperf3 client sessions bound to both network interfaces simultaneously to iperf3 server sessions on two computers with Gb NICs (to hammer both ports simultaneously). Performance was as expected.

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] My changes generate no new warnings

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines