changeyourname / pandroid

Automatically exported from code.google.com/p/pandroid
0 stars 0 forks source link

new mac address and dhcp issued ip on each reboot #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The smsc95xx driver used on the Pandaboard generates a new random MAC address 
every time the interface is brought up.

The beagle xM community addressed this by basing the HWaddr on the hash of a 
board component's die ID.
http://patchwork.openembedded.org/patch/3441/

Ubuntu has provided a kernel arg to hard code the mac address and override the 
random creation.
https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/673504

Please offer a similar workaround for the Pandroid kernel.

Original issue reported on code.google.com by tjbake...@gmail.com on 8 Mar 2011 at 7:17

GoogleCodeExporter commented 8 years ago
See: 
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-maverick.git;a=commitdiff;h=10f38b4
55e75b85f72e98786e5518cf7b0324634;hp=f62e143182cc123fdfdf9bb88952a938af7d86e8

Original comment by tjbake...@gmail.com on 8 Mar 2011 at 7:27