On Nov 21 23:19:46, h...@stare.cz wrote:
> On Nov 21 17:55:05, open...@crowsons.com wrote:
> > does lladdr random in hostname.cpsw0 fix mac address issue? or lladdr
> > ar:ea:lm:ac:ad:dr with a mac choosen by you?
> 
> Ah, yes. Thank you!
> 
> (The fact that it gets zeroed still seems an error though.)

So the following  line should probably stay in the Makefile

        # 5.15 breaks cpsw(4) on bbb

> 
> > On 11/21/22 16:28, Jan Stary wrote:
> > > > Here is the cpsw problem:
> > > > 
> > > > -cpsw0 at omsysc46: version 1.12 (0), address 90:59:af:82:2e:7e
> > > > +cpsw0 at omsysc46: version 1.12 (0), address 00:00:00:00:00:00
> > > > 
> > > > The booted BBB did assign an address to its cpsw0,
> > > > 
> > > > cpsw0: flags=808843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,AUTOCONF4> 
> > > > mtu 1500
> > > >         lladdr 00:00:00:00:00:00
> > > >         index 1 priority 0 llprio 3
> > > >         groups: egress
> > > >         media: Ethernet autoselect (100baseTX full-duplex)
> > > >         status: active
> > > >         inet 192.168.44.22 netmask 0xffffff00 broadcast 192.168.44.255
> > > > 
> > > > but without a MAC address, I cannot ssh to it (though I can ssh out of 
> > > > it);
> > > > arp says
> > > > 
> > > > 192.168.44.22 00:00:00:00:00:00 em0 6m12s
> > > 
> > > 
> > > I am surprised dhcpd even talks to that, but
> > > 
> > > dhcpd[37704]: DHCPDISCOVER from 00:00:00:00:00:00 via em0
> > > dhcpd[37704]: DHCPOFFER on 192.168.44.22 to 00:00:00:00:00:00 via em0
> > > dhcpd[37704]: DHCPREQUEST for 192.168.44.22 from 00:00:00:00:00:00 via em0
> > > dhcpd[37704]: DHCPACK on 192.168.44.22 to 00:00:00:00:00:00 via em0

Reply via email to