Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
install on ferrari 3200
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
ktubail
n00b
n00b


Joined: 26 Dec 2004
Posts: 1

PostPosted: Wed Mar 16, 2005 4:32 pm    Post subject: install on ferrari 3200 Reply with quote

i am installing gentoo on my ferrari 3200,
when i boot from gentoo livecd i used modprobe tg3 for the network working.

but my problem is after i finish the installation i have to compile tg3 driver as kernel-module.

can please any one help how i do it ? what is the command to that

need it ooo much, khalidtubail@yahoo.com

thanks alot
Back to top
View user's profile Send private message
Sorcerer'sApprentice
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jan 2005
Posts: 121
Location: Jesus College, Cambridge, England

PostPosted: Wed Mar 16, 2005 5:26 pm    Post subject: Reply with quote

Code:
su
cd /usr/src/linux
make menuconfig

You can find the driver here:
-> Device Drivers -> Networking support -> Network device support -> Ethernet (1000 Mbit) -> Broadcom Tigon3 support
Select it as a module by pressing 'M'. Then quit.
Code:
make

#next line boot not already mounted
mount /dev/'correct-device' /boot

make modules_install install
echo tg3 >> /etc/modules.autoload.d/kernel-2.6

This will create the kernel for you as /boot/vmlinuz, and will autoload the module on bootup.
_________________
"One of the major problems encountered in time travel is not that of accidentally becoming your own father or mother ... The major problem is quite simply one of grammar..."

Douglas Adams
Back to top
View user's profile Send private message
racoontje
Veteran
Veteran


Joined: 19 Jul 2004
Posts: 1290

PostPosted: Wed Mar 16, 2005 9:13 pm    Post subject: Reply with quote

You can also compile it into your kernel. I do this on laptops often because they don't change hardware easily ;-)
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