The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Linux on a Core 2 duo dv9000t

    Discussion in 'Linux Compatibility and Software' started by darthc0da, Feb 15, 2007.

  1. darthc0da

    darthc0da Notebook Consultant

    Reputations:
    0
    Messages:
    103
    Likes Received:
    0
    Trophy Points:
    30
    Hey,

    I'm somewhat new to Linux. I used to use my dad's Linux computer and watched him install Red Hat once. Recently, Windows kinda... stopped working and I had to waste a day reinstalling stuff. So, I got interested in installing linux and duel booting Linux and XP. That way if XP breaks, I have linux.

    So, i got Ubuntu (i read about it on popsci) and installed it. Well, it worked great so i partitioned my hdd and gave ubuntu 20 gb to work with. Once it finished installing, i started checking it out.

    Well, I went into terminal and looked at the system processes. The thing is that I think Ubuntu wasn't using both cores (?) Does anyone know of a Linux that supports Core 2 Duos?

    I'd like to do a little gaming with it, probably counter strike source (which i read is very compatible with Wine) so I'd prefer if the graphics drivers worked well :D

    My dad used to use redhat but I hear you have to pay for that now :mad:

    Thanks!

    coda
     
  2. Gautam

    Gautam election 2008 NBR Reviewer

    Reputations:
    1,856
    Messages:
    3,564
    Likes Received:
    0
    Trophy Points:
    105
    Yes, it supports dual core. There is a fix for it, if it isn't enabled by default.

    Ubuntu Forums - Dual Core Fix

    Basically, go to Synaptic and install the 686 kernel to enable SMP.
     
  3. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    well, depends if you're using 6.06 or 6.10, I believe.

    in 6.10 the generic kernel will handle pretty much everything. my "uname -a" comes back:

    Linux sonoramic 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686 GNU/Linux

    And I don't even have a dual core chip.
     
  4. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    Aye, 6.10 utilises both processor cores out of the box. 6.06.1 requires a "sudo apt-get install linux-686" command.
     
  5. darthc0da

    darthc0da Notebook Consultant

    Reputations:
    0
    Messages:
    103
    Likes Received:
    0
    Trophy Points:
    30
    OK thanks, I'm installing all the nvidia and the wireless drivers right now. Thanks for the info!
     
  6. Gautam

    Gautam election 2008 NBR Reviewer

    Reputations:
    1,856
    Messages:
    3,564
    Likes Received:
    0
    Trophy Points:
    105
    NVIDIA drivers can be simply installed through Albert Milone's Python script - "Envy"
     
  7. darthc0da

    darthc0da Notebook Consultant

    Reputations:
    0
    Messages:
    103
    Likes Received:
    0
    Trophy Points:
    30
    Thanks! that helps alot =P
     
  8. darthc0da

    darthc0da Notebook Consultant

    Reputations:
    0
    Messages:
    103
    Likes Received:
    0
    Trophy Points:
    30
    Ok, i got graphics working but I can't get wireless working.... I'll get back later on it.
     
  9. Gautam

    Gautam election 2008 NBR Reviewer

    Reputations:
    1,856
    Messages:
    3,564
    Likes Received:
    0
    Trophy Points:
    105
    The easiest way to deal with a lot of WiFi pain is to download the gnome wireless manager module - go to your console and

    Code:
     $ sudo apt-get update && sudo apt-get install network-manager-gnome 
    You will get access to the WiFi networks in a Windows-like, friendly way. Hope that helps you out!