From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 22 21:42:00 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 70EC216A418 for ; Tue, 22 Jan 2008 21:42:00 +0000 (UTC) (envelope-from dennis.melentyev@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 033D713C4D9 for ; Tue, 22 Jan 2008 21:41:59 +0000 (UTC) (envelope-from dennis.melentyev@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2484395fgg.35 for ; Tue, 22 Jan 2008 13:41:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=mYbw0XGNuxytm+TwoIbAuVZ9AvUPgWAAu/G4cQHrgoA=; b=oAbhFTxNS8Cc+T5EgvOBA2chR/IGTMYkXPzwTF2u62Nv6Ing9x2ZPZwcyfkVjQI3+HEl6UZfFXHDrXMz6MHN+dFmhKn3Y+OAYplXzXd8I3sJBP8xQM0qICdXu+Mzzf5W594hkOiRQVY9dvR66RFBcYcm/B4Z9oEwQJ45jq36uho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O84+RU3fu5V0IKO71T/jhq8FaRec5I85I38FrAvW2q93kvXIagBYR19xHZSD4pL9YbhNBKwXs+akd16ZdgXExSW2B9F8Z9bKI+idfYSRpsEO2TEYAVPsJA7IEX8y70s47Xs3/dIJ6FoUsaEPbHyKOYk1sNb7ftW10gI//aCpcKY= Received: by 10.86.84.5 with SMTP id h5mr8141528fgb.49.1201038118406; Tue, 22 Jan 2008 13:41:58 -0800 (PST) Received: by 10.86.60.14 with HTTP; Tue, 22 Jan 2008 13:41:58 -0800 (PST) Message-ID: Date: Tue, 22 Jan 2008 23:41:58 +0200 From: "Dennis Melentyev" To: "Vittorio De Martino" In-Reply-To: <200801191302.28733.vittorio@de-martino.it> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801191302.28733.vittorio@de-martino.it> Cc: freebsd-mobile@freebsd.org Subject: Re: Intel 3945: wpi0 after some time stops working 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: Tue, 22 Jan 2008 21:42:00 -0000 Just wild guess: Linksys router send 255.255.255.255 as a netmask and routing go wild? Just check routing, dhcp leases and resolve.conf Then check corresponding tools. 2008/1/19, Vittorio De Martino : > Context: HP laptop DV6000, centrino duo, FreeBSD 7.0-BETA4 > > Following your advice I was able to start the intel 3945 card of my notebook > and establish a WPA connection with the AP by way of the following script: > $$$$$$$$$$$$$$$$$$$$ > wpa_supplicant -i wpi0 -c /etc/wpa_supplicant.conf -Bw > #ifconfig wpi0 up > dhclient wpi0 > $$$$$$$$$$$$$$$$$$$$ > > Now, the consequent connection is steady for 10-20 minutes than it stops > working (ifconfig wpi0 doesn't seem to signal anything wrong!) and I cannot > connect to anything . Following > your advice I set sysctl debug.wpi=-2 and copied an extract of the > resulting, quite long, /var/log/messages into > > http://www.de-martino.it/FreeBSD/log3945/log.txt > > What's wrong with my 3945? > > Ciao > Vittorio > > > > > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > -- Dennis Melentyev