- Joined
- May 2, 2022
- Messages
- 1,006
- Reaction score
- 978
- Location
- Germany
- What state or country do you live in
- Other International
Hi,
as explained in my build Thread, I have a Problem with my Pi Zero v1.3 Ethernet connection.
On the first time I booted the Pi, with the Ethernet connected to an Adafruit Ethernet + USB Hub, it doesn't show up on the ethernet. Same when I reboot the PI with the Reef-Pi Interface. The only method I have been able to make it work with is: boot the Pi without Ethernet cable connected. I have a fallback IP configured (source) by manually creating a file at:
etc/dhcpcd.conf
Not sure if he actually uses that, since I had to create the folder etc myself.
After the Pi booted (I wait at least a minute) I connect the Ethernet cable and the PI shows up at a DHCP configured address.
Any ideas how to fix this issue, so I don't have to do that every time I reboot ?
Is it possible to delay Ethernet-operation similar to delaying general boot like in this thread ?
as explained in my build Thread, I have a Problem with my Pi Zero v1.3 Ethernet connection.
On the first time I booted the Pi, with the Ethernet connected to an Adafruit Ethernet + USB Hub, it doesn't show up on the ethernet. Same when I reboot the PI with the Reef-Pi Interface. The only method I have been able to make it work with is: boot the Pi without Ethernet cable connected. I have a fallback IP configured (source) by manually creating a file at:
etc/dhcpcd.conf
Code:
profile static_eth0
static ip_address=192.168.0.254/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.1
fallback to static profile on eth0
interface eth0
fallback static_eth0
Not sure if he actually uses that, since I had to create the folder etc myself.
After the Pi booted (I wait at least a minute) I connect the Ethernet cable and the PI shows up at a DHCP configured address.
Any ideas how to fix this issue, so I don't have to do that every time I reboot ?
Is it possible to delay Ethernet-operation similar to delaying general boot like in this thread ?
Last edited:


