[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2011-02-28 Thread Tobin Davis
Tim's fix is in the current kernel (2.6.35-1101.4). Marking as fix released, although I hope Floyd42's fix gets in mainstream. ** Changed in: linux-ti-omap4 (Ubuntu Natty) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2011-01-16 Thread Floyd42
Seems someone came up with another way to solving this. See: http://patchwork.openembedded.org/patch/3441/ Actually, using a platform ID is a smart way to get a fixed MAC. In my opinion much better than using a random MAC as fall back. -- You received this bug notification because you are a mem

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2011-01-13 Thread Jamie Bennett
** Tags added: omap4 panda -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673504 Title: Pandaboard chooses a new IP address on each boot -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com htt

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-12-10 Thread Tim Gardner
** Also affects: linux-ti-omap4 (Ubuntu Natty) Importance: High Assignee: Tim Gardner (timg-tpi) Status: Triaged ** Changed in: linux-ti-omap4 (Ubuntu Natty) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-12-09 Thread Tim Gardner
We're working on it. There is a compile problem with the Natty toolchain. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673504 Title: Pandaboard chooses a new IP address on each boot -- ubuntu-bug

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-12-09 Thread Tobin Davis
While this fixes Maverick, Natty currently uses the previous kernel, 2.6.35-903.17. Could this be published for Natty as well? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673504 Title: Pandaboard

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-ti-omap4 - 2.6.35-903.19 --- linux-ti-omap4 (2.6.35-903.19) maverick-proposed; urgency=low [ Upstream Kernel Changes ] * smsc95xx: generate random MAC address once, not every ifup - LP: #673504, #673509 -- Tim GardnerTue, 16 Nov 20

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-12-07 Thread Brad Figg
This has been tested several times and is working just fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673504 Title: Pandaboard chooses a new IP address on each boot -- ubuntu-bugs mailing lis

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-12-07 Thread Tim Gardner
Martin - I'm confused. linux-ti-omap4 2.6.35-902.19 has already been verified to fix this bug (see comment #9). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673504 Title: Pandaboard chooses a new I

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-12-07 Thread Brad Figg
** Tags added: verification-done ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673504 Title: Pandaboard chooses a new IP address on each boot -- ubuntu-bugs ma

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-12-07 Thread Martin Pitt
Accepted linux into maverick-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Tags removed: verification-done **

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-23 Thread Tobin Davis
Wrote this test script to take the specified network port up and down in a loop. Ran it repeatedly on the proposed kernel without issue (script takes specified interface up & down 10 times). dmesg output shows network interface stop/start for each iteration within the script and no errors. Calli

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/linux-ti-omap4 -- Pandaboard chooses a new IP address on each boot https://bugs.launchpad.net/bugs/673504 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-17 Thread Colin Watson
Accepted linux-ti-omap4 into maverick-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Also affects: linux-ti-omap

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-16 Thread Tim Gardner
SRU Justification: Impact: The smsc95xx driver generates a new random MAC address on every ifdown/up instead of only one during driver's init, and doesn't let the user to set up the mac address using known methods like ifconfig usb0 hw ether . Fix: Just move the init_mac_address function to bind

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-16 Thread Tim Gardner
** Changed in: linux-ti-omap4 (Ubuntu) Importance: Undecided => High ** Changed in: linux-ti-omap4 (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: linux-ti-omap4 (Ubuntu) Milestone: None => maverick-updates ** Changed in: linux-ti-omap4 (Ubuntu) Assignee: Ricardo Sa

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-11 Thread Ricardo Salveti
Just sent to the kernel team: https://lists.ubuntu.com/archives/kernel- team/2010-November/013417.html -- Pandaboard chooses a new IP address on each boot https://bugs.launchpad.net/bugs/673504 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-10 Thread BernardB
Ack. Tested and works here too. Also verified that it doesn't interfere with the smsc95xx.macaddr= kernel cmdline parameter. -- Pandaboard chooses a new IP address on each boot https://bugs.launchpad.net/bugs/673504 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-10 Thread Ricardo Salveti
Tested here and did work as expected. After giving ifconfig usb0 down/up the mac address didn't change and was also able to change the mac address with "ifconfig usb0 hw ether ". -- Pandaboard chooses a new IP address on each boot https://bugs.launchpad.net/bugs/673504 You received this bug notif

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-10 Thread Ricardo Salveti
Kernel compiled with the pointed patch: http://people.canonical.com/~rsalveti/maverick/kernel/es2/linux-image-2.6.35-903-omap4_2.6.35-903.18rsalveti1_armel.deb Please test and let us know if it did work for you. Will then forward to the kernel team with a SRU. -- Pandaboard chooses a new IP addr

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-10 Thread Ricardo Salveti
There's a patch already that makes it possible to stick with only one mac address: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- maverick.git;a=commitdiff;h=10f38b455e75b85f72e98786e5518cf7b0324634;hp=f62e143182cc123fdfdf9bb88952a938af7d86e8 If you set smsc95xx.macaddr at the kernel cmdline, it sh

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-10 Thread Sebastien JAN
Thanks for pointing this out. One work-around for this issue was added to the omap4 kernel (see http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- maverick.git;a=commit;h=10f38b455e75b85f72e98786e5518cf7b0324634). So you can force a MAC address at boot-time by adding the smsc95xx.macaddr=xx:xx:xx:xx:x

[Bug 673504] Re: Pandaboard chooses a new IP address on each boot

2010-11-10 Thread Ricardo Salveti
** Tags added: armel ** Changed in: linux-ti-omap4 (Ubuntu) Status: New => Confirmed ** Changed in: linux-ti-omap4 (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- Pandaboard chooses a new IP address on each boot https://bugs.launchpad.net/bugs/673504 You received th