Re: Orange Pi 5 weirdness
Harold Gutch <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 25, 2024 at 10:33:47AM -0400, Mouse wrote: > > eqos0: autoconfiguration error: Wrong MAC address. Clear the multicast bit. > > eqos0: Ethernet address c4:ab:14:c6:33:37 > > Well, there's a bug somewhere. Either the MAC it's printing isn't the > MAC it's testing or its test for multicastness is broken, because that > MAC does not have its multicast bit set (c4 has its 01 bit clear). ... or option 3, the output is wrong, what it actually means is "Clearing the multicast bit", https://nxr.netbsd.org/xref/src/sys/dev/ic/dwc_eqos.c#1266 But unless eqos is doing something special I doubt that this is the expected behavior. c4:ab:14 (or c5:ab:14) doesn't seem to be a valid MAC OUI. Harold