[OpenWrt-Devel] *PING* [PATCH] Ctrl-C doesn't work on brcm63xx, ticket #5516

2009-12-22 Thread Daniel Dickinson
*PING*, Ticket #5516 Here's an updated patch in case the old ones won't apply, and I think is not a bad patch. Could it please be applied? I can't access failsafe mode on my brcm63xx-based routers without it because Ctrl-C doesn't work. This patch doesn't eliminate Ctrl-C, it just adds regular

[OpenWrt-Devel] when 5MB<$(MemTotal)<10MB, tmpfs on /tmp is very small?

2009-12-22 Thread 徐开
line 24 in /etc/preinit(Kamikaze 8.09.1): *size=$(awk '/MemTotal:/ {l=5242880;mt=($2*1024);print((s=mt/2)l)?mt-l:s}' /proc/meminfo)* if the '*mt*' is more then 5MB and less then 10MB, the ‘*size*’ = '*mt*-5242880'. if the formula above is established , the ‘*size*' will be very small in the case w

Re: [OpenWrt-Devel] [BUG] 2.6.30+: BCM5354 USB LOCKUP (ehci-ssb) due to missed kernel changes

2009-12-22 Thread Michael Buesch
On Tuesday 22 December 2009 22:29:32 Andreas Mohr wrote: > Now that this annoying issue is out of the way, how to go forward? By sending a patch? > And I would be very pleased if ehci-ssb.c could find its way into mainline > pretty soon, Yeah. Care to do so? -- Greetings, Michael. ___

[OpenWrt-Devel] [BUG] 2.6.30+: BCM5354 USB LOCKUP (ehci-ssb) due to missed kernel changes

2009-12-22 Thread Andreas Mohr
Hello all, took several hours to trace this, with the very generous help of Alan Stern. My serial adapters (FTDI 8U232AM, FTDI 232RL, pl2303) kept locking up USB in case they had been open()ed. This also caused FHEM to fail communicating with my home automation interface (_almost_ always, curiousl