From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 17:04:59 2005 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 D657016A4CE for ; Thu, 3 Mar 2005 17:04:59 +0000 (GMT) Received: from one.valcatohosting.com (one.valcatohosting.com [67.19.219.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7051F43D1F for ; Thu, 3 Mar 2005 17:04:59 +0000 (GMT) (envelope-from adam@moosoft.net) Received: from cpc3-nthc1-4-0-cust42.nrth.cable.ntl.com ([213.107.150.42] helo=[192.168.1.202]) by one.valcatohosting.com with esmtpa (Exim 4.43) id 1D6tjt-0004u4-6e; Thu, 03 Mar 2005 17:03:53 +0000 In-Reply-To: <20050303171954.GA11503@omega.lacnic.net.uy> References: <20050303171954.GA11503@omega.lacnic.net.uy> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Adam McMaster Date: Thu, 3 Mar 2005 17:04:00 +0000 To: Pablo Allietti X-Mailer: Apple Mail (2.619.2) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - one.valcatohosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - moosoft.net X-Source: X-Source-Args: X-Source-Dir: cc: freebsd-questions@freebsd.org Subject: Re: ndis problem 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, 03 Mar 2005 17:04:59 -0000 On 3 Mar 2005, at 17:19, Pablo Allietti wrote: > hi all me again. > > i have a problem with ndis in freebsd 5.3 > > i do > > > sony# cd /usr/src/sys/modules/if_ndis/ > sony# make clean > rm -f /usr/src/sys/modules/if_ndis/export_syms if_ndis.ko if_ndis.kld > if_ndis.o if_ndis_pci.o if_ndis_pccard.o @ machine symb.tmp tmp.o > opt_bdg.h bus_if.h device_if.h card_if.h pci_if.h pccarddevs.h > > > sony# ndiscvt -i /usr/win/CVS/rt2500usb.inf -s > /usr/win/CVS/rt2500usb.sys -o ndis_driver_data.h > > > > sony# make > > > make install > > sony# make load > /sbin/kldload -v /usr/src/sys/modules/if_ndis/if_ndis.ko > kldload: can't load /usr/src/sys/modules/if_ndis/if_ndis.ko: No such > file or directory > *** Error code 1 > > Stop in /usr/src/sys/modules/if_ndis. > > > the file if_ndis.ko exist but i dont know why the message say not > found. > maybe a problem with windows drivers? any boby can help me. > > this drivers work under fedora with ndiswrapper. but in freebsd mmm i > dont know what happend. > > thanks a lot.. > > > > -- > > > Pablo Allietti > LACNIC > -------------- Have you tried just running "kldload if_ndis" manually? Also, did you make sure to build and load /usr/src/sys/modules/ndis first? -- - Adam McMaster