From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 11 01:44:06 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E30A1065673; Wed, 11 Jul 2012 01:44:06 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id E8C888FC14; Wed, 11 Jul 2012 01:44:05 +0000 (UTC) Received: by obbun3 with SMTP id un3so973101obb.13 for ; Tue, 10 Jul 2012 18:44:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N23bc645rv/HMxe186jOLhzvN43DZLQ87c78kO2iq2c=; b=XhlGgMfSs++9V61iY7ChGHBu8Po7Nt0fCDF98Brw2fHU6yAp7pZUXqcF6jVyB52XoB zcxcLzDTE3n0oZwe60VLSBxLp4xZ0KxwP0ZD73PGrN0T+ZPUaTWnwlThLq8IzZORaKxE 0CLbJQAv9yqIIS/iGqRzV1uIKWNxn9nqvXhUQy7kVGMfhaCoA79OHdgvlz1pTOP8HunV 4RpfCdI5c6wMdrDKm1ayQgg1YYPzOVQKBCg4V9B9AgImQj5wFreDCdqpIH/kjFy3pO3K HGtwLyAyYExZqboOt1L1cAgB0Fv2TOmTvbbm00DwJBTICOnNUEg26w+Jfd2bjr7/d/KB zOnA== MIME-Version: 1.0 Received: by 10.60.14.227 with SMTP id s3mr48057507oec.36.1341970743560; Tue, 10 Jul 2012 18:39:03 -0700 (PDT) Received: by 10.182.75.135 with HTTP; Tue, 10 Jul 2012 18:39:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Jul 2012 21:39:03 -0400 Message-ID: From: Kim Culhan To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: ath not working with r238290 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: Wed, 11 Jul 2012 01:44:06 -0000 On Tue, Jul 10, 2012 at 9:27 PM, Adrian Chadd wrote: > How about doing that manually? > > ifconfig wlan0 create wlandev hostap mode 11g > ifconfig wlan0 channel 11 > > hostapd -B /etc/hostapd.conf > > See if that works? > > > > Adrian ifconfig wlan0 create wlandev hostap mode 11g returns ifconfig: create: bad value ifconfig wlan0 channel 11 returns ifconfig: unable to get channel information: Invalid argument hostapd -B /etc/hostapd.conf returns pcap_set_datalink(DLT_EN10MB): EN10MB is not one of the DLTs supported by this device bsd driver initialization failed. rmdir[ctrl_interface]: No such file or directory -kim