>
> That MAC address made me laugh, so I gave it a quick look up to see if it
> was a known hack of some kind.
>
> It's apparently a TI thing.
> https://gist.github.com/theojulienne/9251b79bcbd68b4e9240
>
> Hope this helps.
>
> Aaron
>

DEADBEEF is actually an "old school programmer thing". But if we look into
a stock debian image file . . .

$ sudo fdisk -lu
cleanup/downloads/linux-images/bone-debian-7.8-console-armhf-2015-03-01-2gb.img

Disk
cleanup/downloads/linux-images/bone-debian-7.8-console-armhf-2015-03-01-2gb.img:
1782 MB, 1782579200 bytes
184 heads, 31 sectors/track, 610 cylinders, total 3481600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Device Boot      Start         End      Blocks   Id  System
cleanup/downloads/linux-images/bone-debian-7.8-console-armhf-2015-03-01-2gb.img1
*        2048     3481599     1739776   83  Linux

$ sudo mount -o loop,offset=1048576
cleanup/downloads/linux-images/bone-debian-7.8-console-armhf-2015-03-01-2gb.img
/media/rootfs
william@eee-pc:~$ cat /media/rootfs/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp
# Example to keep MAC address between reboots
*#hwaddress ether DE:AD:BE:EF:CA:FE*

# The secondary network interface
#auto eth1
#iface eth1 inet dhcp

# WiFi Example
#auto wlan0
#iface wlan0 inet dhcp
#    wpa-ssid "essid"
#    wpa-psk  "password"

# Ethernet/RNDIS gadget (g_ether)
# ... or on host side, usbnet and random hwaddr
# Note on some boards, usb0 is automaticly setup with an init script
iface usb0 inet static
    address 192.168.7.2
    netmask 255.255.255.0
    network 192.168.7.0
    gateway 192.168.7.1

As I recall there is also a script somewhere that did, or still sets this
MAC address for the ethernet interface. Granted this is not what my own
beaglebones are set to . . .


On Mon, Aug 1, 2016 at 1:25 PM, Aaron <[email protected]> wrote:

> That MAC address made me laugh, so I gave it a quick look up to see if it
> was a known hack of some kind.
>
> It's apparently a TI thing.
> https://gist.github.com/theojulienne/9251b79bcbd68b4e9240
>
> Hope this helps.
>
> Aaron
>
>
>
> On 1 August 2016 at 15:57, <[email protected]> wrote:
>
>> I just updated two Beaglebone Green Wireless modules with the latest
>> operating system (Debian 8.4 2016-05-13 4GB SD LXQT) and I find that the
>> MAC addresses of the wlan0 interfaces of both boards show as
>> DE:AD:BE:EF:00:00. Is there a way to automatically set them to the numbers
>> printed on the boards? I'm pretty sure they didn't show as
>> DE:AD:BE:EF:00:00 before I did the upgrade because I was able to setup an
>> ssh connection to each board independently. Now, since they both have the
>> same MAC address, they both get the same IP address from my router and get
>> confused. What is the best way to sort this out?
>>
>> --
>> 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/1606443b-576e-43eb-82d8-6b705288cb4c%40googlegroups.com
>> <https://groups.google.com/d/msgid/beagleboard/1606443b-576e-43eb-82d8-6b705288cb4c%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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/CALw-AjMxwMPaTNv98smkL7AomvVduzwkL%2B0v7fBqgFGNq9HotA%40mail.gmail.com
> <https://groups.google.com/d/msgid/beagleboard/CALw-AjMxwMPaTNv98smkL7AomvVduzwkL%2B0v7fBqgFGNq9HotA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CALHSORoeq1M5P%3DhU%3D2Gq_PeoYrFLqhC%2Bt8pQJnMtxAw7UE9%3DvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to