Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Gentoo Linux Help
Reload this Page Getting Ready To Install Gentoo For The First Time !!!!
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Gentoo Linux Help For help and discussion related to Gentoo Linux

Reply
 
Thread Tools Display Modes
Old 10-27-2007   #11 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
I think you should be able to continue where you left off, using the same method you used last night, which would be the Minimal install CD right? You do know, you need networking for the minimal Installer?? The Emerge command will need a working Internet Connection.

I think I have the answer now, you need to chroot back into Gentoo, (Section 6.a), and Then continue with installing your Kernel.
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9

Last edited by MikeTbob; 10-27-2007 at 09:27 PM. Reason: Added "chroot"
MikeTbob is offline   Reply With Quote
Old 10-28-2007   #12 (permalink)
Cyntek
Just Joined!
 
Join Date: Oct 2007
Location: West Coast
Posts: 26
Quote:
Originally Posted by MikeTbob View Post
I think you should be able to continue where you left off, using the same method you used last night, which would be the Minimal install CD right? You do know, you need networking for the minimal Installer?? The Emerge command will need a working Internet Connection.

I think I have the answer now, you need to chroot back into Gentoo, (Section 6.a), and Then continue with installing your Kernel.
Okay, everything is gravy for now, but I got a problem. I am on section "7.e kernel Modules" Configuring the Modules Code Listing 17: Viewing all available modules, I input what is there ie:
" #find /lib/modules /kernel-2.6/ -type f -iname '*.o' -or -iname '*. "
as desribed in the handbook. Once I hit enter I get this ">" and nothing happens is this normal?.
Cyntek is offline   Reply With Quote
Old 10-28-2007   #13 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
This is a little tricky but it says in the Install guide, (section 7.e)
Quote:
Don't forget to substitute "<kernel version>" with the version of the kernel you just compiled:
So, issue this command
Code:
ls /usr/lib
you'll see something like this:
Quote:
2.6.19-gentoo-r5 2.6.22-gentoo-r5 2.6.22-gentoo-r8
Those are the kernel versions I have installed, but your may look different. This is the kernel version you need to add.
for me it would be
Code:
find /lib/modules/2.6.22-gentoo-r8/ -type f -iname '*.o' -or -iname '*.ko'
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/sha256.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/pcbc.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/sha1.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/cbc.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/des.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/aes.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/ecb.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/crypto_algapi.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/blkcipher.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/cryptomgr.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/crypto/padlock-aes.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/crypto/geode-aes.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/crypto/padlock-sha.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/net/8139too.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/scsi/scsi_wait_scan.ko
/lib/modules/2.6.22-gentoo-r5/kernel/fs/smbfs/smbfs.ko
/lib/modules/2.6.22-gentoo-r5/kernel/fs/cifs/cifs.ko
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9
MikeTbob is offline   Reply With Quote
Old 10-28-2007   #14 (permalink)
Cyntek
Just Joined!
 
Join Date: Oct 2007
Location: West Coast
Posts: 26
Quote:
Originally Posted by MikeTbob View Post
This is a little tricky but it says in the Install guide, (section 7.e)
So, issue this command
Code:
ls /usr/lib
you'll see something like this:
Those are the kernel versions I have installed, but your may look different. This is the kernel version you need to add.
for me it would be
Code:
find /lib/modules/2.6.22-gentoo-r8/ -type f -iname '*.o' -or -iname '*.ko'
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/sha256.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/pcbc.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/sha1.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/cbc.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/des.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/aes.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/ecb.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/crypto_algapi.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/blkcipher.ko
/lib/modules/2.6.22-gentoo-r5/kernel/crypto/cryptomgr.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/crypto/padlock-aes.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/crypto/geode-aes.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/crypto/padlock-sha.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/net/8139too.ko
/lib/modules/2.6.22-gentoo-r5/kernel/drivers/scsi/scsi_wait_scan.ko
/lib/modules/2.6.22-gentoo-r5/kernel/fs/smbfs/smbfs.ko
/lib/modules/2.6.22-gentoo-r5/kernel/fs/cifs/cifs.ko

Okay, I ran the command: ls /usr/lib what module do need to install? It shows multiple colors of grey,aqua blue and green, dark blue text.
Cyntek is offline   Reply With Quote
Old 10-28-2007   #15 (permalink)
Cyntek
Just Joined!
 
