You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up a normal pi4 project from nerves.new I keep getting messages (both on a connected display, punching through whatever I'm doing) and in the logs:
13:36:59.861 [error] could not attach to PHY
13:36:59.867 [error] bcmgenet fd580000.ethernet eth0: failed to connect to PHY
13:36:59.888 [debug] ip:ip: SIOCSIFFLAGS: No such device
13:36:59.889 [error] Nonzero exit from ip, ["link", "set", "eth0", "up"]: 2
RingLogger gave me some more:
14:37:24.893 [info] RouteManager: clear_route eth0
14:37:24.895 [warn] RouteManager: set_connection_status to :disconnected on unknown ifname: eth0
14:37:24.906 [warn] bcmgenet: Skipping UMAC reset
14:37:24.906 [error] could not attach to PHY
14:37:24.912 [error] bcmgenet fd580000.ethernet eth0: failed to connect to PHY
14:37:24.931 [debug] ip:ip: SIOCSIFFLAGS: No such device
14:37:24.932 [error] Nonzero exit from ip, ["link", "set", "eth0", "up"]: 2
14:37:24.932 [debug] VintageNet(eth0): :configuring -> done error: retrying after 30000 ms
Describe the bug
Setting up a normal pi4 project from nerves.new I keep getting messages (both on a connected display, punching through whatever I'm doing) and in the logs:
RingLogger gave me some more:
To Reproduce
Or try this more involved repo: https://github.com/lawik/deck
Expected behavior
It should chill eventually :)
VintageNet Info
Environment
Additional context
Frank's suspicions from Slack:
"VintageNet is really trying on that port. I think this is a bug. Wired Ethernet on other devices doesn't do that."
The text was updated successfully, but these errors were encountered: