Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dchp isn't installed after boot
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
udubnate
n00b
n00b


Joined: 28 Apr 2003
Posts: 24

PostPosted: Tue Jun 24, 2003 4:53 pm    Post subject: dchp isn't installed after boot Reply with quote

So here are the messages that I get after I get a successful boot.

module 3c59x failed to load
Failed to bring eth0 up
Error Problem starting needed services
"netmount" was not started.

here is my code listing

/etc/modules.autoload
3c59x

According to WinXP I have a
3Com 3C920 Integrated Fast Ethernet Controller (3C905C-TX) Compatible)

I have all my 3COM drivers as modules

Where do I go from here?

Thanks alot

Nathan
Back to top
View user's profile Send private message
udubnate
n00b
n00b


Joined: 28 Apr 2003
Posts: 24

PostPosted: Tue Jun 24, 2003 4:57 pm    Post subject: Reply with quote

actually now that I think of it, I am not sure if my ethernet card is 3com
Back to top
View user's profile Send private message
udubnate
n00b
n00b


Joined: 28 Apr 2003
Posts: 24

PostPosted: Tue Jun 24, 2003 5:02 pm    Post subject: Reply with quote

realtek RTL8139(A) based PCI Fast Ethernet Adapter

is what I have

any ideas?
Back to top
View user's profile Send private message
barran
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2003
Posts: 142
Location: Århus, DK

PostPosted: Tue Jun 24, 2003 5:29 pm    Post subject: Reply with quote

Code:

# modprobe 8139too

That should do it. It is easier to compile it into the kernel. Why dont you just do that?

If it doesnt help locate the 8139too.o file and do
Code:

# insmod 8139too.o
Back to top
View user's profile Send private message
udubnate
n00b
n00b


Joined: 28 Apr 2003
Posts: 24

PostPosted: Tue Jun 24, 2003 5:53 pm    Post subject: Reply with quote

nah those didn't work.

I cant locate my pci bus either.
Back to top
View user's profile Send private message
barran
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2003
Posts: 142
Location: Århus, DK

PostPosted: Tue Jun 24, 2003 6:06 pm    Post subject: Reply with quote

Please include error messages.
Why didnt they work. Are you sure that your netcard is a realtek card?

Maybe this thread will help you.

How do you check if you can locate your pci bus? What does cat /proc/pci say?
Back to top
View user's profile Send private message
udubnate
n00b
n00b


Joined: 28 Apr 2003
Posts: 24

PostPosted: Tue Jun 24, 2003 6:39 pm    Post subject: Reply with quote

modprobe 8149too
-----
/lib/modules/2.4.20-gentoo-r5/kernel/drivers/net/8139too.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.

insmod 8149too.o
-----
insmod:8149too.o: no such file or directory

cat /proc/pci
----
No such file or directory


thanks

Nathan
Back to top
View user's profile Send private message
barran
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2003
Posts: 142
Location: Århus, DK

PostPosted: Tue Jun 24, 2003 7:00 pm    Post subject: Reply with quote

Well ok. I said you had to locate the 8139too.o file. That means to go into /lib/modules and search for a file named just that and do
Code:

insmod /path/to/file/8139too.o

Are you sure you are using the kernel you just compiled?
Did you remember to mount /boot before you copied the bzImage?

Other ways to find files:
Code:

# find /lib/modules -name 8139too.o
# locate 8139too.o

locate only works if you have an updated locate db.
Back to top
View user's profile Send private message
NicholasDWolfwood
Apprentice
Apprentice


Joined: 19 Jan 2003
Posts: 235

PostPosted: Tue Jun 24, 2003 9:00 pm    Post subject: Reply with quote

barran, did you notice he was trying to find 8149too ?
Back to top
View user's profile Send private message
barran
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2003
Posts: 142
Location: Århus, DK

PostPosted: Wed Jun 25, 2003 9:40 am    Post subject: Reply with quote

NicholasDWolfwood wrote:
barran, did you notice he was trying to find 8149too ?

Ahh - no. That is his problem if he didnt forget to check it when he configured the kernel. I hope he saw that he was typing the wrong module and sorted it out. We wont know that before he post again at least.
Thank you for pointing it out.
Back to top
View user's profile Send private message
keratos68
Guru
Guru


Joined: 27 Dec 2002
Posts: 561
Location: Blackpool, Lancashire, UK.

PostPosted: Wed Jun 25, 2003 11:35 am    Post subject: Reply with quote

I don't think he's posting the REAL input/output ... there's no way 8149 would load 8139too.o , and anyway , 8139too (Real-Tek Fast PCI Ethernet) driver cannot find the VendorID/ProductID codes for his device , which suggests he don't have a RealTek , or is it a 3COM or is it ..well...

Why dont you come back when you know what damm system you have , cos if you dont, then how the heck can we!!
_________________
Someone told me that "..they only ever made one mistake...."

...and that's when they said they were wrong!!
Back to top
View user's profile Send private message
darkbyte
n00b
n00b


Joined: 20 Feb 2003
Posts: 71
Location: Mexico

PostPosted: Wed Jun 25, 2003 5:25 pm    Post subject: some. Reply with quote

did you install the module in the kernel configuration....
_________________
"software is like sex, it's better when it's free"
Back to top
View user's profile Send private message
udubnate
n00b
n00b


Joined: 28 Apr 2003
Posts: 24

PostPosted: Thu Jun 26, 2003 4:53 pm    Post subject: Reply with quote

it is fixed. I forgot to mount /boot after compiling kernel

thanks for all your help
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