PDA

View Full Version : wireless ibm A/B/G pci adapter


capcom
08-02-2007, 10:35 PM
hi i am new to pcbsd and unix based systems
when i use ndisgen to convert my driver i get the following messege
Generating Makefile... done.
Building kernel module... make: don't know how to make @/tools/makeobjops.awk. Stop
build failed. Exiting.
does any one know what this means and how to fix it
i am running pc-bsd ver 1.3

kenorb
11-19-2007, 07:12 AM
I have the same problem with compiling.
...
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
touch opt_bdg.h
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk: can't open file @/tools/makeobjops.awk
source line number 1 source file @/tools/makeobjops.awk
context is
...
What I need to install?

Regards,
Rafal

DragnLord
11-19-2007, 07:29 AM
adapter's exact make and model please....
chipset would also be nice

kenorb
11-19-2007, 07:45 AM
adapter's exact make and model please....
chipset would also be nice

But this make error is problem, because in /usr/src/sys there are missing files like @/tools/makeobjops.awk. It doesn't matter which chipset.

One driver is 20071102-freebsd-wpi, and second NVIDIA-FreeBSD-x86-100.14.23.
Both of them has the same error.
My version of PC-BSD is propably 1.4, but I don't know how to check.

Maybe should I download kernel sources?

P.S. I tried PBI package nVidia Driver 9746, but it doesn't work properly.
I've got nVidia GeForce Go 7400 and integrated wireless card (wpi chipset).

Regards,
Rafal

DragnLord
11-19-2007, 08:46 AM
But this make error is problem, because in /usr/src/sys there are missing files like @/tools/makeobjops.awk. It doesn't matter which chipset.

One driver is 20071102-freebsd-wpi, and second NVIDIA-FreeBSD-x86-100.14.23.
Both of them has the same error.
My version of PC-BSD is propably 1.4, but I don't know how to check.

Maybe should I download kernel sources?

P.S. I tried PBI package nVidia Driver 9746, but it doesn't work properly.
I've got nVidia GeForce Go 7400 and integrated wireless card (wpi chipset).

Regards,
Rafal
you have to have the kernel sources to compile a driver