Module support required?

I just got my very first digium card (one fxo, one fxs) so I grabbed the source for zaptel, asterisk, etc.

I can’t build zaptel because it thinks I don’t have the kernel source installed. Oh, it’s there:

Is the actual problem that I’m not using module support? If so, is there some way to get around this?

When you are in the zaptel directory try using make linux26 this should make it for the linux 2.6 kernel. And if you still have issues then try creating a symbolic link of linux-2.6 point to whichever version of the 2.6 kernel that you are using.

Look in the source directory for the README.Linux26 for more help.