Ok I am able to compile and make it see dual cpus :-D Im using 2.4.21, but Im having a weird issue:
Code:
[root@blazin /]# lsmod
Module Size Used by Not tainted
[root@blazin /]#
As you can see, no modules at all.....My network works , havent had a chance to test video since I am sshed in remotely doing all this right now.
Also it only mounts my ext3 partitions at boot up, none of my FAT32 partitions. But I can mount those manually once booted up........
What could cause it to have no modules and whatnot? I did make modules and make modules_install and depmod -a. Nothing.....
But on one cool note:
Code:
[root@blazin /]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping : 9
cpu MHz : 2394.159
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips : 4771.02
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping : 9
cpu MHz : 2394.159
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips : 4784.12
Bookmarks