* [Cerowrt-devel] Another wifi hang (3.10.32-12)?
@ 2014-04-21 22:33 Rich Brown
2014-06-13 19:45 ` Stephen Hemminger
0 siblings, 1 reply; 4+ messages in thread
From: Rich Brown @ 2014-04-21 22:33 UTC (permalink / raw)
To: cerowrt-devel
Folks,
I lost my 2.4GHz wifi yesterday after about two weeks of uptime. 5GHz worked fine. Both the failing machines were OSX laptops or iPads, but I failed to check with my Windows or Android devices. We had been away for ~24 hours, and had not been using it heavily before we left.
Since there was a fair amount of urgency from family members ("The internet's not working!!!") and since I didn't have a short list of things to record, I simply noted the uptime (~15 days) and rebooted. It came up fine.
I subsequently went through the cerowrt-devel messages to collect facts to gather should this happen again. That'll be the gist of my next note, but the following bits were still available after last night's reboot:
root@cerowrt:/etc# cat /etc/openwrt_release
DISTRIB_ID="CeroWrt"
DISTRIB_RELEASE="3.10.32-12"
DISTRIB_REVISION="r39976"
DISTRIB_CODENAME="toronto"
DISTRIB_TARGET="ar71xx/generic"
DISTRIB_DESCRIPTION="CeroWrt Toronto 3.10.32-12"
DISTRIB_TAINTS="no-all busybox"
root@cerowrt:/etc# egrep -i "country|channel|htmode" /etc/config/wireless
option channel '11'
option htmode 'HT20'
option channel '36'
option htmode 'HT20'
Rich
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] Another wifi hang (3.10.32-12)?
2014-04-21 22:33 [Cerowrt-devel] Another wifi hang (3.10.32-12)? Rich Brown
@ 2014-06-13 19:45 ` Stephen Hemminger
2014-06-13 19:49 ` Jim Gettys
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2014-06-13 19:45 UTC (permalink / raw)
To: Rich Brown; +Cc: cerowrt-devel
We had wifi hang today as well. Is there any information worth gathering?
Also, when Mac does suspend/resume it falls off wifi. I suspect it needs to
redo negotiation or DHCP, not sure. But doing on/off on Mac clears it.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] Another wifi hang (3.10.32-12)?
2014-06-13 19:45 ` Stephen Hemminger
@ 2014-06-13 19:49 ` Jim Gettys
2014-06-13 23:27 ` Dave Taht
0 siblings, 1 reply; 4+ messages in thread
From: Jim Gettys @ 2014-06-13 19:49 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 854 bytes --]
On Fri, Jun 13, 2014 at 3:45 PM, Stephen Hemminger <
stephen@networkplumber.org> wrote:
> We had wifi hang today as well. Is there any information worth gathering?
>
Don't think so. Felix has a new driver that may help, but we don't have a
build with it usable this instant. I'm negotiating with Dave about
building one this instant.
>
> Also, when Mac does suspend/resume it falls off wifi. I suspect it needs to
> redo negotiation or DHCP, not sure. But doing on/off on Mac clears it.
>
>
Not quite sure what you mean... Can you describe what is doing what to
whom better?
- Jim
>
>
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
[-- Attachment #2: Type: text/html, Size: 2232 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Cerowrt-devel] Another wifi hang (3.10.32-12)?
2014-06-13 19:49 ` Jim Gettys
@ 2014-06-13 23:27 ` Dave Taht
0 siblings, 0 replies; 4+ messages in thread
From: Dave Taht @ 2014-06-13 23:27 UTC (permalink / raw)
To: Jim Gettys; +Cc: cerowrt-devel
In the run-up to the upcoming openwrt barrier breaker freeze - there
has been a whole bunch of churn in the backend openwrt git repos, with
enough stuff moving around to completely break the cerowrt build. I've
got most of it repaired now, but two core packages now refuse to
install into the build system. (luci-app-sqm in particular)
secondly I am watching the homewrt folk get closer and closer to a
working hnetd + mdns proxy implementation, and all of my recent (and
non-published here) builds were built towards enabling that goal.
I am going to fork the repo for the ongoing -
please-god-give-us-stable-wifi-cerowrt- branch and continue to try to
get hnetd somewhere.
but I've been kind of overwhelmed on getting some core work done on my
day job of late, and stuck on why I can't install certain packages
from the ceropackages-3.10 repo.
I do a feeds install of luci-app-sqm and nothing happens. It doesn't
make it to the build .config file.
For those of you doing cerowrt builds on your own, the main openwrt repo is
now git://git.openwrt.org/openwrt.git (I'd been using nbd's repo before)
the new package feeds are:
cero2@snapon:~/src/cerowrt-3.10$ cat feeds.conf.default
src-git packages https://github.com/openwrt/packages.git
src-git luci http://git.openwrt.org/project/luci.git
src-git routing https://github.com/openwrt-routing/packages.git
src-git telephony http://git.openwrt.org/feed/telephony.git
src-git management https://github.com/openwrt-management/packages.git
src-git oldpackages http://git.openwrt.org/packages.git
#src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
#src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
#src-svn efl svn://svn.openwrt.org/openwrt/feeds/efl
#src-svn xorg svn://svn.openwrt.org/openwrt/feeds/xorg
#src-svn desktop svn://svn.openwrt.org/openwrt/feeds/desktop
#src-svn xfce svn://svn.openwrt.org/openwrt/feeds/xfce
#src-svn lxde svn://svn.openwrt.org/openwrt/feeds/lxde
#src-link custom /usr/src/openwrt/custom-feed
On Fri, Jun 13, 2014 at 12:49 PM, Jim Gettys <jg@freedesktop.org> wrote:
>
>
>
> On Fri, Jun 13, 2014 at 3:45 PM, Stephen Hemminger
> <stephen@networkplumber.org> wrote:
>>
>> We had wifi hang today as well. Is there any information worth gathering?
>
>
> Don't think so. Felix has a new driver that may help, but we don't have a
> build with it usable this instant. I'm negotiating with Dave about building
> one this instant.
>>
>>
>> Also, when Mac does suspend/resume it falls off wifi. I suspect it needs
>> to
>> redo negotiation or DHCP, not sure. But doing on/off on Mac clears it.
>
>
> Not quite sure what you mean... Can you describe what is doing what to whom
> better?
> - Jim
>
>>
>>
>>
>> _______________________________________________
>> Cerowrt-devel mailing list
>> Cerowrt-devel@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
>
>
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
--
Dave Täht
NSFW: https://w2.eff.org/Censorship/Internet_censorship_bills/russell_0296_indecent.article
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-13 23:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-21 22:33 [Cerowrt-devel] Another wifi hang (3.10.32-12)? Rich Brown
2014-06-13 19:45 ` Stephen Hemminger
2014-06-13 19:49 ` Jim Gettys
2014-06-13 23:27 ` Dave Taht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox