PINE64
Howto use MAC address as printed on the label on the back - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32)
+---- Forum: Ethernet Port (https://forum.pine64.org/forumdisplay.php?fid=39)
+---- Thread: Howto use MAC address as printed on the label on the back (/showthread.php?tid=2049)



Howto use MAC address as printed on the label on the back - longsleep - 08-20-2016

The BSP Linux Kernel does automatically generate a locally administered MAC address for the Ethernet (eth0) interface.

Some networks might not be able to handle those correctly. The recommended solution is to manually set the MAC address to the one which is printed on the back of the Pine64 by adding it to /boot/uEnv.txt with a line like ethaddr=xx:xx:xx:xx:xx:xx.

The MAC address is the lower number on the barcode label on the back of your Pine board. Start from the left and add a colon every two chars. So far they all seem to start with 00:06:dc making this the vendor prefix.


RE: Howto use MAC address as printed on the label on the back - longsleep - 08-20-2016

It came to my attention that there are Pine64 boards which only have a single barcode/number on the back. Thats the serial number and not the MAC address. If thats the case for you you are lost for now. Maybe Pine64 can give some details how to derive the MAC address from the serial number (if possible).


RE: Howto use MAC address as printed on the label on the back - longsleep - 08-21-2016

If you want to test your Network speed properly see http://forum.pine64.org/showthread.php?tid=2052


RE: Howto use MAC address as printed on the label on the back - MarkHaysHarris777 - 08-21-2016

... moved this thread to the Ethernet sub-forum, and made it 'sticky'.