From owner-freebsd-questions@FreeBSD.ORG Wed Jul 1 22:26:52 2009 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 A17021065672 for ; Wed, 1 Jul 2009 22:26:52 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 33CB08FC12 for ; Wed, 1 Jul 2009 22:26:52 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm18 with SMTP id 18so1044667fxm.43 for ; Wed, 01 Jul 2009 15:26:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fLTs/xWIxwhjnV7GbqxoSWuZwre6KbrZ2ROaTG+t20k=; b=Qx8zDOBbpd/ZT782oDTdtn9RFUs+TakpP7EOVxfhG/mL9pIOv42Rpps/Suf3QZRCAI jJOUGHm00YjtiLqA7v3Cx2szOl0u8nSvavWE4BIgfIsMjtScA3satMHwVgPMF3w3qCVj TEVKemNK9taa+anAj/p9d1s6qbiuU5cB9W7c0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GGn6VdxynBMTXgDxYja3HxNQDpeoOREEI+jlbYwuSpTWN4DuZlTZO8vprjMMVeQeRx YSG6NkQCwj0A9meLNk2CSOmNFJ1/EQPB0Ubp+ia6jX8zZTl57ld12Vqiuc9lj8ES1Pvr YrW6/pf2W9c2/9hiCLK1RXxzXW1KLXYq8WKcA= MIME-Version: 1.0 Received: by 10.204.65.65 with SMTP id h1mr10056859bki.18.1246487211049; Wed, 01 Jul 2009 15:26:51 -0700 (PDT) In-Reply-To: <3d5d3ca90907011120h35b5e665gee30466ce72097e7@mail.gmail.com> References: <3d5d3ca90907011048t1a096865iceaa3b82c1af82f4@mail.gmail.com> <3a142e750907011055r3750fd54rb66612a4b110e090@mail.gmail.com> <3d5d3ca90907011120h35b5e665gee30466ce72097e7@mail.gmail.com> Date: Thu, 2 Jul 2009 00:26:51 +0200 Message-ID: <3a142e750907011526ka68c664s3606fdc9b4ad2889@mail.gmail.com> From: "Paul B. Mahol" To: Robert Hall Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Wireless NICs on 7.2 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, 01 Jul 2009 22:26:53 -0000 On 7/1/09, Robert Hall wrote: > On Wed, Jul 1, 2009 at 1:55 PM, Paul B. Mahol wrote: >> On 7/1/09, Robert Hall wrote: >>> I've been trying to get a Linksys WMP54G v. 4.1 to work on FBSD 7.2. >>> It sort of works with the ral driver; I can set the ssid and inet and >>> other values, but it won't associate with the access point or >>> establish a useful connection. >> >> Does it get any scan results? > > Yes. Scanning seems to work fine. And what about TX/RX signal? >> What kind of AP setup: NONE, WEP, WPA, WPA2 ... ? > > No security. > >>> I've tried compiling ndis drivers for both the Linksys and a Belkin >>> F5D7000 v. 7032 that I bought for my XP box. Both drivers crash the >>> system when they load, leading to a reboot. Groveling through vmcore >>> doesn't give me any clues about why the Belkin ndis crashes. The >>> Linksys crash sends a message that it can't open >>> /compat/ndis/rt2561s.bin. I googled for the firmware files and put >>> them in /compat/ndis, but ndis still crashes. Both cards work fine on >>> the XP box. > > BTW, I'm not getting the open file failed message any longer, but the > ndis driver still crashes the system. Could you put backtrace somewhere? http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html >> You are using i386 FreeBSD, right? > > I should have posted this originally: > $ uname -a > FreeBSD stamfordbru.krig.net 7.2-RELEASE FreeBSD 7.2-RELEASE #3: Wed > Jul 1 11:40:35 EDT 2009 > root@stamfordbru.krig.net:/usr/obj/usr/src/sys/STAMFORDBRU0 i386 > _______________________________________________ > 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" > -- Paul