From owner-freebsd-questions@FreeBSD.ORG Fri Jan 13 16:34:04 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4FD41065672 for ; Fri, 13 Jan 2012 16:34:04 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A6E3F8FC14 for ; Fri, 13 Jan 2012 16:34:04 +0000 (UTC) Received: by iazz13 with SMTP id z13so6923006iaz.13 for ; Fri, 13 Jan 2012 08:34:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+dcbQK2mza8MQpyI6UpZ6/FcrwCZcwFt80UbPWTbmCk=; b=KoHIxr831B7Ma4zUqeD1FzfV/BK0tBL/r4Q3Epp6kjHA9MEjmsZGfjUth9NYBxHhmN wvpXaxgAzi9kJvR1qrXxZu8l4dh4f2lol0oKZlMBaatbWWEY/MsfMYbkF/qgybSjHiSK pbb0zW8SBllOojEIiSSoCkUMOBCuDFUWQ/ilg= MIME-Version: 1.0 Received: by 10.42.131.7 with SMTP id x7mr1170023ics.11.1326472444191; Fri, 13 Jan 2012 08:34:04 -0800 (PST) Received: by 10.231.31.65 with HTTP; Fri, 13 Jan 2012 08:34:02 -0800 (PST) Received: by 10.231.31.65 with HTTP; Fri, 13 Jan 2012 08:34:02 -0800 (PST) In-Reply-To: References: Date: Fri, 13 Jan 2012 08:34:02 -0800 Message-ID: From: Waitman Gobble To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: wireless and/or routing question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 16:34:05 -0000 On Jan 13, 2012 7:38 AM, "Warren Block" wrote: > > On Thu, 12 Jan 2012, Waitman Gobble wrote: > >> Hello, >> >> I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble >> with the wireless setup. >> >> I have two wireless cards, the BCM94312MCG that came with it, and an >> Atheros 5424/2424 that i swapped out. I can run the BCM with ndis and the >> windows xp driver, and the Atheros with the ath driver that is installed >> with FreeBSD. (But BCM/ndis is noticeably much slower, Atheros - no green >> "wireless" light appears on netbook ) > > > On other models of the Aspire One (AOA150 and D250), adding some ath-specific settings to /boot/loader.conf enables the LED: > > dev.ath.0.ledpin=3 > dev.ath.0.softled=1 cool thanks ill try it out. Waitman