Re: [PATCH 5/5] m68k: Add support for Svethlana
Michael Schmitz <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k |
|---|---|
| Message-ID | <[email protected]> |
Hi Miro, Am 14.08.2026 um 21:57 schrieb Miro Kropáček: > On Fri, 14 Aug 2026 at 18:07, Geert Uytterhoeven <[email protected] > <mailto:[email protected]>> wrote: > > Does SVEthlana contain a unique MAC address? Without this, you probably > get a different random MAC, and thus a different IP address from DHCP. > > It doesn't. I had to force it as: > > /etc/systemd/network/10-svethlana.link: > [Match] > Driver=ethoc > > [Link] > MACAddress=<some online generated MAC address> > > IIRC the EtherNAT suffers from the same issue / feature but I don't know > how it was solved in Linux, so you might do the same for Svethlana. Same problem, same solution: set the MAC address from user space (00:00:DE:AD:BE:EF is a popular choice ...) Cheers, Michael > > -- > http://mikro.atari.org