Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2011 09:31:47 +0200
From:      Bernhard Schmidt <bschmidt@freebsd.org>
To:        =?utf-8?b?0JvRjtCx0L7QvNC40YAg0JPRgNC40LPQvtGA0L7Qsg==?= <nm.knife@gmail.com>
Cc:        freebsd-wireless@freebsd.org
Subject:   Re: intel3945 ahdemo/monitor mode error "ifconfig: create: bad value"
Message-ID:  <201104100931.47386.bschmidt@freebsd.org>
In-Reply-To: <BANLkTikG9mYjDQghE%2BQ-dkyR8dNgMsO-gw@mail.gmail.com>
References:  <BANLkTik6bw19Mt9nrkVhc6trwAz9QNxU4g@mail.gmail.com> <BANLkTikToR7SP4imZWYirYPTPtY%2BtmQDVA@mail.gmail.com> <BANLkTikG9mYjDQghE%2BQ-dkyR8dNgMsO-gw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 10 April 2011 04:00:04 =D0=9B=D1=8E=D0=B1=D0=BE=D0=BC=D0=B8=D1=80=
 =D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=BE=D0=B2 wrote:
> I found update. If I do wlan1 ahdemo:
>=20
> wpi0: AHDEMO mode not supported
> ifconfig: SIOCIFCREATE2: Operation not supported
>=20
> if I do wlan1 monitor:
>=20
> ifconfig: SIOCIFCREATE2: Input/output error

That smells like the interface you are trying to create does already
exist. Make sure you kill it with
% ifconfig wlan0 destroy
before trying to create a new one. Multiple VAPs (wlan0, wlan1, ..)
are not supported by wpi(4) same goes for ahdemo mode.

=2D-=20
Bernhard



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