Hi list. I have two folders 2.4.18-4GB and 2.4.18-64GB-SMP under /lib/modules/ And uname r says my kernel version is 2.4.18-64GB-SMP. So whats the other folder? Also I want to load hcfpsiserial in my server and I have only the 2.4.18-4GBs version. How can I get the properly module for my server? Mohammad Fattahian Eedé Business Solution
On Sunday 21 Sep 2003 09:06, Mohammad Fattahian wrote:
Hi list.
I have two folders 2.4.18-4GB and 2.4.18-64GB-SMP under /lib/modules/
And uname r says my kernel version is 2.4.18-64GB-SMP.
So whats the other folder?
Also I want to load hcfpsiserial in my server and I have only the 2.4.18-4GBs version. How can I get the properly module for my server?
Not sure about this! I guess it would be that some modules aren't used in the SMP kernel, or vice versa, and use their own module folder? I don't have a multi processor machine to check whether it's the same or not. -- del suse-linux-e
The 03.09.21 at 12:36, Mohammad Fattahian wrote:
I have two folders 2.4.18-4GB and 2.4.18-64GB-SMP under /lib/modules/
And uname r says my kernel version is 2.4.18-64GB-SMP.
So whats the other folder?
I think, in your case, modules are first looked for in the -SMP dir, and if not found, in the other. If you compare them, you might see that one has much less files than the other. I'm unsure if that will be your case, but I thinks so.
Also I want to load hcfpsiserial in my server and I have only the 2.4.18-4GBs version. How can I get the properly module for my server?
Compile it. If it is a supplied binary from some company, then _they_ should supply it. And... notice that the kernel module loader will refuse to load a module that hasn't a GPL compatible license: | However ins | mod will refuse to resolve GPL only symbols for | non-GPL modules so the actual load will fail. -- Cheers, Carlos Robinson
participants (3)
-
Carlos E. R.
-
del-SLE
-
Mohammad Fattahian