LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-14-2003, 12:36 PM   #1
Txlyo
Member
 
Registered: Oct 2003
Posts: 41

Rep: Reputation: 15
2 big problems...


these item occur after i boot into my gentoo...

insmod: /lib/modules/2.4.20-gentoo-r6/kernel/drivers/net/e100/e100.o insmod e100 failed
insmod: /lib/modules/2.4.20-gentoo-r6/kernel/drivers/net/e100/e100.o init_module: No such device

there are so many items, but they all so similar so i just copy some of them....

wht does they mean ?
and how to solve?

is it mean they cant find my lan card driver?
but i use adsl-start it can connect, but cant emerge....


and why i cant access to my cdrom?

is it need to type the mout command such as

mount /dev/cdrom

am i correct?
but i try this before it said mount: mount point not exist......

THz all guys answering me
 
Old 10-14-2003, 01:11 PM   #2
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Post

CDROM, yep you have to mount it. If this is a fresh install do this:

mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom

The first one makes a directory and you should only have to do that once. After that just do the second one.

You do seem to have a problem with the software/driver for the ethernet card. I don't have one so can't be of much help. Sorry.

Hope you can at least get to your CD now.

 
Old 10-14-2003, 08:09 PM   #3
Txlyo
Member
 
Registered: Oct 2003
Posts: 41

Original Poster
Rep: Reputation: 15
thz a lot....
but the /mnt need to create before i mkdir /mnt/cdrom
there seems no /mnt this directory....
but as i remember.i hv create during the installation...

but how to solve the problem with the lan drivers?
 
Old 10-14-2003, 11:58 PM   #4
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
You have a /mnt directory already. Do this to see:

cd /

Then do this:

ls <that is a small L>

You should have these

bin
boot
dev
etc
home
lib
mnt
opt
proc
root
sbin
tmp
usr
var

When you type in mkdir /mnt/cdrom it should put the new directory inside the mnt directory above. Linux will not mount to a directory that does not exist. You can type in cd /mnt and then do ls <that is a small L again and short for 'list'> you should see the directories cdrom and floppy if you have one.

If you don't have a /mnt directory I don't think it will even boot at all. It's there.

When you log in as root it puts you in the /root directory listed above. If you log in as a regular user, not root, say like Txlyo the you would be in the directory /home/Txlyo then.

I suspect that you are new to Linux. If so let me know, I will give you some links. Linux is not set up like windoze as far as the directories are concerned. Windoze is register based and Linux is file based. It is about as different as night and day.

Post back with a few questions and let me know if you are new. You may also want to update your profile and put in what country you are from and the distro. You don't have to put the city, just put in what you are comfortable with. I put in my state and country. Nobody will find me.

Later

 
Old 10-15-2003, 01:19 AM   #5
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
The insmod errors could be due to a few things. Please post all of the errors and tell us what make and model of network card you have.
 
Old 10-15-2003, 05:42 AM   #6
Txlyo
Member
 
Registered: Oct 2003
Posts: 41

Original Poster
Rep: Reputation: 15
any method to copy out the message log?
that is too long.........
 
Old 10-15-2003, 06:05 AM   #7
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
Which log are you talking about?
 
Old 10-15-2003, 06:18 AM   #8
Txlyo
Member
 
Registered: Oct 2003
Posts: 41

Original Poster
Rep: Reputation: 15
the error log is at begining , after finish the booting and checking...

and i found that there is really no /mnt before,
now the /mnt is i create after i see the message above, and there is only cdrom...coz i just created......

but as i remember i hv created at the step in the installation...

i suppose my NIC is e100 becoz it said

insmod: /lib/modules/2.4.20-gentoo-r6/kernel/drivers/net/e100/e100.o insmod e100 failed

i try to run modprobe e100
but it said device not found and some error on IRQ etc..


maybe i should to try to have my fourth time installation...
 
Old 10-15-2003, 07:10 AM   #9
ReefShark
Member
 
Registered: Oct 2003
Location: the Netherlands
Distribution: Arch Linux, Ubuntu server
Posts: 145

Rep: Reputation: 15
Quote:
Originally posted by Txlyo
maybe i should to try to have my fourth time installation...
Maybe you should consider a more GUI and autodetect oriented distro

We really need to know the make and model of your networkcard (e100 is just the generic module the kernel tries to load) and any related error-messages and log-entries. Otherwise we can't help you (or at least; I can't)

Last edited by ReefShark; 10-15-2003 at 07:13 AM.
 
Old 10-15-2003, 07:19 AM   #10
Txlyo
Member
 
Registered: Oct 2003
Posts: 41

Original Poster
Rep: Reputation: 15
but it is quite fun to following the guide to step by step to install gentoo and i enjoy it too...haha

my NIC in Windows call
Intel Pro/100+ Management Adapter..

and i want to ask how can i use my package on the second CD?
coz i use emerge , it said cannt connect to some website and cant emerge....
but i can emerge when i m installing the gentoo...
 
Old 10-15-2003, 07:24 AM   #11
IsNoGood
Member
 
Registered: Oct 2003
Posts: 67

Rep: Reputation: 15
Check with fstab for your cd

/dev/hda1 /boot ext3 noauto,noatime 1 1
/dev/hda3 / reiserfs noatime 0 0
/dev/hda2 none swap sw 0 0
/dev/hda5 /debian reiserfs noatime 0 0
/dev/hda6 /data reiserfs noatime 0 0
/dev/hdb1 /w2k vfat noauto 0 0
/dev/hdb2 none swap
/dev/hdb5 /data3 reiserfs noatime 0 0
/dev/hdb6 /data2 reiserfs noatime 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0

The last line is the cd /mnt/cdrom is where it is mounted.
Check as root with lspci for your eth card - you'll need to install pciutils for this.
Did you build the kernel with genkernel?
 
Old 10-15-2003, 07:54 AM   #12
Txlyo
Member
 
Registered: Oct 2003
Posts: 41

Original Poster
Rep: Reputation: 15
yes i build it by genkernel....

the config in fstab i sure no problem...
the mount pt is set as /mnt/cdrom
but dunno why i first boot after installation the /mnt folder is not exist..
 
Old 10-15-2003, 08:11 AM   #13
IsNoGood
Member
 
Registered: Oct 2003
Posts: 67

Rep: Reputation: 15
Wouldn't worry about whether the folder exists or not.Just make one.
with that driver thing:
I would build a kernel with the driver included (not as module) the old fashioned way w/o genkernel.Got no idea what genkernel does - I stay away from it.There are two different drivers for that NIC.One is from Intel the other one from some Becker guy.
 
Old 10-15-2003, 09:40 AM   #14
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Advice, genkernel did not work for me. I have read where it did not work for others. Up to you.

 
Old 10-15-2003, 10:02 AM   #15
Txlyo
Member
 
Registered: Oct 2003
Posts: 41

Original Poster
Rep: Reputation: 15
thats mean dont use stage 3 to install, use stage I or II instead?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Big O, Big Omega, and Big Theta oulevon Programming 7 05-26-2010 07:18 AM
Dual Boot Problems...big problems Goonie Linux - General 19 12-09-2006 04:44 PM
HELP ?! 2 Big problems and a medium one nykey Linux - Newbie 4 11-22-2003 09:17 AM
Big Problems! Help please! TheShemeta Slackware 1 11-04-2003 10:58 AM
big problems cristi1979 Linux - Security 11 07-04-2003 02:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration