Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with Intel eepro100 on IBM Thinkpad--Solved
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
smutt
n00b
n00b


Joined: 23 Aug 2003
Posts: 51
Location: Utrecht, Netherlands

PostPosted: Sun Nov 09, 2003 10:40 pm    Post subject: Problem with Intel eepro100 on IBM Thinkpad--Solved Reply with quote

I've gone through the install with the live CD on my IBM Thinkpad. When I boot off the LiveCD my Ethernet card is recognized no problem. When I boot from the harddrive no such luck. I get errors when I try
Quote:

modprobe eepro100

Quote:

or modprobe e100

Both give me this same error:
Quote:

Can't open dependencies file /lib/modules/2.4.20-gentoo-r6/modules.dep (No such file or directory)

However the following file exists:
Quote:

/lib/modules/2.4.20-gentoo-r8/modules.dep

What's the deal? Why are these modules looking for an older dependencies file? I've emerged e100 and run genkernel again but problem remains. I've also tried a symbolic link to 2.4.20-gentoo-r8 from 2.4.20-gentoo-r6. But I just get some nasty errors about unresolved symbols.


Last edited by smutt on Tue Nov 11, 2003 10:31 am; edited 1 time in total
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Mon Nov 10, 2003 12:37 am    Post subject: Reply with quote

Which kernel are you booting, -r6 or -r8 ?

To find out, type "uname -a".
Back to top
View user's profile Send private message
alcatraz
n00b
n00b


Joined: 14 Feb 2003
Posts: 19

PostPosted: Mon Nov 10, 2003 1:19 am    Post subject: Re: Problem with Intel eepro100 on IBM Thinkpad Reply with quote

smutt wrote:
I've gone through the install with the live CD on my IBM Thinkpad. When I boot off the LiveCD my Ethernet card is recognized no problem. When I boot from the harddrive no such luck. I get errors when I try
Quote:

modprobe eepro100

Quote:

or modprobe e100

Both give me this same error:
Quote:

Can't open dependencies file /lib/modules/2.4.20-gentoo-r6/modules.dep (No such file or directory)

However the following file exists:
Quote:

/lib/modules/2.4.20-gentoo-r8/modules.dep

What's the deal? Why are these modules looking for an older dependencies file? I've emerged e100 and run genkernel again but problem remains. I've also tried a symbolic link to 2.4.20-gentoo-r8 from 2.4.20-gentoo-r6. But I just get some nasty errors about unresolved symbols.





probably not the 'right' way but here is something you can try:
ln -s /lib/modules/2.4.20-gentoo-r8/modules.dep /lib/modules/2.4.20-gentoo-r6/modules.dep

or if 2.4.20-gentoo-r6 does not even exist

ln -s /lib/modules/2.4.20-gentoo-r8/ /lib/modules/2.4.20-gentoo-r6/
_________________
Once Gentoo, Allways Gentoo.
Back to top
View user's profile Send private message
smutt
n00b
n00b


Joined: 23 Aug 2003
Posts: 51
Location: Utrecht, Netherlands

PostPosted: Mon Nov 10, 2003 7:54 am    Post subject: Reply with quote

Cyrillic: I'm running 2.4.20-gentoo-r6. However I only have a directory for lib/modules/2.4.20-gentoo-r8. Is it possible that Genkernel isn't replacing that directory with r6 because it sees r8 as a newer version? Do you think I could just delete lib/modules/2.4.20-gentoo-r8 and run genkernel again?

Alcatraz: Tried that but I just got a lot of unresolved symbol errors.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Tue Nov 11, 2003 1:19 am    Post subject: Reply with quote

Genkernel may have only done a partial run, and died before installing the -r6 modules.

You could always try booting your -r8 kernel (because you already have matching modules), or if that doesn't work, run genkernel again so you get a complete set of kernel + modules that match.
Back to top
View user's profile Send private message
smutt
n00b
n00b


Joined: 23 Aug 2003
Posts: 51
Location: Utrecht, Netherlands

PostPosted: Tue Nov 11, 2003 10:31 am    Post subject: Reply with quote

Problem solved. Thanks for your help cyrillic. The question you posed in your first post pointed me in the right direction. I renamed /lib/modules/*r8 and recompiled the kernel. This got me a full r8 kernel which I then booted and my e100 was properly detected. 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