Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 12:28:53 +0000
From:      Johann Hugo <jhugo@meraka.csir.co.za>
To:        freebsd-stable@freebsd.org
Subject:   Re: ath0: kernel panic when adhoc mode.
Message-ID:  <201004141228.53919.jhugo@meraka.csir.co.za>
In-Reply-To: <20100414103054.GA2460@cemu.ru>
References:  <20100414103054.GA2460@cemu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 14 April 2010 10:30:54 am Lystopad Olexandr wrote:
> Hi!
> 
> I install 8.0 FreeBSD, upgrade it to yesturday stable.
> I need to create wireless link in adhoc mode.
> Help me to do this.
> 
> 
> I put a wireless card into this box:
> 
> ath0@pci0:3:3:0:        class=0x020000 card=0xcc2114b9 chip=0x0013168c
>  rev=0x01 hdr=0x00 vendor     = 'Atheros Communications Inc.'
>     device     = '802.11a/b/g Wireless Adapter (AR5212)'
>     class      = network
>     subclass   = ethernet
>     cap 01[44] = powerspec 2  supports D0 D3  current D0
> 
> 
> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004141228.53919.jhugo>