В Thu, 19 Jan 2012 09:55:23 +0100
Helmut Schaa <helmut.sc...@googlemail.com> пишет:

> On Thu, Jan 19, 2012 at 2:33 AM, Marco Antonio Mauro <marcu...@gmail.com> 
> wrote:
> > 2. The device boots successfully but I cannot enable the wifi access
> > point. In the system log there is an error. You can see the log here:
> > http://wiki.openwrt.org/toh/sitecom/wl-341#notes
> > I personally think it's a not enough RAM problem, but the device tells
> > me there is over 5MB of ram available at boot time so I'm a bit
> > puzzled.
> 
> Indeed the driver is not able to allocate the queue entries it requires :(
> 
> I only used rt2x00 on a 32MByte RT3052 SoC yet, so not sure how to
> debug that further on your 16MByte machine ...

I have a rt3050 board with 16MBs of RAM and had to add this to rc.local:

for i in $(seq 1 10); do
        [ -h /sys/class/net/br-lan/brif/wlan0 ] && break
        sleep 3
        wifi up
done

It usually starts after 2-3 iterations. Hope it will be more
memory-efficient some time...

-- 
  Alexander
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to