From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 2982E201B88 for ; Mon, 21 Oct 2013 09:34:57 -0700 (PDT) Received: by mail-qc0-f180.google.com with SMTP id e9so3709038qcy.11 for ; Mon, 21 Oct 2013 09:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=Hx7xjPVedG1ocMSgnyAQaEbQuvt6kPNenA7CgSqy1B4=; b=itwHF+Z1q8HsD9A70nuKnSaWCTDL++Z+fsQUv4aPfJW2Jqp9bL5BjNCqhS5K243NK/ mz2C00HyBBuiFW9PE+O8AWYv62sGIkQ5fVm9PqXhdgwfSVEANsIbwr7jYpwN4gCrpIwr r/rgD7+I0z0XUaJilOhUJ53tCISz+EJxSS91yhr6R7F0X97W0rpWwtw+ulJ+mV8wFkjH DlkpHGtCI3NEfskymbopwWqcbwZFIqkS0uOD8kOChh2vJmCWsa9yrlMAXpl2wfjALjZp GUD4//Rm9A5m9ctU7gpw6erRfs53qbO7ghtwenwa3Jdcak6IZLKlOX8VzDHlen6nrrlV PMSw== X-Received: by 10.49.59.115 with SMTP id y19mr23707652qeq.8.1382373295984; Mon, 21 Oct 2013 09:34:55 -0700 (PDT) Received: from ?IPv6:2001:470:8a63:1:5a7:6f05:db5:cf99? ([2001:470:8a63:1:5a7:6f05:db5:cf99]) by mx.google.com with ESMTPSA id x10sm39619723qas.5.2013.10.21.09.34.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Oct 2013 09:34:55 -0700 (PDT) From: "Richard E. Brown" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-Id: <934A7998-2B4A-401D-A19C-B2FD67CFFF11@gmail.com> Date: Mon, 21 Oct 2013 12:34:53 -0400 To: "cerowrt-devel@lists.bufferbloat.net" Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) Subject: [Cerowrt-devel] CeroWrt: "Wireless is disabled or not associated" using channel 40 or 48 for 5GHz radio X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 16:34:57 -0000 I wanted to change the channels for my secondary CeroWrt router (I'm = using 3.7.5 as my primary=85) When I set the channel to 36 or 44, = everything seems OK. When I attempt either channel 40 or 48, I get the = following in the Wifi tab: ---=20 Atheros AR9220 802.11an (radio1) =20 0% SSID: CEROwrt5 | Mode: Client Wireless is disabled or not associated =20 0% SSID: CEROwrt-guest5 | Mode: Master Wireless is disabled or not associated =20 0% SSID: babel | Mode: Ad-Hoc Wireless is disabled or not associated --- Other info: a) I find this using *both* 3.7.5 and 3.10.17-1 b) The only diff's between the /etc/config/wireless file between working = and not is the channel option: option channel '44' vs=85 option channel '48' c) It happens using either the luci web interface or the following = script: --- echo 'Setting 2.4 & 5 GHz channels' uci set wireless.radio0.channel=3D6 uci set wireless.radio1.channel=3D40 --- Is this expected? If not, what other information could I provide? Rich=