From owner-freebsd-questions@FreeBSD.ORG Wed Aug 29 16:51:13 2012 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 C82F3106566B for ; Wed, 29 Aug 2012 16:51:13 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 53FFF8FC14 for ; Wed, 29 Aug 2012 16:51:12 +0000 (UTC) Received: by weyx56 with SMTP id x56so645886wey.13 for ; Wed, 29 Aug 2012 09:51:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=clBfqTjGEml1w0hj2I3h1QNtObXWsGAE1S1s5esV400=; b=Kdq4EFXWqEYnNPI3h86PHj9FlCOW2MBmcXHCJwttGbHDVKBcDcRz5ffWIjlQnDo6mX hmFaeKFbTyIk4J2nFQsfX3JNsrInf36LEzI7BE6sv5VWefJz1sLx/m4u2V5x8kUcj5tR GyUCOyLkshC1mzRiuQkTWq45wSpyPkUMrsRZTpWsZKS2mL4wCVweicpOf8cZOgBsmx5f kMSZmsEXhV6YaD3i7GCuVWgYap2POzqaNEnqt2+eE+oZ8XT9sqXbAafoB0JGUOVyG1jp s4NdQxBmcHkl5LIAlxXaLOuM4ywb9hql785vxyRjfHqWnxZLISBOeh0lIsolLFNRl9N7 86UA== MIME-Version: 1.0 Received: by 10.180.93.68 with SMTP id cs4mr41540806wib.14.1346259072092; Wed, 29 Aug 2012 09:51:12 -0700 (PDT) Received: by 10.216.190.153 with HTTP; Wed, 29 Aug 2012 09:51:11 -0700 (PDT) Received: by 10.216.190.153 with HTTP; Wed, 29 Aug 2012 09:51:11 -0700 (PDT) In-Reply-To: <1346254976.62356.YahooMailNeo@web171303.mail.ir2.yahoo.com> References: <1346254976.62356.YahooMailNeo@web171303.mail.ir2.yahoo.com> Date: Wed, 29 Aug 2012 09:51:11 -0700 Message-ID: From: Waitman Gobble To: Chris Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: Wifi for Lenovo 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: Wed, 29 Aug 2012 16:51:13 -0000 On Aug 29, 2012 8:44 AM, "Chris" wrote: > > Hi, > > > I've tried to search the lists but can't find anything, but please point me to an existing resource if available. > > I recently got a Lenovo ThinkPad Edge E530 (3259-9VG) laptop and would like to get the Wifi card running (fresh FreeBSD 9.0 install), but I'm failling as it has been at least 5 years since I used with wifi under FreeBSD. The card is not automatically detected (interface not listed in ifconfig) so I'm assuming I have to either load a kernel module or go the NDIS path. It seems like on Windows, the same driver is used for E430, E435, E530 and E535, so in case anyone is using one of these models, please let me know if have things running. > > So some questions that might point me in the right direction: > > - How can I find out which type of card this laptop actually has (can I read it out of dmesg, some PCI listing or whatever)? > All I can find are product sheets saying that it has 11b/g/n, but doesn't help me to find a driver. I > Is there some "meta-module" that loads all the native wifi drivers that I can use that I can test? > - If I need to use NDIS emulation, does anyone think it will work for this model/card? Windows drivers can be found here http://support.lenovo.com/en_US/product-and-parts/default.page). > The handbook ( http://www.freebsd.org/doc/en/books/handbook/config-network-setup.html#CONFIG-NETWORK-NDIS) says I need Win XP drivers, is that old text or do I need that? I can't find XP drivers on the lenovo page... > - If NDIS should be possible, how do I extract the .sys and .inf file from the exe that I downloaded from the URL above (I don't have any Windows machine right now). > > TIA, > Chris > > _______________________________________________ > 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" hi, you can usually find "replacement wifi cards" for your model on ebay, this can give you an idea of the chipset. also, you could always pull off the panel and look at the card. ndis can be tricky because it needs an "older" 32 bit driver, and you need to run a 32 bit version of FreeBSD. a good solution is to find a ralink or atheros card on ebay and swap it out, usually will cost less than 10 bucks USD. Waitman Gobble San Jose California USA