From owner-freebsd-wireless@FreeBSD.ORG Sun Apr 10 10:23:49 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED43106564A; Sun, 10 Apr 2011 10:23:49 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0DD708FC1C; Sun, 10 Apr 2011 10:23:48 +0000 (UTC) Received: by wyf23 with SMTP id 23so4694133wyf.13 for ; Sun, 10 Apr 2011 03:23:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UTLCGLA+ozneI16BeeEThok9CNpSvnJUtsBwc8WH3FM=; b=XweK2S3npRenmTcTM/I6rT7fIJsI9qecCjOaB99Z51aoeQxHNQA09uF/CIDIIMQFwd 4f5cmRpsT36WnDKXSmtOzdxC2RoalsF3pAgtWyWbNdxJmYSOLnXnlq75iqNmzKYCaUHG TcY41BG7zBTq41wp5KoJvtJVY57IzTmV7wN6Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GnaFFiMbycpvm6hb5Acz2dlU+1JKiAA6CzIFeTIsVKkXzzA7qfBvG9VwGzyl9js/gQ V3ilWOu3loY2PDKMm9RFNmHQwd/aYF62OwL53dx+zU3qvYA9upMvSMyiO2FQctAPKpS6 nyWHAxFRBJKvV+2+2nYkilJR8pkoCPhM6cIYc= MIME-Version: 1.0 Received: by 10.227.71.203 with SMTP id i11mr4142829wbj.151.1302431027883; Sun, 10 Apr 2011 03:23:47 -0700 (PDT) Received: by 10.227.132.199 with HTTP; Sun, 10 Apr 2011 03:23:47 -0700 (PDT) In-Reply-To: <201104100931.47386.bschmidt@freebsd.org> References: <201104100931.47386.bschmidt@freebsd.org> Date: Sun, 10 Apr 2011 18:23:47 +0800 Message-ID: From: Adrian Chadd To: Bernhard Schmidt Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-wireless@freebsd.org Subject: Re: intel3945 ahdemo/monitor mode error "ifconfig: create: bad value" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2011 10:23:49 -0000 Hm, I wonder if we could better document this stuff! Adrian 2011/4/10 Bernhard Schmidt > On Sunday 10 April 2011 04:00:04 =CB=FE=E1=EE=EC=E8=F0 =C3=F0=E8=E3=EE=F0= =EE=E2 wrote: > > I found update. If I do wlan1 ahdemo: > > > > wpi0: AHDEMO mode not supported > > ifconfig: SIOCIFCREATE2: Operation not supported > > > > if I do wlan1 monitor: > > > > 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. > > -- > Bernhard > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.or= g > " >