On Mon, Apr 16, 2018 at 1:12 PM, ags <[email protected]> wrote: > > Update: I realized that the MAC address for wlan0 had changed - didn't > expect that. Will it remain the same until another firmware upgrade?
Yes the mac address did change (for new installs).. For old installs with package updates, thru apt there is no change.. It turns out the wl1835 has a built-in mac address.. So instead of generating our own unique mac address on first boot-up and using custom one, we use the wl1835 one.. You can disable this new mac address via editing: /etc/default/bb-wl18xx Change: USE_INTERNAL_WL18XX_MAC_ADDRESS=yes to #USE_INTERNAL_WL18XX_MAC_ADDRESS=yes" and reboot and it will return to the old address. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhqUWc6%2B3zLQRpHE3OHh%3D7w1jTtOWLS0U877JO7k7gVFA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
