Hi everyone,
I have a network problem. I am using LibreELEC (Official) 9.2.0 on a PC box with Intel 82579V network interface. The box does not have any network in every first boot, but it resumes network connection after a soft reboot and it has no problems at all in the second boot. I have tried to add a value of 30 seconds to wait for the network before booting, but it still does not work.
So I start searching for a script to restart the network service during the first boot. I am not sure if I am posting in the right place.
The following is the output of existing "settings" file:
LibreELEC:~ # more .cache/connman/ethernet_00032d22e2a0_cable/settings
[ethernet_00032d22e2a0_cable]
Name=Wired
AutoConnect=true
Modified=2020-03-15T01:34:04.392593Z
IPv4.method=manual
IPv4.DHCP.LastAddress=192.168.108.57
IPv6.method=off
IPv6.privacy=disabled
IPv4.netmask_prefixlen=24
IPv4.local_address=192.168.108.20
IPv4.gateway=192.168.108.1
Nameservers=192.168.108.1;
Timeservers=0.pool.ntp.org;1.pool.ntp.org;2.pool.ntp.org;
Any ideas, please?
FE