I'm having multiple issues with getting my Odroid C1 working with dietpi: The initial setup goes fine, and it runs the auto-updater to bring it from v6.0 to v6.16. However, after it reboots the ethernet adapter no longer works and cannot gain an IP address even when trying to configure the adpater in dietpi-config.
I noticed another thread that was sort of similar, but was using a C2 and wifi viewtopic.php?f=11&t=4726&sid=579e8e0ae ... 8d6#p14440. I added the line as suggested, and while it didn't fix the networking at boot, I am at least now able to go into dietpi-config manually every time and choose to "save all changes and restart networking", which fixes the problem. Not really ideal though. Any ideas what the issue might be?
[Solved] Ethernet issues on Odroid C1 after updating
-
- Posts: 3
- Joined: Thu Oct 04, 2018 6:30 pm
-
- Posts: 3
- Joined: Thu Oct 04, 2018 6:30 pm
Re: Ethernet issues on Odroid C1 after updating
Just wanted to mention that I got this working by replacing my 6.16 files with the 6.17 dev commits here:
https://github.com/Fourdee/DietPi/commi ... 8baa392e1a
https://github.com/Fourdee/DietPi/commi ... d84a1bbd1d
https://github.com/Fourdee/DietPi/commi ... 8baa392e1a
https://github.com/Fourdee/DietPi/commi ... d84a1bbd1d
Re: Ethernet issues on Odroid C1 after updating
The `systemctl start networking` inside preboot script was the change that finally fixed it for Jessie systems (G_DISTRO=3), if one does not want to apply all those changes
: https://github.com/Fourdee/DietPi/blob/ ... #L269-L274
-
- Posts: 3
- Joined: Thu Oct 04, 2018 6:30 pm
Re: Ethernet issues on Odroid C1 after updating
Not sure why but I actually tried just adding that first, but for whatever reason it didn't fix it for me until I added all the changes?MichaIng wrote: ↑Sun Oct 07, 2018 3:11 am The `systemctl start networking` inside preboot script was the change that finally fixed it for Jessie systems (G_DISTRO=3), if one does not want to apply all those changes: https://github.com/Fourdee/DietPi/blob/ ... #L269-L274
Re: Ethernet issues on Odroid C1 after updating
Strange, during our tests and several user replies it was the other way round.
However, good that it works now for you and this properly helps others as well
.
However, good that it works now for you and this properly helps others as well

Re: Ethernet issues on Odroid C1 after updating
I have the same problem as described by op here. After initial installation the system updates to 6.16, and after that it cant turn of wifi not connect to Ethernet... I tried changing the files but it still doesn't work
( almost 4 hours trying to fix this. Can someone help?

Re: Ethernet issues on Odroid C1 after updating
same here, ethernet broken after last update... 

Re: Ethernet issues on Odroid C1 after updating
really no one that can tell me if this wil befixed soon?
Re: Ethernet issues on Odroid C1 after updating
There is a current issue, that turning on WiFi + Ethernet the same time and on different subnets, e.g. WiFi on 192.168.0.10 while Ethernet is on 192.168.178.10, then WiFi connection breaks, at least without setting up a special routing table: https://github.com/Fourdee/DietPi/issues/2103
This could perhaps also break the other way round: Ethernet does not connect. So please try in case to disable the WiFi adapter via.
Please also try to update to current beta, since we fixed some interface startups on boot there, which might be related: https://github.com/Fourdee/DietPi/issues/2140
How to apply beta branch: https://github.com/Fourdee/DietPi/blob/ ... _SYSTEM.md
This could perhaps also break the other way round: Ethernet does not connect. So please try in case to disable the WiFi adapter via
Code: Select all
dietpi-config
Please also try to update to current beta, since we fixed some interface startups on boot there, which might be related: https://github.com/Fourdee/DietPi/issues/2140
How to apply beta branch: https://github.com/Fourdee/DietPi/blob/ ... _SYSTEM.md
Re: Ethernet issues on Odroid C1 after updating
thanks but de C1 doen't have wifi. So disableing it would not help (i've tried it)