1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Linux Configuring Gentoo for system hardware?

Discussion in 'Software' started by OneSeventeen, 6 Dec 2008.

  1. OneSeventeen

    OneSeventeen Oooh Shiny!

    Joined:
    3 Apr 2002
    Posts:
    3,454
    Likes Received:
    2
    I will hopefully be installing Funtoo linux soon (based on Gentoo, but using git as a portage tree, making forking incredibly easy), but I'm a little lost when it comes to configuring the kernel, and default modules to be loaded.

    Since I built my own machine, I can easily post my motherboard model, video card, etc.

    (I'm hoping Glider is still around :) )

    Any tips?
     
  2. Andy Mc

    Andy Mc Modder

    Joined:
    23 May 2002
    Posts:
    1,743
    Likes Received:
    133
    Have you thought of initially just installing Gentoo and following the handbook? As a first 'go' at a source distro it will teach you alot. You can then use what you learn there to build your Funtoo system.
     
  3. Fophillips

    Fophillips What's a Dremel?

    Joined:
    9 Oct 2006
    Posts:
    948
    Likes Received:
    1
    Use lspci to see what chipsets you are using, then select them in the kernel config.
     
    Glider likes this.
  4. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    "lspci" is your friend indeed, combined with lsusb. Use the -v or -vv switch if required, but most of the time you'll have plenty of info with just lspci. That and a quick google of the items listed will tell you what you need to enable.

    Be sure to compile in all boot critical stuff (so not as a module). This includes chipset, filesystem support,...
     
  5. OneSeventeen

    OneSeventeen Oooh Shiny!

    Joined:
    3 Apr 2002
    Posts:
    3,454
    Likes Received:
    2
    I've got a funtoo VM set up based on the gentoo handbook already, the main question is just figuring out how to determine what boot critical stuff I should compile into the kernel.

    looks like lspci will help me find that stuff though, so I'll give that a go and come back later with more questions. (Although, I hate to say it, I'm back on Ubuntu as my primary OS, and will be booting another Funtoo drive later.)
     
  6. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    Well, for starters, compile everything in (no, or as few as possible modules). After that you can start replacing inbuilt with modules, while having a failback kernel.

    But TBH, I compiled most stuff right in, because I couldn't care about unloading modules when I wasn't using hardware.
     

Share This Page