Date: Fri, 3 Jun 2005 09:05:31 +0100 From: lysergius2001 <lysergius2001@gmail.com> To: Neo-Vortex <root@neo-vortex.net> Cc: freebsd-net@freebsd.org Subject: Re: ndiscvt make failure Message-ID: <a558ebe305060301052b54156@mail.gmail.com> In-Reply-To: <20050603082759.E93733@Neo-Vortex.net> References: <a558ebe3050602071644831cbe@mail.gmail.com> <20050603082759.E93733@Neo-Vortex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for this. My mistake I have got this far We will now use the ndiscvt utility to create the driver definition headerndis_driver_data.hto build the module: # *ndiscvt -i W32DRIVER.INF -s W32DRIVER.SYS -o ndis_driver_data.h* The -i and -s options specify the configuration and binary files,=20 respectively. We use the -o ndis_driver_data.h option because the Makefilewill be looking for this file when it comes time to build the module. * Note: *Some Windows drivers require additional files to operate. You may= =20 include them with ndiscvt by using the -f option. Consult the ndiscvt(8)=20 manual page for more information. Finally, we can build and install the driver module: # *make && make install* This is the point at which it breaks... =20 On 02/06/05, Neo-Vortex <root@neo-vortex.net> wrote:=20 >=20 >=20 >=20 > On Thu, 2 Jun 2005, lysergius2001 wrote: >=20 > > Can anyone help? > > I am trying to install Belkin fd57000 pci wireless card in a box runnin= g > > FBSD 5.3. I got as far as compiling ndiscvt but the compile breaks with= =20 > a > > very long list of errors. I have checked and double checked each step o= f=20 > the > > process as set out in the manual and various sources on the web. I know= =20 > it > > can be done... but??? >=20 > IIRC, ndiscvt is already present on a standard install of 5.3 without > needing to compile it manually... (you still have to compile the driver > though) - check if it exists in your path... >=20 > ~Neo-Vortex >=20 --=20 Lysergius says, "Stay light, but trust gravity"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a558ebe305060301052b54156>