Re: Nvidia drivers 256.44 and Salix 13.1.1 32 bits
Posted: 2. Sep 2010, 16:15
You have one CPU with 2 cores. You need the smp kernel.
Linux for the Lazy Slacker
https://forum.salixos.org/
What about for 64bit Salix? I installed 64bit Salix 13.1 and I only have the kernel-huge package, and not the huge-smp package. I did not do anything special during the install and I just selected the defaults.gapan wrote:If you installed the kernel-huge package, it is because you made an effort to. You really need to go out of your way to do that during installation, so if you were looking for ways to break your system without understanding what you're doing, I'm guessing that you found one.
Yes, install the kernel-huge-smp package.
Code: Select all
root@darkstar:~# slapt-get --search kernel-huge
kernel-huge-2.6.33.4-x86_64-1 [inst=yes]: kernel-huge (a fully-loaded SMP Linux kernel)
Code: Select all
root@darkstar:~# uname -a
Linux darkstar 2.6.33.4 #3 SMP Wed May 12 23:13:09 CDT 2010 x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
Ok thanks Gapan. That is what I figured when I saw the "smp" in the description of the 64bit kernel after I looked at it more closely.gapan wrote:The 64-bit kernel is an smp kernel. There is no 64bit cpu without smp.