From owner-freebsd-questions@FreeBSD.ORG Thu May 6 08:47:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D0B16A4CE for ; Thu, 6 May 2004 08:47:38 -0700 (PDT) Received: from wxinmail01.webexc.com (wxinmail01.webexc.com [209.43.0.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9DF043D1D for ; Thu, 6 May 2004 08:47:37 -0700 (PDT) (envelope-from asp@webexc.com) Received: from localhost (localhost [127.0.0.1]) by wxinmail01.webexc.com (Postfix) with ESMTP id D6D077C5E5 for ; Thu, 6 May 2004 10:47:34 -0500 (EST) Received: from wxinmail01.webexc.com ([127.0.0.1]) by localhost (wxinmail01.webexc.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10885-01 for ; Thu, 6 May 2004 10:47:33 -0500 (EST) Received: from webexc.com (exacttarget-21.iquest.net [209.43.38.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by wxinmail01.webexc.com (Postfix) with ESMTP id 4C9CC7C5AC for ; Thu, 6 May 2004 10:47:33 -0500 (EST) Message-ID: <409A5E18.3040701@webexc.com> Date: Thu, 06 May 2004 10:47:36 -0500 From: Ben Timby User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV (via amavisd-new) on wxinmail01.webexc.com X-Spam-Status: No, hits=0.0 tagged_above=-999.0 required=5.8 tests= X-Spam-Level: Subject: winmodem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 15:47:38 -0000 Hello list! I have an internal winmodem in my laptop, it is a smartlink modem, and currently works with the linux driver sources provided at smlink.com. I would like to run FreeBSD on my laptop, but I am unsure how to get this winmodem working. One possibility I thought of is to use the new NDIS wrapper in 5.2-CURRENT with the windows drivers. I only find examples of using this with WiFi cards, how can I find out if the windows drivers for my modem use NDIS, and whether or not this is possible? Is there another way to make this thing work? Thanks.