Hello, I tracked down this problem as being that the Makefile refers to an empty shell variable named $(KVERS).
I notice that on several sites on the internet, it is not unusual in HOWTOs for users to do something like: # export KVERS=`uname -r` before running make. If you run this command before running make, you will get your zaptel drivers in the correct place. I agree that the current behaviour needs changing - I'm creating disaster recovery docs for my Asterisk servers and it would be nice to not have to do this step (since you have to point out that they are back-ticks, not inverted commas, etc). Perhaps if KVERS is NULL then it should be set to uname -r, something like this at the top: ifeq($(KVERS),) $KVERS = `uname -r` endif Although knowing my luck there's probably some other Debian mandated way of doing things... Looking forward to the patch for bug 286415, BTW :-) Regards, - Paul Harvey Find local movie times and trailers on Yahoo! Movies. http://au.movies.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]