From owner-freebsd-stable@FreeBSD.ORG Wed Apr 14 12:57:39 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEF431065672 for ; Wed, 14 Apr 2010 12:57:37 +0000 (UTC) (envelope-from laa@cemu.ru) Received: from m.cemu.ru (m.cemu.ru [81.95.136.64]) by mx1.freebsd.org (Postfix) with ESMTP id 9F7F68FC16 for ; Wed, 14 Apr 2010 12:57:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=laa.zp.ua; s=dkim; h=Sender:In-Reply-To:Content-Type:Mime-Version:References:Message-ID:Subject:To:From:Date; bh=UXiqT+cDQdlvt/VTNWxtpvnhDvkRSc9At5xqH03Irt4=; b=Rzw2auTuhU42hPHhIJcW3M5byGUjd9Z7mBAsjBpuKXK1TSUCwVxGwcTEMeg0DLBnTSorhj/q4K+5udrgEZaADDI4AfhSZcVsUXH3zeS9Yo1Oa8mUzq45nw3ZrulNjo9ernPnm03UBM+EfVLlZXMZyOJ0ax5et/Kl9508et9zvJE=; Received: from laa by m.cemu.ru with local (Exim) (envelope-from ) id 1O229v-000Oyl-8Z for freebsd-stable@freebsd.org; Wed, 14 Apr 2010 16:57:35 +0400 Date: Wed, 14 Apr 2010 16:57:35 +0400 From: Lystopad Olexandr To: freebsd-stable@freebsd.org Message-ID: <20100414125735.GB2460@cemu.ru> References: <20100414103054.GA2460@cemu.ru> <201004141228.53919.jhugo@meraka.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201004141228.53919.jhugo@meraka.csir.co.za> User-Agent: Mutt/1.4.2.3i Sender: laa Subject: Re: ath0: kernel panic when adhoc mode. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 12:57:40 -0000 Hello, Johann Hugo! > > when I do: > > # ifconfig wlan0 create wlandev ath0 wlanmode adhoc > > > > I remember a colleague of mine having a similar problem. I think he eventually > tried a workaround by doing it in two commands. Try to split it up to see if > it works. > > #ifconfig wlan0 create wlandev ath0 > #ifconfig wlan0 wlanmode adhoc Thanks for your reply! But no luck: # ifconfig wlan0 wlanmode adhoc ifconfig: wlanmode: bad value and: # ifconfig -m ath0|grep -c adhoc 80 -- Olexandr Lystopad