From owner-freebsd-current@freebsd.org Tue Jun 7 03:18:33 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 428AAB6D8A0 for ; Tue, 7 Jun 2016 03:18:33 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail1.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 2196D1284 for ; Tue, 7 Jun 2016 03:18:29 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from localhost (pool-100-1-31-39.nwrknj.fios.verizon.net [100.1.31.39]) by mail1.asahi-net.or.jp (Postfix) with ESMTP id 7261F229A5 for ; Tue, 7 Jun 2016 12:18:21 +0900 (JST) Date: Mon, 6 Jun 2016 23:15:44 -0400 From: Yoshihiro Ota To: FreeBSD-current@freebsd.org Subject: wlan/ifconfig stopped working sometime between 5/25 and 6/3 Message-Id: <20160606231544.2aaf45c7340fe0c543e9b10c@j.email.ne.jp> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.29; i386-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 03:18:33 -0000 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