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, 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 include them with ndiscvt by using the -f option. Consult the ndiscvt(8) 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... On 02/06/05, Neo-Vortex <[EMAIL PROTECTED]> wrote: > > > > On Thu, 2 Jun 2005, lysergius2001 wrote: > > > Can anyone help? > > I am trying to install Belkin fd57000 pci wireless card in a box running > > FBSD 5.3. I got as far as compiling ndiscvt but the compile breaks with > a > > very long list of errors. I have checked and double checked each step of > the > > process as set out in the manual and various sources on the web. I know > it > > can be done... but??? > > 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... > > ~Neo-Vortex > -- Lysergius says, "Stay light, but trust gravity" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
