From owner-freebsd-wireless@FreeBSD.ORG Fri Nov 25 20:48:58 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C5A0106575F for ; Fri, 25 Nov 2011 20:48:58 +0000 (UTC) (envelope-from andres.beek@mail.ee) Received: from bounce-out.neti.ee (bounce-out.neti.ee [194.126.101.104]) by mx1.freebsd.org (Postfix) with ESMTP id CD0928FC08 for ; Fri, 25 Nov 2011 20:48:57 +0000 (UTC) Received: from smtp-out.neti.ee (vm-relay7.estpak.ee [88.196.174.138]) by Bounce1.estpak.ee (Postfix) with ESMTP id BF7961028 for ; Fri, 25 Nov 2011 22:30:59 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by vm-relay7.estpak.ee (Postfix) with ESMTP id 7D943330 for ; Fri, 25 Nov 2011 22:30:57 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at vm-relay7.estpak.ee Received: from smtp-out.neti.ee ([127.0.0.1]) by localhost (vm-relay7.estpak.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jugYle9JBFGh for ; Fri, 25 Nov 2011 22:30:55 +0200 (EET) Received: from NETI-Relayhost2.estpak.ee (neti-relayhost2.estpak.ee [88.196.174.199]) by vm-relay7.estpak.ee (Postfix) with ESMTP id 43CFE1B for ; Fri, 25 Nov 2011 22:30:55 +0200 (EET) Received-SPF: None (no SPF record) identity=mailfrom; client-ip=90.191.136.188; helo=[192.168.178.102]; envelope-from=andres.beek@mail.ee; receiver=freebsd-wireless@freebsd.org. X-SMTP-Auth-NETI-Businessmail: no From: "Andres Beek" To: freebsd-wireless@freebsd.org. Date: Fri, 25 Nov 2011 22:31:56 +0200 MIME-Version: 1.0 Message-ID: <4ECFFB3C.16808.D76FB2F@andres.beek.mail.ee> Priority: normal X-mailer: Pegasus Mail for Windows (4.62) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Cc: Subject: Uanble to enable 802.11g chanels above 11 despite of the REGDOMAIN set X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 20:48:58 -0000 Hi list I am uanble to enable 802.11g channels above 11 despite of the country I am setting. I have digged in the web for a week or more, but no ideas found. I have set country to EE and DEBUG, but no success (see [CMD]ifconfig wlan0 list regdomain[/CMD] output below) It's an WUSB54G-v4 ural diver on FreeBSD-8.2-STABLE-amd64, also happens on FreeBSD-9.0-RC2. WUSB54G-v4 works fineon channel 13 under the Windows, same under OpenBSD I just installed to test the device. Any glue appreciated. Thanks AB [code] suomensilta# ifconfig wlan0 list regdomain :regdomain ETSI country EE anywhere -ecm Channel 1 : 2412 MHz 11b Channel 6 : 2437 MHz 11g Channel 1 : 2412 MHz 11g Channel 7 : 2442 MHz 11b Channel 2 : 2417 MHz 11b Channel 7 : 2442 MHz 11g Channel 2 : 2417 MHz 11g Channel 8 : 2447 MHz 11b Channel 3 : 2422 MHz 11b Channel 8 : 2447 MHz 11g Channel 3 : 2422 MHz 11g Channel 9 : 2452 MHz 11b Channel 4 : 2427 MHz 11b Channel 9 : 2452 MHz 11g Channel 4 : 2427 MHz 11g Channel 10 : 2457 MHz 11b Channel 5 : 2432 MHz 11b Channel 10 : 2457 MHz 11g Channel 5 : 2432 MHz 11g Channel 11 : 2462 MHz 11b Channel 6 : 2437 MHz 11b Channel 11 : 2462 MHz 11g [/code] [code] suomensilta# ifconfig wlan0 list regdomain :regdomain DEBUG country DEBUG anywhere -ecm Channel 1 : 2412 MHz 11b Channel 6 : 2437 MHz 11g Channel 1 : 2412 MHz 11g Channel 7 : 2442 MHz 11b Channel 2 : 2417 MHz 11b Channel 7 : 2442 MHz 11g Channel 2 : 2417 MHz 11g Channel 8 : 2447 MHz 11b Channel 3 : 2422 MHz 11b Channel 8 : 2447 MHz 11g Channel 3 : 2422 MHz 11g Channel 9 : 2452 MHz 11b Channel 4 : 2427 MHz 11b Channel 9 : 2452 MHz 11g Channel 4 : 2427 MHz 11g Channel 10 : 2457 MHz 11b Channel 5 : 2432 MHz 11b Channel 10 : 2457 MHz 11g Channel 5 : 2432 MHz 11g Channel 11 : 2462 MHz 11b Channel 6 : 2437 MHz 11b Channel 11 : 2462 MHz 11g [/code]