View previous topic :: View next topic |
Author |
Message |
lghman Guru
Joined: 29 Nov 2002 Posts: 548 Location: Florida
|
Posted: Mon Jan 26, 2004 2:26 am Post subject: |
|
|
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 |
|
|
termee Tux's lil' helper
Joined: 25 Jan 2004 Posts: 76
|
Posted: Mon Jan 26, 2004 2:29 am Post subject: |
|
|
I have a D-Link ethernet card... I'm gonna try that. |
|
Back to top |
|
|
termee Tux's lil' helper
Joined: 25 Jan 2004 Posts: 76
|
Posted: Mon Jan 26, 2004 2:37 am Post subject: |
|
|
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 |
|
|
lghman Guru
Joined: 29 Nov 2002 Posts: 548 Location: Florida
|
Posted: Mon Jan 26, 2004 2:44 am Post subject: |
|
|
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!
--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 |
|
|
termee Tux's lil' helper
Joined: 25 Jan 2004 Posts: 76
|
Posted: Mon Jan 26, 2004 2:47 am Post subject: |
|
|
Should i use genkernel or build my own? And should I enable support as modules or compiled in? |
|
Back to top |
|
|
lghman Guru
Joined: 29 Nov 2002 Posts: 548 Location: Florida
|
Posted: Mon Jan 26, 2004 2:51 am Post subject: |
|
|
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 |
|
|
termee Tux's lil' helper
Joined: 25 Jan 2004 Posts: 76
|
Posted: Mon Jan 26, 2004 2:52 am Post subject: |
|
|
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 |
|
|
lghman Guru
Joined: 29 Nov 2002 Posts: 548 Location: Florida
|
Posted: Mon Jan 26, 2004 5:28 am Post subject: |
|
|
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 |
|
|
termee Tux's lil' helper
Joined: 25 Jan 2004 Posts: 76
|
Posted: Mon Jan 26, 2004 2:59 pm Post subject: |
|
|
Hmmm. I have hotplug installed, could this make a difference? |
|
Back to top |
|
|
termee Tux's lil' helper
Joined: 25 Jan 2004 Posts: 76
|
Posted: Mon Jan 26, 2004 3:46 pm Post subject: |
|
|
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 |
|
|
josh Guru
Joined: 05 Feb 2003 Posts: 473 Location: Milky Way: Solar System: Earth: North America: USA: NY: Buffalo
|
Posted: Mon Jan 26, 2004 3:47 pm Post subject: |
|
|
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 |
|
|
termee Tux's lil' helper
Joined: 25 Jan 2004 Posts: 76
|
Posted: Tue Jan 27, 2004 2:44 am Post subject: |
|
|
OK, I've made progress. I can modprobe tulip, but how do I permanently install it? |
|
Back to top |
|
|
termee Tux's lil' helper
Joined: 25 Jan 2004 Posts: 76
|
Posted: Tue Jan 27, 2004 2:48 am Post subject: |
|
|
Yay it works! I had to put it in the autoload file! Thanks for all the help! |
|
Back to top |
|
|
|