Thanks
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Mutiple MAC address
Collapse
X
-
Mutiple MAC address
I read somewhere on this forum that someone was experiencing a new MAC address each time their Neo X7 rebooted. I checked my router and sure enough, my router was full of MAC addresses. I am not sure if each address took a different IP address. Let me know if you are seeing the same thing.......
ThanksMK818B, T428, ATV 1220, CS918S, TV01, S89H, R89, ADT-1, MK808B Plus, MINIX X8-H Plus, Tronsmart Orion R68 -
Just to add on... if you're running a ROM with init.d support, there's a fairly easy workaround: drop a file into /system/etc/init.d, and name it something like "S01fixether". The file should have the following contents:
Code:#!/system/bin/sh MACADDR="<mac address>" /system/bin/busybox ifconfig eth0 hw ether ${MACADDR}
Comment
-
Originally posted by hume View PostJust to add on... if you're running a ROM with init.d support, there's a fairly easy workaround: drop a file into /system/etc/init.d, and name it something like "S01fixether". The file should have the following contents:
Code:#!/system/bin/sh MACADDR="<mac address>" /system/bin/busybox ifconfig eth0 hw ether ${MACADDR}
MK818B, T428, ATV 1220, CS918S, TV01, S89H, R89, ADT-1, MK808B Plus, MINIX X8-H Plus, Tronsmart Orion R68
Comment
-
Originally posted by clarkss12 View PostSo all I nee do is create a text file with only these three lines?
- mount /system read+write.
- Create the file in /system/etc/init.d with the customizations I mentioned.
- Make sure the file is executable
- Test-run it just to be certain
- If it runs without errors, reboot.
You need root to do any of this (but if you're running a firmware with init.d support you probably already have it).
Comment
What's Going On
Collapse
There are currently 5525 users online. 1 members and 5524 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
Comment