Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Failed to bring eth0 up
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Mon Jan 26, 2004 2:26 am    Post subject: Reply with quote

The only thing i can guess is that maybe there is something wrong with the tulip driver in the gentoo patched kernel?? Short of that I really dont know. I use a vanilla kernel on my system with the tulip network adapter. Anyone else have any ideas??? :?

--sonik
_________________
"What a distressing contrast there is between the radiant intelligence of a child and the feeble mentality of the average adult" --Freud
Back to top
View user's profile Send private message
termee
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2004
Posts: 76

PostPosted: Mon Jan 26, 2004 2:29 am    Post subject: Reply with quote

I have a D-Link ethernet card... I'm gonna try that.
Back to top
View user's profile Send private message
termee
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2004
Posts: 76

PostPosted: Mon Jan 26, 2004 2:37 am    Post subject: Reply with quote

Crud, now I get this:
modprobe: FATAL: Error inserting 8139too (/lib/modules/2.6.1-gentoo/kernel/drivers/net/8139too.ko): Invalid module format

Please don't tell me I have to recompile the kernel again :)
Back to top
View user's profile Send private message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Mon Jan 26, 2004 2:44 am    Post subject: Reply with quote

No, okay, something is seriously wrong here. Well, as far as I see it you have 2 choices, try a 2.4.xx series kernel or (what i would do) grab a vanailla kernel from kernel.org and use that. Its just hard to diagnose problems with kenels that have all kinds of patchs on them. (imo) ;)

You get props on my end for not givin up though! 8)

--sonik
_________________
"What a distressing contrast there is between the radiant intelligence of a child and the feeble mentality of the average adult" --Freud
Back to top
View user's profile Send private message
termee
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2004
Posts: 76

PostPosted: Mon Jan 26, 2004 2:47 am    Post subject: Reply with quote

Should i use genkernel or build my own? And should I enable support as modules or compiled in?
Back to top
View user's profile Send private message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Mon Jan 26, 2004 2:51 am    Post subject: Reply with quote

You should build your own, it would be better. I personally would compile them as modules, but the choice is utilmitaly yours.

--sonik
_________________
"What a distressing contrast there is between the radiant intelligence of a child and the feeble mentality of the average adult" --Freud
Back to top
View user's profile Send private message
termee
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2004
Posts: 76

PostPosted: Mon Jan 26, 2004 2:52 am    Post subject: Reply with quote

OK. I just noticed that my ethernet cable had come loose; I'll see if that's the problem before continuing. Thanks for the help BTW.
Back to top
View user's profile Send private message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Mon Jan 26, 2004 5:28 am    Post subject: Reply with quote

n/p I hope you get it working.

--sonik
_________________
"What a distressing contrast there is between the radiant intelligence of a child and the feeble mentality of the average adult" --Freud
Back to top
View user's profile Send private message
termee
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2004
Posts: 76

PostPosted: Mon Jan 26, 2004 2:59 pm    Post subject: Reply with quote

Hmmm. I have hotplug installed, could this make a difference?
Back to top
View user's profile Send private message
termee
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2004
Posts: 76

PostPosted: Mon Jan 26, 2004 3:46 pm    Post subject: Reply with quote

Well I disabled hotplug and am recompiling the kernel again! I'm trying it on P4 mode; it might work. Should I load all of the tulip modules (if it lets me :) ) ?
Back to top
View user's profile Send private message
josh
Guru
Guru


Joined: 05 Feb 2003
Posts: 473
Location: Milky Way: Solar System: Earth: North America: USA: NY: Buffalo

PostPosted: Mon Jan 26, 2004 3:47 pm    Post subject: Reply with quote

I might just be beating a dead horse here, but I had a lot of problems with ethernet when I started using Gentoo.

When you configure your kernel, make sure that processor thing is ok. (make sure it's set to your processor type). Then when I compile I do:

Code:
make clean bzImage modules modules_install


then make sure your /boot directory is mounted (#mount /boot), then backup your old kernel (incase things go awry) and copy over your new kernel and System.map:

Code:
mount /boot
cp /boot/bzImage /boot/bzImage.old
cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage
cp /usr/src/linux/System.map /boot/System.map
umount /boot


Again, these are just common problems I had. I also had a problem with the /usr/src/linux symlink, but sonik already covered that (and everything else I said for that matter). But maybe that'll help. And I'm NOT calling you a dead horse. Good Luck!
_________________
-Josh
Back to top
View user's profile Send private message
termee
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2004
Posts: 76

PostPosted: Tue Jan 27, 2004 2:44 am    Post subject: Reply with quote

OK, I've made progress. I can modprobe tulip, but how do I permanently install it?
Back to top
View user's profile Send private message
termee
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2004
Posts: 76

PostPosted: Tue Jan 27, 2004 2:48 am    Post subject: Reply with quote

Yay it works! I had to put it in the autoload file! Thanks for all the help!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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