From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 07:48:28 2008 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 85F081065670 for ; Fri, 21 Nov 2008 07:48:28 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id DA7DF8FC17 for ; Fri, 21 Nov 2008 07:48:27 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl63-61.kln.forthnet.gr [77.49.190.61]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id mAL7mJ3r024852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 21 Nov 2008 09:48:24 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id mAL7mJnI037635; Fri, 21 Nov 2008 09:48:19 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id mAL7mI31037610; Fri, 21 Nov 2008 09:48:18 +0200 (EET) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Albert.Shih@obspm.fr References: <20081118145535.GB30563@obspm.fr> <87y6ze4u5j.fsf@kobe.laptop> <20081121004329.GC5215@obspm.fr> Date: Fri, 21 Nov 2008 09:48:17 +0200 In-Reply-To: <20081121004329.GC5215@obspm.fr> (Albert Shih's message of "Fri, 21 Nov 2008 01:43:29 +0100") Message-ID: <8763mh34fy.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-MailScanner-ID: mAL7mJ3r024852 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.298, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.10, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Wifi Card for laptop 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: Fri, 21 Nov 2008 07:48:28 -0000 On Fri, 21 Nov 2008 01:43:29 +0100, Albert Shih wrot= e: > First thanks you for you help > In fact I make the wifi run by using wpi driver. That's nice, yes. The wpi(4) driver seems to support the chipset of your wlan adapter :) > Running wihtout problem: > > touchpad > X11 (using nv drivers but not the =ABofficial=BB because I'm > running amd64 version). > > running but with some problem : > > wifi card : chipset 3945 > drivers : wpi (compiling in kernel) > problem : sometime the wifi go down (the AP is at < 1m) and > when I try to make that up again he don't work. If I try > the keyboard touch (Fn+F2) that's can crash (reboot) the > computer Hmmm, that's a bit bad. Is `Fn+F2' the key that turns wireless OFF/ON for this laptop? Maybe the driver is crashing because the device detaches and re-attaches while the driver is stuck somewhere :( If you think you can grab a kernel dump from this, maybe it's going to be useful to debug the problem. > No driver (and of course not working) > > NetXtreme BCM5756ME Gigabit Ethernet PCIe I don't see `BCM5756' or `5756' anywhere in the manpages or the source of the kernel in of 8.0-CURRENT either. I think this is not supported :( > I'm running > > FreeBSD 7.1-PRERELEASE > > make after csup (with tag=3DRELENG_7) and make buildworld;kernel. > > I can make =ABany=BB test you want. Just ask me. > usable memory =3D 4278091776 (4079 MB) > avail memory =3D 4124418048 (3933 MB) Heh, nice. I see you are running an amd64 build of FreeBSD, and there are *lots* of memory on this laptop :) One of the tests you can run, to find out what is broken in wpi(4), is to build a kernel with DDB/KDB support, and grab a kernel dump when the wpi(4) interface stops working. The ``Developer's Handbook'' can help you build a debugging kernel: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kern= eldebug.html Using DDB to trace through the `live' kernel while it is stuck is a bit tricky, but if you manage to grab some of the DDB output (i.e. with a serial console or even just a photograph with a camera), then we can mail the developers of wpi(4) and ask them for more help :)