내가 겪고 있는 문제는 eth0이 IP 주소를 얻으려고 시도할 때까지 이더넷 PHY가 나타나지 않는다는 것입니다.
이것은 내 등/네트워크/인터페이스입니다.
# Configure Loopback
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
post-up /etc/network/if-post-up.d/nfs
이것은 로그입니다
Starting network...
eth0: device MAC address 7e:f1:78:29:23:d0
stmmac_open: failed PTP initialisation
udhcpc (v1.22.1) started
Sending discover...
Sending discover...
Sending discover...
No lease, failing
libphy: stmmac-0:01 - Link is Up - 100/Full
보시다시피, udhcpc가 IP 주소 획득 시도를 중지할 때까지 PHY는 완전히 시작되지 않습니다.
udhcpc가 PHY가 시작될 때까지 기다리게 하는 방법이 있습니까? 감사해요