From owner-freebsd-questions@FreeBSD.ORG Sat Sep 22 19:11:14 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED6441065670 for ; Sat, 22 Sep 2012 19:11:14 +0000 (UTC) (envelope-from lokadamus@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 53C698FC17 for ; Sat, 22 Sep 2012 19:11:13 +0000 (UTC) Received: (qmail invoked by alias); 22 Sep 2012 19:11:12 -0000 Received: from d180202.adsl.hansenet.de (EHLO [192.168.45.2]) [80.171.180.202] by mail.gmx.net (mp029) with SMTP; 22 Sep 2012 21:11:12 +0200 X-Authenticated: #3333826 X-Provags-ID: V01U2FsdGVkX19aR6w/b1FaC71mSMzQgwzY/AONHNmVTxR4u8sBVd 5V53LRMM3alxV7 Message-ID: <505E0D4F.4060603@gmx.de> Date: Sat, 22 Sep 2012 21:11:11 +0200 From: "lokadamus@gmx.de" User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20120909 Thunderbird/15.0 MIME-Version: 1.0 To: Fbsd8 References: <505DCA81.9090506@a1poweruser.com> <505DE747.2020707@gmx.de> <505DF206.9060103@a1poweruser.com> <505E049B.3010002@gmx.de> <505E0A9B.2080308@a1poweruser.com> In-Reply-To: <505E0A9B.2080308@a1poweruser.com> X-Y-GMX-Trusted: 0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: How to configure USB wifi stick? 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: Sat, 22 Sep 2012 19:11:15 -0000 On 22.09.2012 20:59, Fbsd8 wrote: > lokadamus@gmx.de wrote: >> On 22.09.2012 19:14, Fbsd8 wrote: >>> lokadamus@gmx.de wrote: >>>> On 22.09.2012 16:26, Fbsd8 wrote: >>>>> Looking for howto on configuring a >>>>> Cisco Linksys AE2500 USB wifi stick. >>>>> When I plug it in all I get is the USB msg >>>>> "ugen3.2: at usbus3". >>>>> FreeBSD handbook does not have section on usb wifi setup. >>>>> >>>>> >>>>> >>>> Is your USB stick or Chip on hardware list? >>>> http://www.freebsd.org/releases/8.2R/hardware.html#WLAN >>>> rum and ural driver are for some wifi usb sticks. >>>> >>>> >>> NO >>> >> Have you load bwi driver? >> it looks like Linksys AE2500 USB use BMC4323 chipset. >> https://www.google.de/search?q=Cisco+Linksys+AE2500+chipset >> > I am running 9.1-RC1 and have no boot loader.conf for any wifi modules. > Is there some usb.conf file where I can add statement for my USB > linksys AE2500 wifi stick so the kernel modules will get auto loaded > at first use time? > If not, what are the boot loader statements I need to add? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Create loader.conf self. cd /boot/ edit loader.conf /autoboot_delay/="3" When you reboot your system and you see, that you only have 3 or 2 seconds instead 10 your loader.conf will be load. When i remeber right, put bwi_load="YES" in loader.conf From command line you can make "kldload bwi" to load and test it without reboot.