Skip to content

Instantly share code, notes, and snippets.

@theojulienne
Created March 23, 2015 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theojulienne/9251b79bcbd68b4e9240 to your computer and use it in GitHub Desktop.
Save theojulienne/9251b79bcbd68b4e9240 to your computer and use it in GitHub Desktop.
Fixing WiLink 8 (wl18xx) having MAC address de:ad:be:ef:00:00

If you have a Texas Instruments WiLink 8 (and probably 6) and you get a weird MAC address like:

wlan0     Link encap:Ethernet  HWaddr de:ad:be:ef:00:00

This is likely because the default TI distribution of firmware distributes a file called 'wl1271-nvs.bin' in /lib/firmware/ti-connectivity that overrides the built-in MAC address with this silly address.

To fix, simply:

rm -rf /lib/firmware/ti-connectivity/wl1271-nvs.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment