From owner-freebsd-mobile@FreeBSD.ORG Wed Apr 9 04:48:32 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83E371065671 for ; Wed, 9 Apr 2008 04:48:32 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 64A368FC40 for ; Wed, 9 Apr 2008 04:48:28 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id OAA13281; Wed, 9 Apr 2008 14:47:40 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 9 Apr 2008 14:47:39 +1000 (EST) From: Ian Smith To: Benjamin Close In-Reply-To: <47FBFD8D.50501@clearchain.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Andrey , freebsd-mobile@freebsd.org, Yousif Hassan , besideinfo Subject: Re: Wireless on hp 6710b X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 04:48:32 -0000 On Wed, 9 Apr 2008, Benjamin Close wrote: > besideinfo wrote: > > --- Yousif Hassan wrote: > > > > > >> I don't really understand what you mean here. Do > >> you mean they do not show > >> up in kldstat at all, or that they do show up in > >> kldstat but are still > >> "missing" in terms of being attached? (Both > >> scenarios possible). [..] > > Sorry my previous post was incomplete. > > > > what I mean is that the five modules are declared in > > the loader.conf, but kldstat doesn't show them up. > > > > I tried to locate the five module using the locate > > command, but the only modules presents on my notebook > > are wlan_amrr.ko and wpifw.ko. > > The modules if_wpi, wlan_scan_sta and wlan_scan_ap do > > not exists. > > > > I forgot to say that this the first time I use freeBSD > > a mailing list and above my english is bad. So any > > advice are well accept. > > > > > Some modules will not load as they are built into the kernel by default. To besideinfo: In which case you should use kldstat -v to show all in-kernel modules. This can be a big list, so perhaps best search for 'missing' ones with: kldstat -v | egrep 'wpi|wlan' If they're there then there's no need to load them in /boot/loader.conf cheers, Ian > Are you able to post the results of: > > ifconfig -v wpi0 > > a: > > dmesg |grep wpi > > would help after you boot verbosely (an option when FreeBSD starts) > Cheers, > Benjamin