Did you flash it with the Web GUI? I've managed it fine with a serial cable
booting into tftp mode or whatever it's called, but the default netgear Web
interface rejects it.
On February 1, 2014 8:03:30 PM PST, Aaron Z wrote:
>On Saturday, February 1, 2014 3:22:02 AM "Finn Herzfeld"
> wrote:
>>
On Saturday, February 1, 2014 3:22:02 AM "Finn Herzfeld"
wrote:
> I've been bumbling around with OpenWRT and someone showed me how
> tomodify a Makefile to make a build that the default firmware on the
> Netgear WNR2000v3 will accept as an upgrade, thus making flashing
> significantly easier. It
Thanks for the reply, interesting read.
I would've blamed android as well except the factory firmware and another
router I have without openwrt works correctly. I also used to use another
openwrt router, a dlink 615 which workes without any issues.
On Thu, Jan 30, 2014 at 8:56 AM, Chirag Chhatri
It was recently sent to linux-mips for comments. It adds workaround for
WNR3500L to enable USB port.
Signed-off-by: Rafał Miłecki
---
V2: Update patch to V2 (dropped pr_debug)
---
...X-Add-new-file-for-device-specific-workar.patch | 81 ++
...se-fixed-PHY-device-if-we-do-not-
Jonas,
El 13/01/2014 09:24, Jonas Gorski escribió:
On Sat, Jan 11, 2014 at 6:35 PM, Ernesto
wrote:
Hi all,
I'm trying to add USB support to a broadcom 6328 based board, named
96328dg2x2. I used the definition of another board, 963281TAN, and
added
.has_ehci0 = 1 and ohci0 too, and configured
AFAIK anyone with a Neufbox 6 should be able to test if the problem happens on
SMP + SPI flash.
I don't have any SMP + SPI flash brcm63xx device that is currently supported by
OpenWrt.
When Florian releases the BCM3380 patches I'll be able to test this with my
Netgear CG3100Dv3.
Regards,
Álvar
Hi,
Can anyone check and apply it? Thanks!
--
Marcus905
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
> I'm pretty sure that the jffs2 file name corruption problem doesn't
> happen BCM63xx SoCs with spi flash and smp enabled, so, if this is
> correct, seems to be a race condition between the flash type, jffs2
> and some Broadcom SoCs, as Jonas pointed some time ago.
Can somebody confirm is the pr
Hi,
I've been bumbling around with OpenWRT and someone showed me how
tomodify a Makefile to make a build that the default firmware on the
Netgear WNR2000v3 will accept as an upgrade, thus making flashing
significantly easier. It seems the sort of that you'd want in the main
trunk, so here's the pat