Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Hyper-Threading in Linux?

  1. #11

    Re:Hyper-Threading in Linux?

    Hey thanks man, seems like basically all I needed was to include ACPI and it woulda probably worked. I will be compiling me a kernel soon my man :-D

  2. #12
    Guest

    Re:Hyper-Threading in Linux?

    [quote author=rick420 link=board=1;threadid=7116;start=0#66292 date=1054867631]
    Hey thanks man, seems like basically all I needed was to include ACPI and it woulda probably worked. I will be compiling me a kernel soon my man :-D
    [/quote]

    Please tell me all about how sweet the machine is running afterwards - I'm considering getting one for my gf.

  3. #13

    Re:Hyper-Threading in Linux?

    Hope you get it to work.

    I think I read something about applying a patch.

  4. #14

    Re:Hyper-Threading in Linux?

    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

  5. #15

    Re:Hyper-Threading in Linux?

    Only thing I can think of is that perhaps you compiled the needed stuff as part of the kernel, instead of as modules. That would be the only way you'd have support for things and not have modules.

    I don't think it matters much.

    Regarding the fat32, what happens if you do modprobe vfat?

  6. #16

    Re:Hyper-Threading in Linux?

    Also I figured this out by just loading my mandrake config file and removing crap I didnt need. Mandrake seems to be picky on what you compile in and what is modules and it makes me use an initrd to work properly.

    Only thing that seems wrong now is that it still doesnt mount any FAT32 partitions at bootup, but I can mount them just fine afterwards....

  7. #17

    Re:Hyper-Threading in Linux?

    [quote author=rick420 link=board=1;threadid=7116;start=0#66323 date=1054935979]
    Also I figured this out by just loading my mandrake config file and removing crap I didnt need. Mandrake seems to be picky on what you compile in and what is modules and it makes me use an initrd to work properly.

    Only thing that seems wrong now is that it still doesnt mount any FAT32 partitions at bootup, but I can mount them just fine afterwards....
    [/quote]

    That's strange. It worked before, right? What's your /etc/fstab look like?

    PS: How beautifully does that thing sing? I had a small...ahem...issue (read: fire) with my cpu a few days back and hoped the mb was lost so I could get a similar setup, but alas...'twas only the CPU. $50 later I'm still sitting at a 1GHz T-Bird.

  8. #18

    Re:Hyper-Threading in Linux?

    Yea its still kinda strange....Every single kernel I have compiled I enabled SMP and it enabled both CPUS no probs, but like I said none of my FAT32 will mount at boot, and a few other errors regarding NFS , but nothing major ..........until I try to use X.......

    First off, the default drake kernel boots with a GUI image thing, I disabled that and added the lilo parameter, vga=ask, to my lilo.conf. Thing is the best resoution I can choose is like 152x50. Which looks liek trash. Worst part is that once I try to use X with any new kernel I have tried, my screen goes to garbled colors and i have to reboot.......

    SO then I tried Mandrakes official SMP kernel, which works fine, except that it doesnt show 2 cpus.......grrrrrr

    BTW, this box still fucking flys, it only takes me maybe 10 mins to fully compile a kernel and reboot into it :-D

  9. #19
    Guest

    Re:Hyper-Threading in Linux?

    try a 2.5.70-mm5 kernel - I think there are some issues with HT and 2.4 in some vendor kernels.

  10. #20

    Re:Hyper-Threading in Linux?

    Did you applied the HT patch they talk about in the mailing list link?

    What kind of video card are you using?

Similar Threads

  1. Linux security is a 'myth', claims Microsoft
    By genesis in forum Windows - General Topics
    Replies: 4
    Last Post: 01-30-2005, 10:51 PM
  2. Linux Benchmarking
    By comtux in forum Linux - General Topics
    Replies: 2
    Last Post: 01-08-2005, 12:17 AM
  3. Microsoft Will Offer Linux Software (2004)
    By coltrane in forum General Chat
    Replies: 8
    Last Post: 12-11-2002, 05:03 PM
  4. I've made a new improved distro: Linux XP !!
    By NGene in forum General Chat
    Replies: 34
    Last Post: 01-09-2002, 04:03 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •