From owner-freebsd-questions@FreeBSD.ORG Mon Mar 24 00:36:30 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC388CEF for ; Mon, 24 Mar 2014 00:36:30 +0000 (UTC) Received: from mail-ee0-x235.google.com (mail-ee0-x235.google.com [IPv6:2a00:1450:4013:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7436F979 for ; Mon, 24 Mar 2014 00:36:30 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id b57so3854436eek.40 for ; Sun, 23 Mar 2014 17:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:user-agent:mime-version :content-type:content-transfer-encoding; bh=Z8HQPSw+huFv6kEyiOCoY8s2M+1C17zkuxjKhZFgxIk=; b=VGPvU7GY8Pe4qkZPTVvBImS1xXgZh2PE1iALxBiVb91DlFttYk3iiILQd+KJgw0f29 OmWAT84ZikLrSrAaLM98gG/fNbIcRUTiCtdAv8jTcOmUQyYbaDUtZEpfeJpeZ0l+hor7 Zzc/LqDjKXTgmM7YwREGv6ntNSfDsm9yV25RwVgZ9Nk2bnCmrbj/mf2TlM+v16v440Wg 84ezd47kvPiNE88Cy8W1ilMVdR/lXQancyPbDZQ36qTq8rDS6ff7aJqDXIRMNREQGKGF S4qrE8dFPwHDeMw6hRAuoXQgzfBTBdILXVZZo3TB+ysh0N6HYTCR18Wt3BaXbhvcDBxC qePA== X-Received: by 10.15.54.137 with SMTP id t9mr60729317eew.39.1395621388892; Sun, 23 Mar 2014 17:36:28 -0700 (PDT) Received: from localhost (dslb-088-075-152-198.pools.arcor-ip.net. [88.75.152.198]) by mx.google.com with ESMTPSA id n5sm29604704eex.14.2014.03.23.17.36.27 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 23 Mar 2014 17:36:28 -0700 (PDT) Date: Mon, 24 Mar 2014 00:29:22 +0000 From: hruodr@gmail.com To: freebsd-questions@freebsd.org Subject: Setting Wlan Channel to 13 fails Message-ID: <532f7c62.46nK52WcmuPTmnTO%hruodr@gmail.com> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 00:36:30 -0000 Dear Sirs! I just installed FreeBSD 10.0 and couldnt set the channel of my wlan interface to 13. It is a Ralink Technology (run driver) that worked under OpenBSD in Channel 13. I tried to set the channel with "ifconfig wlan1 channel 1". I get the message: "unknown/undefined channel number 13". Before trying to set the channel, I set the country. I tried it with "ifconfig wlan1 country DE" and "ifconfig country DEBUG". I thank you for any help. Rodrigo.