From owner-freebsd-questions@FreeBSD.ORG Wed Jan 27 16:53:15 2010 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 DC7E9106568B for ; Wed, 27 Jan 2010 16:53:15 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-178-20-70.dsl.pipex.com [81.178.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 236808FC0A for ; Wed, 27 Jan 2010 16:53:14 +0000 (UTC) Received: (qmail 97999 invoked by uid 98); 27 Jan 2010 16:45:56 +0000 Received: from 192.168.0.2 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.95.1/9971. hbedv: 7.9.1.53/7.1.6.174. spamassassin: 3.2.5. Clear:RC:1(192.168.0.2):. Processed in 3.53198 secs); 27 Jan 2010 16:45:56 -0000 Received: from unknown (HELO ?192.168.0.2?) (192.168.0.2) by lerwick.hopto.org with SMTP; 27 Jan 2010 16:45:53 +0000 From: Craig Butler To: dhaneshk k In-Reply-To: References: Content-Type: text/plain Date: Wed, 27 Jan 2010 16:53:25 +0000 Message-Id: <1264611205.11551.7.camel@main.lerwick.hopto.org> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Intel Pro/Wireless3945 issue 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: Wed, 27 Jan 2010 16:53:15 -0000 On Wed, 2010-01-27 at 16:28 +0000, dhaneshk k wrote: > Fellow FreeBSDians, > > > > I am trying to configure my laptop for wireless connectivity to a broadband connection. > > > > these are the steps I followed, I don't know what I made wrong, please help to fix the issue.. > > > > 1 ) To /boot/loader.conf > > > > > > if_wpi_load = "YES" > > wlan_load = "YES" > > wlan_amrr_load = "YES" > > firmware_load = "YES" > > wpifw_load = "YES" > > legal.intel_wpi.licence_ack=1 > > > > save and rebooted the machine > > > > and > > > > 2) issued the command ifconfig wpi0 up scan > > > > but nothing is reported for this command Howdy Dhanesh Try; ifconfig wpi0 list scan this should bring up a list of all the wifi spots in your area with signal strengths and rates. > 3) then I checked the out put of ifconfig > > > > it showing wpi0 but no carriers for the device Once you have found the access point you want to access you'll need to pass more arguments to ifconfig and possibly setup wpa_supplicant.conf http://www.freebsd.org/doc/handbook/network-wireless.html should help.... > > I am using FreeBSD-7.2 i386 release. Wireless card is Intel Pro/Wireless 3945 . (In Windows XP it works from this Windows I am sending this mail via Wireless access) Any help most welcome. > > > > thanks in advance > > dhanesh Wpi isn't the most stable wifi for freebsd at the moment, I am having a few issues with it... It keeps dropping the connection silently unless I hammer the AP with ping... Regards Craig B