From owner-freebsd-current@freebsd.org Tue Jun 7 04:42:51 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3441BB6DC07 for ; Tue, 7 Jun 2016 04:42:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1B2E1D8C; Tue, 7 Jun 2016 04:42:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x232.google.com with SMTP id i65so58932273ith.1; Mon, 06 Jun 2016 21:42:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=xT+u249DuonwYIUHmHlbhPNgB+5wRy7uClAXhIpweHo=; b=K/oPQRsii35uzIb2vZasc1ECLp5hSqtydUCmipYsNHIw/vA3jN78UHGwIUVRjov/+4 42cRfhPoIGQz4sx28IgLj7A+c+kIHa+8h1V3FC1IZHZ2/H2a9htiriGHsIevWkZS4ELV 4z0atyyXj3ntq54Nnot3YtBx0AvcyEF9D3/IcMYRPa9h0iA/1A5NbCqxmH7+B9qH0rcf Xke4bQd/4nLTzlof+TUVIJgyHlWGEXCEUvZwSRICnIv9l6mfqF0QmtibDBmOxrinD2Kk qT9SHW+7mnnzrbFIx2hgabF0ogre8nZQjS4f5LzvPX72SSMk7MG4HCkrCweDyA4pyvty GHCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=xT+u249DuonwYIUHmHlbhPNgB+5wRy7uClAXhIpweHo=; b=O5x5wUoErr8zf0P4gnUkSoAAQAbm+QAjH6Tj/Q5et8lK1QZGen56dLgwiYoQiH2Sne cvvhPNwNIbMeQ8YSc+DROefJ+KUSKJqXXU8McXrEKRr9BP/zupX08yUwDd9fujTVYP0y qtyjE8tcwY0cPGFqV+Oi0qcFgluGXqhSk+PLZMEWpynM3a+XkxIeteoX71QLT8GhAXRL TE/UDn/Kku5OR6fRAx5A/wd4kvDcX4lLNDVXe6JwPyrLpv4dix30OUug33OsCUSRFTly WngqG+Bm0EwraYknpR41vkRwwFNDFk8cCuX/CVMLQwha3tmZw8mNKR1RdQAM1GFGz3cf kNiA== X-Gm-Message-State: ALyK8tKp+7KYnvRPCP8p4SO6ki/9rTNESHvistCwa1JDNOKjQ9Senll0BO2KtoGcdmj3HhEre95YdpVeHSwyeQ== X-Received: by 10.107.144.67 with SMTP id s64mr25651228iod.165.1465274569711; Mon, 06 Jun 2016 21:42:49 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.36.113.3 with HTTP; Mon, 6 Jun 2016 21:42:48 -0700 (PDT) In-Reply-To: <20160606231544.2aaf45c7340fe0c543e9b10c@j.email.ne.jp> References: <20160606231544.2aaf45c7340fe0c543e9b10c@j.email.ne.jp> From: Adrian Chadd Date: Mon, 6 Jun 2016 21:42:48 -0700 X-Google-Sender-Auth: h4_yxP8oMTksVNPltxS9EEIfUYo Message-ID: Subject: Re: wlan/ifconfig stopped working sometime between 5/25 and 6/3 To: Yoshihiro Ota , Andriy Voskoboinyk Cc: freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2016 04:42:51 -0000 Hi, this is a recent change to the regulatory handling. I've emailed Andriy who wrote the code. :) Andriy, any ideas? -adrian On 6 June 2016 at 20:15, Yoshihiro Ota wrote: > Hi, > > I started getting the following error when I tried to bring up wireless connection since June 3rd. I had last updated kernel and world on May 25th before. > > "unable to get regulatory domain info: Device not configured" > > ifconfig starts working again after I reverted the user land backt May 25th one; kernel don't seem to be a fact here. > > I use "ifconfig wlan create wlandev ath0 ssid wepmode on wepkey weptxkey 1 up". > Is something changed in ifconfig? > Do I need to use different arguments? > > Thanks, > Hiro > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"