Hi all
I need and information please. I would like to kown if it is possible
to compile a standalone orinoco driver ( i would like to compile the
0.15RC4) on debian kernel 2.6.14.
i ve made many tests and i compile my kernek many time but i failed :
how can i do ?
Have you got some hints ?
Thanks for you help,
PP
Are you trying to do it the 'debian way'?
You'll need the sources in '/usr/src/modules/<dir>/' (probably 'orinoco-0.15RC4') and issue a 'make-kpkg <other options> modules_image' to build a .deb package. The '<other options>' might be something like '--revision my_custom_kernel' or similar. A 'man make-kpkg' will explain all the options.
Oh ya, make sure the package 'kernel-package' & friends is installed for the make-kpkg scripts.
HTH
Doug Miller