Hi, <snip> > > I did not manually specify a module directory, I use vanilla debian sid > kernels, never recompiled or configured or whatever. > I've had a look at first lines of Makefile, and are: > VERSION = 2 > PATCHLEVEL = 6 > SUBLEVEL = 14 > EXTRAVERSION = > NAME=Affluent Albatross
<snip> > Any clue? > Maybe you have to accomodate the install scripts to some debian > different way of doing things (and asterisk has to do so also), or I'm > doing something wrong, I've no idea, I'm unfortunatly not a big expert. > thanks I'm not a debian pkg expert , but the kernel source packages are different from compiled ones. not only, you simply cannot use that directory with some magic script, because the kernel config is different. The right-way-to-do-it (tm) is: * build your own kernel, then compile whatever kernel module you need on it ... or * find a way to have the "build" dir into /lib/modules/`uname -r` in fedora/centos/others is just a matter to install kernel-devel packages, and the src packages with the right configuration are installed into /usr/src with a link into lib/modules/`uname -r`/build <distro opinion> oh there's a third way, blame debian :) btw, if you are not strong with linux, perhaps another distro is better </distro opinion> cya, Matteo _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
