Paul paul.corner@tesco.net writes:
Question though - Is there an easy way of finding out what symbols are causing the error messages reported by depmod ?
I think there's a -v option to depmod which gets you the full list of symbols. However, the usual cause of such problems is because you installed two kernels with the same modules directory simultaneously. For this reason, when building my own kernel packages, I tend to add a suffix (EXTRAVERSION I think the Makefile directive is) to the version. Debian don't do that, so I avoid conflicting.