<div dir="ltr"><div><div><div><div><div>Hello Fabian,<br><br></div>I'll look at that one, there also seems to be a confix.txt in /boot, that the RPI uses for several things.<br><br></div>What I noticed though, is that if there's no cfg script in network-scripts for the device (ifcfg-wlan0), after NetworkManager starts, the Mac addr seems to be random. (while on other Centos/RHEL/etc machines I have, in that case the Mac address/device would just not show.<br><br></div>When that script is there, NetworkManager consistenly shows the correct Mac (which depends on the serial of the board, I read somewhere)<br><br></div>thanks,<br><br></div>Ron<br><div><div><div><div><div><div><br><br></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 3, 2018 at 1:37 AM, Fabian Arrotin <span dir="ltr"><<a href="mailto:arrfab@centos.org" target="_blank">arrfab@centos.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 02/04/18 04:19, <a href="mailto:cjvijf@gmail.com">cjvijf@gmail.com</a> wrote:<br>
> Hello,<br>
><br>
><br>
> I don't know if this is a dev issue/problem,  but I bought 2 RPI 3 about<br>
> a year ago, and installed centos on one (the other one I haven't even<br>
> used yet).<br>
><br>
> It seems the Mac address changes every reboot? (into something 'random',<br>
> because the first 2 numbers indicate the manufacturer, right?<br>
><br>
> Is this a known issue?  is it an OS or hardware issue?<br>
><br>
><br>
> thanks,<br>
><br>
><br>
> Ron<br>
<br>
</div></div>Something I discovered when we were looking at WiFi support for the RPI3<br>
: there is one file "controlling" the needed firmware for it :<br>
/usr/lib/firmware/brcm/<wbr>brcmfmac43430-sdio.txt<br>
<br>
If you look at that file, we decided to comment the macaddress line, to<br>
avoid all the provisioned RPI3 boards to suddenly uses the same static<br>
mac address everywhere.<br>
So the file (as present in the rpi image we provided) is looking like<br>
this :<br>
#macaddr=00:90:4c:c5:12:38<br>
<br>
That can probably explain what you're seeing ?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Fabian Arrotin<br>
The CentOS Project | <a href="https://www.centos.org" rel="noreferrer" target="_blank">https://www.centos.org</a><br>
gpg key: 56BEC54E | twitter: @arrfab<br>
<br>
</font></span><br>______________________________<wbr>_________________<br>
Arm-dev mailing list<br>
<a href="mailto:Arm-dev@centos.org">Arm-dev@centos.org</a><br>
<a href="https://lists.centos.org/mailman/listinfo/arm-dev" rel="noreferrer" target="_blank">https://lists.centos.org/<wbr>mailman/listinfo/arm-dev</a><br>
<br></blockquote></div><br></div>