Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Specific steps for installing on Inspiron 8600c
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
grx
Apprentice
Apprentice


Joined: 19 Jan 2005
Posts: 173
Location: Maryland

PostPosted: Wed Jan 19, 2005 2:16 am    Post subject: Specific steps for installing on Inspiron 8600c Reply with quote

I just recently purchased a Dell Inspiron 8600c, and would like to install linux on it (of course). I have some experience with installing/using linux, and would like to move to gentoo. I've been looking at the online book and the forums here, but I was wondering if those of you who have installed gentoo on an 8600 could help me put together a list of everything that needs to be done to make sure gentoo is running and using the features included on the machine.

Here's my laptop's configuration:

Pentium-M 1.6GHz
15.4 WSXGA+ Screen
512 MB RAM
64MB DDR NVIDIA GeForce FX Go5200
24X CD-RW/DVD Combo Drive
60GB Hard Drive
Intel PRO/Wireless 2200 b/g

From what I've seen, the tricks are going to be the ACPI management (still not quite sure what it is/does, but I guess the CPU frequency changes and fan are involved), the widescreen configuration for X, and the wireless card. Am I right in assuming these aren't going to work "out of the box" and that I'll have to tweak the settings to get them to work right? Is there anything else that might need to be looked at before I try to install?

Last question--is there a way to install from 2004.3 using gcc 3.4.3 so that -march=pentium-m can be used?

Thanks!
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Wed Jan 19, 2005 3:19 am    Post subject: Re: Specific steps for installing on Inspiron 8600c Reply with quote

grx wrote:
Last question--is there a way to install from 2004.3 using gcc 3.4.3 so that -march=pentium-m can be used?

  1. After chrooting and before doing any bootstrap or emerge, use package.keywords to tell Portage that you want the latest gcc 3.4.x.
    Code:
    echo "sys-devel/gcc ~x86" >> /etc/portage/package.keywords

    This will work regardless of which stage you plan to start from.
  2. If you are installing from stage 1, do bootstrap as per Handbook.
  3. If you are using stage 2 or stage 3, re-emerge gcc.
    Code:
    emerge gcc
  4. Then change to the newly emerged compiler using gcc-config. First view a list of installed compilers with
    Code:
    gcc-config -l
    It will show a list such as follows:
    Code:
    [1] i686-pc-linux-gnu-3.3.4
    [2] i686-pc-linux-gnu-3.4.3 *
    [3] i686-pc-linux-gnu-3.4.3-hardened
    [4] i686-pc-linux-gnu-3.4.3-hardenednopie
    [5] i686-pc-linux-gnu-3.4.3-hardenednossp
    Then if there is no asterisk next to the " i686-pc-linux-gnu-3.4.3" option, use "gcc-config <option>" to activate gcc-3.4.3. For example:
    Code:
    gcc-config 2
Back to top
View user's profile Send private message
grx
Apprentice
Apprentice


Joined: 19 Jan 2005
Posts: 173
Location: Maryland

PostPosted: Wed Jan 19, 2005 7:26 pm    Post subject: Reply with quote

Thanks--that should help out a lot.

Can anyone share their experiences with installing on this machine with me? Something a little more in depth than what I've been able to find so far would be a big help!

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum