Re: -1 Unknown symbol in module

2004-09-17 Thread john gennard
Michael Marsh wrote: john gennard <[EMAIL PROTECTED]> wrote: I followed O'Reilly - tried 'insmod' and as unsuccessful, built a database with 'depmod -a'. 'modules.dep' showed there were dependencies, so I used 'modprobe' which I understood should find and install the dependenc

Re: -1 Unknown symbol in module

2004-09-16 Thread Michael Marsh
john gennard <[EMAIL PROTECTED]> wrote: >I followed O'Reilly - tried 'insmod' and as unsuccessful, built a database >with 'depmod -a'. 'modules.dep' showed there were dependencies, so >I used 'modprobe' which I understood should find and install the >dependencies. O'Reilly says I should use the

Re: -1 Unknown symbol in module

2004-09-16 Thread john gennard
Michael Marsh wrote: On Thu, 16 Sep 2004 12:44:06 +0100, john gennard <[EMAIL PROTECTED]> wrote: What am I doing wrong, and what does the error from 'insmod' mean. Generally, if you've just installed a new module you should run "depmod -a". Ideally this will be in one

Re: -1 Unknown symbol in module

2004-09-16 Thread Michael Marsh
On Thu, 16 Sep 2004 12:44:06 +0100, john gennard <[EMAIL PROTECTED]> wrote: > What am I doing wrong, and what does the error from 'insmod' mean. Generally, if you've just installed a new module you should run "depmod -a". Ideally this will be in one of your system start-up scripts, so there's a g