Join Date: Oct 2007
Location: West Coast
Posts: 26
Quote:
Originally Posted by Cyntek View Post
Okay, I ran the command: ls /usr/lib what module do need to install? It shows multiple colors of grey,aqua blue and green, dark blue text.
I also ran the find command with my version of the kernel and here is what shows or what it found:

/lib/modules/2.6.22-gentoo-r8/kernel/drivers/net/s2io.ko
/lib/modules/2.6.22-gentoo-r8/kernel/drivers/human/smsc47b397.ko
/lib/modules/2.6.22-gentoo-r8/kernel/drivers/i2c/i2c-dev.ko
/lib/modules/2.6.22-gentoo-r8/kernel/drivers/i2c/i2c-core.ko
/lib/modules/2.6.22-gentoo-r8/kernel/drivers/scsi/scsi_wait_scan.ko


these are modules are installed for now, should I need to install others as well ?
Cyntek is offline   Reply With Quote
Old 10-28-2007   #16 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
I'm pretty sure you can skip this part and move along to section 8.a, especially if you are using a genkernel. Do you have a working Internet connection? What type of Network card is it?
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9
MikeTbob is offline   Reply With Quote
Old 10-28-2007   #17 (permalink)
Cyntek
Just Joined!
 
Join Date: Oct 2007
Location: West Coast
Posts: 26
Quote:
Originally Posted by MikeTbob View Post
I'm pretty sure you can skip this part and move along to section 8.a, especially if you are using a genkernel. Do you have a working Internet connection? What type of Network card is it?
I'm not using the genkernel since it's buggy and all so I decide to do the manual configuration of the kernel. Im using the onboard nvidia.


I have the "/etc/modules.autoload.d/kernel-2.6" opened up and I only see the comments # sections as well as the sample module in the config file. how can i add additional modules or like you said just move on. LOL

Last edited by Cyntek; 10-28-2007 at 02:38 AM. Reason: /etc/modules.autoload.d/kernel-2.6
Cyntek is offline   Reply With Quote
Old 10-28-2007   #18 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
Are you using the LiveCD right now and chrooting to the HD? Did you have to load a module to get the Internet working? If you are using the LiveCD, open another terminal/konsole window and see which modules are already loaded with this command.
/sbin/lsmod
or
sudo /sbin/lsmod
Post the output here.
EDIT: Are you using SATA drives, which Video card do you have?
Try using this command to discover more about your hardware:
/sbin/lspci
or
sudo /sbin/lspci
For me, all I had to do was compile a standard kernel, (removing all the drivers I didn't need) and Installing my WIFI driver manually, after I had done all the configuring. I didn't need any extra modules.
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9
MikeTbob is offline   Reply With Quote
Old 10-28-2007   #19 (permalink)
Cyntek
Just Joined!
 
Join Date: Oct 2007
Location: West Coast
Posts: 26
Quote:
Originally Posted by MikeTbob View Post
Are you using the LiveCD right now and chrooting to the HD? Did you have to load a module to get the Internet working? If you are using the LiveCD, open another terminal/konsole window and see which modules are already loaded with this command.
/sbin/lsmod
or
sudo /sbin/lsmod
Post the output here.


I am currently in the (chroot) environment, Also I did not have to load a module to get the internet working. I copied the DNS information " cp -L /etc/resolve.conf /mnt/gentoo/etc/" is what I used.



How do I open a terminal window if I am in the (chroot) environment, Can't I just run that command in (chroot) evironment?

Yes! I am running a SATA HD and my graphic card is an EVGA 7950GT OK 512MB card.
Cyntek is offline   Reply With Quote
Old 10-28-2007   #20 (permalink)
Cyntek
Just Joined!
 
Join Date: Oct 2007
Location: West Coast
Posts: 26
I'll just move on to section 8: If any problems occur I'll Post them.
Cyntek is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
can't install nvidia driver why? porsher_puddles Mandriva Linux Help 2 03-28-2007 10:17 PM
cannot install gentoo linux jan1024188 Gentoo Linux Help 6 08-27-2006 12:36 PM
:: problem with gaim :: mohsin Installation 6 02-25-2005 04:58 AM
"The Gentoo Way" see'ing linux with new eyes!! Mzzbizzsnatch Misc 4 09-09-2003 07:20 AM
How to install pppd on new Gentoo install Mzzbizzsnatch Misc 5 09-06-2003 10:52 PM




All times are GMT. The time now is 12:09 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0