yann2
Senior Member
- Jan 24, 2012
- 414
- 48
- Thread starter
- #61
Got some new information for all of you running CM7 Beta.
I posted a message at XDA Devs thread today, with a question about the duplicate MAC address problem we had noticed :
And I received this reply from cas_xp :
Would recommend you look up the MAC address of your TC970 when running factory firmware, and use that, by editing the nvs_map.bin file as cas suggested.
You will need a Hex editor though, as the file extension being .bin, it is a binary one.
Hex Edit explained in detail in my next post below.
I posted a message at XDA Devs thread today, with a question about the duplicate MAC address problem we had noticed :
Can someone running CM7 Betas check and report their MAC address for the wireless adapter? (your router will show it, it can be seen in Settings - About device also I think)
It seems some people are seeing:...showing in different tablets. Which is a no-no, as all nics should have unique mac addresses.Code:44:C1:5C:29:DE:3F
My LP1 shows that MAC when running CM7, but it doesn't match the original MAC it had and is stored in my router's Static IP table.
This is a fairly serious issue - two people running CM7 Beta in the same network will promptly get disconnected, as there's an address conflict. (this happened and was reported by gsgorveatt at LPL)
And I received this reply from cas_xp :
cas_xp said:The WL1271 chips do not come with unique MAC address. you need to buy MAC address and modify the MAC address in the NVS file. In my beta version, you will find it in /system/etc/wifi/nvs_map.bin.
0x3 - 0x6 : MAC addr LSB
0xA - 0xD : MAC addr MSB
You can modify it by yourself.
Would recommend you look up the MAC address of your TC970 when running factory firmware, and use that, by editing the nvs_map.bin file as cas suggested.
You will need a Hex editor though, as the file extension being .bin, it is a binary one.
Hex Edit explained in detail in my next post below.