0011141: Cannot build modules using Zaptel 1.4.8 & 2.6

Hi ALL.
I have this case:
bugs.digium.com/view.php?id=11141
Hardware:
Dell Latitude C600
Debian Etch
I had read before:
howtoforge.com/asterisk-zapt … an-etch-p4
I maked “make menuconfig” with options link above and option ACPI was disabled.
I’m build kernel 2.6.24 and Zaptel 1.4.8 from sources but after
"make" in /usr/src/zaptel-1.4.8/ have bugs.digium.com/view.php?id=11141
In file /usr/src/zaptel-1.4.8/Readme read about creating
symbolic link /lib/modules/KERNEL_VERSION/build
Questions: WHERE CREATE this link?

  1. ln -s /lib/modules/2.6.24/build /usr/src/linux-2.6.24/ ?

  2. ln -s /lib/modules/2.6.24/build /usr/src/zaptel-1.4.8/ ?

Don’t kick please.

Botht he the links use aboslute addresses that start with the / so it does not matter where you execute the command from.

This ln -s /lib/modules/2.6.24/build /usr/src/linux-2.6.24/
and
ln -s /lib/modules/2.6.24/build /usr/src/zaptel-1.4.8/
DON’T HELP :frowning:

ALSO bugs.digium.com/view.php?id=11141

I wrote :
export KBUILD_NOPEDANTIC=1
make
this case was gone bugs.digium.com/view.php?id=11141 :smile:
BUT
after that got many errors associated with pciradio.o …
make[3] ***[/usr/src/zaptel-1.4.8.pciradio.o] Error 1
make[2] ***[module/usr/src/zaptel-1.4.8] Error2
make[2]: Leaving directory /usr/src/linux-2.6.24' make[1]: *** [modules] Error 2 make[1]: Leaving directory/usr/src/zaptel-1.4.8’
make: *** [all] Error 2
WHAT WRONG? maybe i need compilling kernel with pciradio module?