Comment 18 for bug 690370

Revision history for this message
Robert Nelson (robertcnelson) wrote :

Hi Laurent,

I think the "macaddr" parameter is a ubuntu sauce only fix that isn't in mainline.. On my panda, I take care of it thru "/etc/network/interfaces" with:

# The primary network interface
allow-hotplug usb0
iface usb0 inet dhcp
hwaddress ether 62:55:bf:8d:05:28

Odd.. I don't lose that much and get very close to the 768M...

Mem: 766560k total, 421156k used, 345404k free, 11312k buffers
Swap: 1534172k total, 10384k used, 1523788k free, 338336k cached

My /proc/cmdline:

console=ttyO2,115200n8 root=/dev/sda1 ro buddy= mpurate=

(Safe to ignore buddy= and mpurate= as they are from using the same script as an beagle/beaglexm..)

Just for reference, i'm using git version of x-loader from: (the Dec 23 commit)

http://gitorious.org/x-loader/x-loader

and mainline u-boot v2010.12..

Regards,