I need to put a patched madwifi-bsd module onto a knoppix disk. I am currently having some trouble getting onto a remastered disk.

Here is what I have done:
- Followed the remastering how-to up to the point of adding/removing packages
- Added the kernel-source-2.6.11 package
- Unpacked that, copied the config from /usr/src/linux
- Ran make
- unpacked the current madwifi-bsd-cvs driver to /usr/local/src
- patched it with a few changes
- compiled it telling it to use KERNELPATH=/usr/src/kernel-source-2.6.11/
- ran make install
- Followed the remastering process from there.
- from there I booted the new iso, and now my atheros card is not even detected

I have successfully used the madwifi-bsd-cvs and the patch on slackware, but would like to add it to a knoppix distro for upcoing testing.

Is there an easier way to compile a new module for Knoppix? Are there additional steps that I should have taken?

Thanks.