From owner-freebsd-questions@FreeBSD.ORG Fri May 8 09:18:40 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C51162D for ; Fri, 8 May 2015 09:18:40 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7DD11A6B for ; Fri, 8 May 2015 09:18:39 +0000 (UTC) Received: by igbpi8 with SMTP id pi8so15786637igb.1 for ; Fri, 08 May 2015 02:18:39 -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=+xE/oQlobktr60UQuHn54QOQ6FKfBdXsYmoyJPLEGrg=; b=KCsGwSr65SQE0GTyrnUoKidj9dAjbKNKEkOhxDcHzhJF5HL5+wg46NmnLrI7xrVuD8 lHZ677MvwR0YGh3S/NJkvshF4JpPWRAY4dEgCosyDB6hY9eKwSIiwTPBUb+TMIgTywFl X8zJlOoZRMRMnkLEllQAfWjeOgD8kJ4Z8SDEiFf5XTsURo/6gwMelDL4Jeie5SLvNlDH koMH88PTfE6jhVovqpXVKh4J4KaKTgSlYtTUq8nhJadF3+TMJQPNRAzrH+YW0qlkZSJb o7BrunXwmI0hc38gwqWy7WttCwL7T8T3RrwuMMJd1U8dsZlWGYnaBNvA4n9kWebKAVGx Y95Q== MIME-Version: 1.0 X-Received: by 10.50.97.33 with SMTP id dx1mr3007343igb.1.1431076718975; Fri, 08 May 2015 02:18:38 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Fri, 8 May 2015 02:18:38 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 May 2015 17:18:38 +0800 Message-ID: Subject: Re: BCM4313 Wireless LAN Controller in FreeBSD 10.1-RELEASE From: Ben Woods To: Avinash Sonawane Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 09:18:40 -0000 On Friday, May 8, 2015, Avinash Sonawane wrote: > On Thu, May 7, 2015 at 12:23 PM, Avinash Sonawane > wrote: > > >> I believe people have had luck using the ndis(4) drivers. See below > >> for links which may help: > >> https://forums.freebsd.org/threads/broadcom-ndis-howto.36611/ > >> > http://wiki.pcbsd.org/index.php/Wireless_Testing#Wireless_Devices_Needing_Drivers:_Does_ndisgen_Work_for_this_Device.3F > > > > Thank you for the references. I'll try and see if I can get my BCM4313 > > to work in FreeBSD. > > Wow! It worked! I followed PCBSD wiki which suggests using ndisgen and > now I can access wireless network from my BCM4313. > > Thank you for helping me out! > > -- > Avinash Sonawane (RootKea) > PICT, Pune > http://rootkea.wordpress.com > Glad to hear you have working wireless now! -- -- From: Benjamin Woods woodsb02@gmail.com