[OpenWrt-Devel] b44 module errors on x86

2013-09-04 Thread Helmut Schaa
Hi Hauke, Booting a pretty decent x86 OpenWrt within KVM gives me a bunch of Symbol errors in b44: [2.291153] b44: Unknown symbol ssb_device_is_enabled (err 0) [2.294154] b44: Unknown symbol ssb_pcicore_dev_irqvecs_enable (err 0) [2.298384] b44: Unknown symbol ssb_bus_may_powerdown

Re: [OpenWrt-Devel] [TESTER NEEDED][PATCH] mtd: bcm47xxsflash: add support for SSB bus

2013-09-04 Thread Hauke Mehrtens
On 09/03/2013 09:01 AM, Rafał Miłecki wrote: --- As you could notice OpenWrt recently switched from old MTD drivers to the mainline ones. Unfortunately it means that serial flash on SSB is no longer supported. I mean to fix this (it's a simple patch), but I need some tester to try it. Is

Re: [OpenWrt-Devel] [TESTER NEEDED][PATCH] mtd: bcm47xxsflash: add support for SSB bus

2013-09-04 Thread Bastian Bittorf
* Hauke Mehrtens ha...@hauke-m.de [04.09.2013 17:57]: On 09/03/2013 09:01 AM, Rafał Miłecki wrote: --- As you could notice OpenWrt recently switched from old MTD drivers to the mainline ones. Unfortunately it means that serial flash on SSB is no longer supported. I mean to fix this

Re: [OpenWrt-Devel] [TESTER NEEDED][PATCH] mtd: bcm47xxsflash: add support for SSB bus

2013-09-04 Thread Rafał Miłecki
2013/9/4 Bastian Bittorf bitt...@bluebottle.com: * Hauke Mehrtens ha...@hauke-m.de [04.09.2013 17:57]: On 09/03/2013 09:01 AM, Rafał Miłecki wrote: --- As you could notice OpenWrt recently switched from old MTD drivers to the mainline ones. Unfortunately it means that serial flash on SSB

[OpenWrt-Devel] Strange TCP failure

2013-09-04 Thread jonsm...@gmail.com
I'm using OpenWRT git on AsiaRF. AsiaRF may not be completely debugged yet. Problem: I can ping the router without issue. But I am unable to open any TCP connections. Firewall is off: /etc/init.d/firewall stop I attached a pcap of trying to open port 80 over Ethernet Desktop sends a SYN Router

Re: [OpenWrt-Devel] Strange TCP failure

2013-09-04 Thread Yousong Zhou
Hi, Jon. On 5 September 2013 04:02, jonsm...@gmail.com jonsm...@gmail.com wrote: I'm using OpenWRT git on AsiaRF. AsiaRF may not be completely debugged yet. Problem: I can ping the router without issue. But I am unable to open any TCP connections. Firewall is off: /etc/init.d/firewall stop

Re: [OpenWrt-Devel] Strange TCP failure

2013-09-04 Thread Yousong Zhou
On 5 September 2013 09:04, Yousong Zhou yszhou4t...@gmail.com wrote: Hi, Jon. On 5 September 2013 04:02, jonsm...@gmail.com jonsm...@gmail.com wrote: I'm using OpenWRT git on AsiaRF. AsiaRF may not be completely debugged yet. Problem: I can ping the router without issue. But I am unable to

Re: [OpenWrt-Devel] Strange TCP failure

2013-09-04 Thread jonsm...@gmail.com
On Wed, Sep 4, 2013 at 9:08 PM, Yousong Zhou yszhou4t...@gmail.com wrote: On 5 September 2013 09:04, Yousong Zhou yszhou4t...@gmail.com wrote: Hi, Jon. On 5 September 2013 04:02, jonsm...@gmail.com jonsm...@gmail.com wrote: I'm using OpenWRT git on AsiaRF. AsiaRF may not be completely

Re: [OpenWrt-Devel] Strange TCP failure

2013-09-04 Thread jonsm...@gmail.com
In general I'm unable to get the RT5350 to work with VLANs turned off - like OpenWRT defaults to. RT3050 works fine in default config. Turn VLANs on and it works. RT5350 is missing a port that is on the RT3050 maybe that has messed something up? config interface 'loopback' option ifname 'lo'

[OpenWrt-Devel] [PATCH] base-files: make sysupgrade -l reflect the value of -c

2013-09-04 Thread Catalin Patulea
Signed-off-by: Catalin Patulea c...@vv.carleton.ca --- package/base-files/files/sbin/sysupgrade |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade index eb5ab03..ddb7a83 100755 ---