Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot modprobe tulip
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
abuthemagician
n00b
n00b


Joined: 13 Jul 2004
Posts: 23

PostPosted: Wed Jul 14, 2004 7:29 pm    Post subject: Cannot modprobe tulip Reply with quote

when i try to modprobe Tulip, i get:

FATAL: Could not load /lib/modules/2.6.5-gentoo/modules.dep: No such file or directory

I just did a fresh network install using the gentoo-sources kernel and followed the install instructions to a T. Any ideas? My kernel version is 2.4.26
Back to top
View user's profile Send private message
Mickys21
n00b
n00b


Joined: 22 Jul 2003
Posts: 61
Location: Ipswich, UK

PostPosted: Wed Jul 14, 2004 7:35 pm    Post subject: Reply with quote

After compiling the kernel...
Code:

make menuconfig
make
...etc
make sure you do a
Code:

make modules_install

had a similar problem myself

if not just double check you included the tulip mod in the kernel

hope that helps[/code]
Back to top
View user's profile Send private message
abuthemagician
n00b
n00b


Joined: 13 Jul 2004
Posts: 23

PostPosted: Wed Jul 14, 2004 7:40 pm    Post subject: Reply with quote

i think i just left it out of my kernel config.... guess i'll have to recompile the kernel....
Back to top
View user's profile Send private message
abuthemagician
n00b
n00b


Joined: 13 Jul 2004
Posts: 23

PostPosted: Wed Jul 14, 2004 7:50 pm    Post subject: Reply with quote

nope. even after adding it as a module and running make modules_install i still get the same thing

this is what i ran after make menuconfig
make dep && make bzImage modules modules_install
Back to top
View user's profile Send private message
Mickys21
n00b
n00b


Joined: 22 Jul 2003
Posts: 61
Location: Ipswich, UK

PostPosted: Wed Jul 14, 2004 8:39 pm    Post subject: Reply with quote

this is how you compile a 2.4 kernel.. a 2.6 kernel is slighty different..

after a make menuconfig
type
"make"

when that is finished type...
"make modules"

and then
"make modules install"

after that mount boot, then
cp /usr/src/linux-2.6.5/arch/i386/boot/bzImage /boot

i had a simlar problem saying...
"FATAL: Could not load /lib/modules/2.6.x-gentoo/modules.dep: No such file or directory"

i'd forgot to do "make modules_install" so the following link did not exist
Back to top
View user's profile Send private message
abuthemagician
n00b
n00b


Joined: 13 Jul 2004
Posts: 23

PostPosted: Wed Jul 14, 2004 8:43 pm    Post subject: Reply with quote

got it working. can't have a bootsplash like the live cd yet, going to try later tho. Now i gotta get xfree86 installed, gnome and some other stuff.. Gotta love Virtual Server 2005... my VPC2004 trial ran out, but VS2005 is the same thing pretty much
Back to top
View user's profile Send private message
jdgill0
Veteran
Veteran


Joined: 25 Mar 2003
Posts: 1366
Location: Lexington, Ky -- USA

PostPosted: Thu Jul 15, 2004 12:38 pm    Post subject: Reply with quote

Mickys21 wrote:
after a make menuconfig
type
"make"

when that is finished type...
"make modules"

and then
"make modules install"

If you do "make" you don't have to do "make modules" with 2.6 kernel, because "make" does that by default.

To see a list of default targets for "make"
Code:
make help

It will show "vmlinux, bzImage, and modules" are default targets. Since I use bzImage only, I typically do:
Code:
make bzImage modules modules_install
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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