After following all steps, including configuring predictable network interface names with the newest version of raspi-config, the install script fails with the following output:
After following all steps, including configuring predictable network interface names with the newest version of raspi-config, the install script fails with the following output:
Could not determine the ethernet interface
Please ensure you've configure 'predictable network interfaces'
Please see https://manual.bibliotecha.infor/#pre-installation for more info
Tested using the following hardware & software:
* RPI 4+
* Raspbian buster lite (legacy) OS
With some sniffing around, seems like this is an RPi4 issue: https://forums.raspberrypi.com/viewtopic.php?t=302225
Solved by creating the file /etc/systemd/network/99-default.link and adding the following, then rebooting:
```
[Match]
OriginalName=*
[Link]
NamePolicy=mac
MACAddressPolicy=persistent
```
After following all steps, including configuring predictable network interface names with the newest version of raspi-config, the install script fails with the following output:
Could not determine the ethernet interface
Please ensure you've configure 'predictable network interfaces'
Please see https://manual.bibliotecha.infor/#pre-installation for more info
Tested using the following hardware & software:
With some sniffing around, seems like this is an RPi4 issue: https://forums.raspberrypi.com/viewtopic.php?t=302225
simoon referenced this issue 3 years agoSolved by creating the file /etc/systemd/network/99-default.link and adding the following, then rebooting: