[OpenWrt-Devel] [PATCH] Mac address fixup for avila NPE

2008-01-03 Thread Harald Schiöberg
Fixes the MAC address handling on avila NPE on startup Added support for changing the mac address at runtime Replaces/based-on 740-avila_loft_mac_platform.patch for 2.6.21 Signed-off-by: Harald Schioeberg <[EMAIL PROTECTED]> Index: target/linux/ixp4xx/patches-2.6.23/203-npe_macaddress.patch ===

Re: [OpenWrt-Devel] Avila and mac-address

2008-01-03 Thread Imre Kaloz
2008.01.03. 22:00:43 dátumon Harald Schiöberg <[EMAIL PROTECTED]> írta: > Hi, > > with trunk(10094) on avila I have the problem, that the mac-address is > all zeros. > > nslu2 has: > > if (mtd->read(mtd, 0x3FFB0, 6, &retlen, mac) == 0 && retlen == 6) { > printk(KERN_INFO "nslu2 mac: %.2x:%.2x:

Re: [OpenWrt-Devel] Avila and mac-address

2008-01-03 Thread Rod Whitby
Harald Schiöberg wrote: > Hi, > > with trunk(10094) on avila I have the problem, that the mac-address is > all zeros. > > nslu2 has: > > if (mtd->read(mtd, 0x3FFB0, 6, &retlen, mac) == 0 && retlen == 6) { > printk(KERN_INFO "nslu2 mac: %.2x:%.2x:%.2x:%.2x:%.2x:%.2x\n", >mac[0], m

[OpenWrt-Devel] Avila and mac-address

2008-01-03 Thread Harald Schiöberg
Hi, with trunk(10094) on avila I have the problem, that the mac-address is all zeros. nslu2 has: if (mtd->read(mtd, 0x3FFB0, 6, &retlen, mac) == 0 && retlen == 6) { printk(KERN_INFO "nslu2 mac: %.2x:%.2x:%.2x:%.2x:%.2x:%.2x\n", mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);

Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Imre Kaloz
2008.01.03. 20:28:37 dátumon Harald Schiöberg <[EMAIL PROTECTED]> írta: > >>> I did a distclean, but if you say that it should work, I'll try a >>> complete rm -r trunk/ right now. > > that fixed it. distclean was not clean enough. thanks. > Harald Yeah, the uClibc upgrade + softfloat + ARM

Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Harald Schiöberg
>> I did a distclean, but if you say that it should work, I'll try a >> complete rm -r trunk/ right now. that fixed it. distclean was not clean enough. thanks. Harald ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.op

Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Mark Kelly
It booted for me on a GW2345 with a clean build, even though the new ethernet driver still does not support the GW2345's kendin switch :( On Thu, 2008-01-03 at 19:45 +0100, Harald Schiöberg wrote: > >> is there a known issue currently? > >> > > > > I've tested a build yesterday on my 2348-2 and

Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Harald Schiöberg
>> is there a known issue currently? >> > > I've tested a build yesterday on my 2348-2 and didn't have any issues. Did > you modify anything in the toolchain/kernel? Is this a clena build or did > you just svn up from an older checkout? I did a distclean, but if you say that it should work,

Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Imre Kaloz
2008.01.03. 19:34:20 dátumon Harald Schiöberg <[EMAIL PROTECTED]> írta: > Hi, I have the problem, that my avila gets stuck after reboot with > latest (10090) trunk. > > > Uncompressing > Linux.. > done, booting the kernel. > Linux ver

[OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Harald Schiöberg
Hi, I have the problem, that my avila gets stuck after reboot with latest (10090) trunk. Uncompressing Linux.. done, booting the kernel. Linux version 2.6.23.12 ([EMAIL PROTECTED]) (gcc version 4.1.2) #1 Thu Jan 3 18:59:53 CET 2008 C

Re: [OpenWrt-Devel] [PATCH] natpmp package

2008-01-03 Thread lorenz schori
http://savannah.nongnu.org/projects/natpmp Version 0.2.1 -> 0.2.2 Signed-off-by: Lorenz Schori <[EMAIL PROTECTED]> natpmp-0.2.2.diff Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org

[OpenWrt-Devel] make repeater

2008-01-03 Thread Arief Iqbal
hi, how can I make repeater from openwrt? are there any special script to clone any other hotspot? regards, arief - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.___ openwrt-deve