From owner-freebsd-wireless@FreeBSD.ORG Sun Jun 2 16:59:11 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C67D659A for ; Sun, 2 Jun 2013 16:59:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-f44.google.com (mail-qe0-f44.google.com [209.85.128.44]) by mx1.freebsd.org (Postfix) with ESMTP id 905FC1001 for ; Sun, 2 Jun 2013 16:59:11 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id 6so1901507qeb.3 for ; Sun, 02 Jun 2013 09:59: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=U1o6d6lMh9Ah4Hv1ZCl9WP3YSt6v9HtWcwEGDxnDFAg=; b=WaCHh0LVr9f3ES03QV5BFCSG2OU3u74A3KYSeRXnYFNWVUdkPUX+YtzcI7UBuIrfmC /E6Wu27QNianYj96m/h3zttWpTiOLwDTmbGhYTFMZMX3daGaIlHyow4mUrHZ83qzfZp7 1+tBS0lQIoOw0Ugn+Zx7oMeFYUCI1fv1kK00lp+YSO589lJYSdvY3w7cleewt1CN62rG l0QgtCeQW/AHIaBerNo/hnrMAOA3Se9P1gM9KjdMWJG4ZhK2+mIAb18i4xJCyVd7SF0n mkyhCLTbdW2n8uuK64+aQ1P8Z4e0nyW3MfljhLnM008zpKGylbriT1escinZDpNslwWX 3nIA== MIME-Version: 1.0 X-Received: by 10.49.37.9 with SMTP id u9mr17723811qej.57.1370192345546; Sun, 02 Jun 2013 09:59:05 -0700 (PDT) Received: by 10.224.71.12 with HTTP; Sun, 2 Jun 2013 09:59:05 -0700 (PDT) In-Reply-To: References: Date: Sun, 2 Jun 2013 09:59:05 -0700 Message-ID: Subject: Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD From: Adrian Chadd To: Miguel Clara Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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, 02 Jun 2013 16:59:11 -0000 Hi, It's supported in -HEAD. Bluetooth may or may not work. I've not sat down and focused on that, sorry. adrian On 2 June 2013 08:00, Miguel Clara wrote: > Hi, > > Sorry for the direct mail, but I not sure about the correct steps to > take when a driver is missing... if there a mailling list I should > contact first please do tell me and ignore the rest of the message, I > understand you probably have much important things to do. > > In any case there's no arm in trying... > > I recently bought a Acer S3 Ultrabook, the machine does not have a LAN > port so Wireless support is really important in this module, this > seams to be common in other Ultrabooks... > > Anyway the model of the wifi card is as stated in the subject Atheros AR5B22. > From what I read in wiki.freebsd.org/dev/ath(4) this device doesn't > have support yet, and I'm wondering if it ever will? > > pciconf -lv show the following output: > > none2@pci0:2:0:0: class=0x028000 card=0xe052105b chip=0x0034168c > rev=0x01 hdr=0x00 > vendor = 'Atheros Communications Inc.' > class = network > > Not sure if any additional info is needed. > > Thanks