View previous topic :: View next topic |
Author |
Message |
skag n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Feb 2005 Posts: 14
|
Posted: Mon Feb 28, 2005 9:41 pm Post subject: NIC issues |
|
|
Hi I installed a second nic in my gentoo box yesterday & rebuilt the kernel with the required drivers. I'm not exactly sure what to do now, I was expecting to reboot and have both an eth0 & eth1 however this isn't the case. Do I have to create a device node or something?
Any help appriciated.
Code: |
cat /proc/pci | grep Ethernet
Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 128).
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) (rev 0).
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
donjuan l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Zelda/Zelda_-_Link2.jpg)
Joined: 11 May 2004 Posts: 760 Location: At Uni
|
Posted: Mon Feb 28, 2005 9:47 pm Post subject: |
|
|
Setting up your box with multiple nics is explained in "Configuring your Network" in section 8b of the handbook. It's pretty straightforward. _________________ Command-line ACCEPT_KEYWORDS is considered harmful, use the package.* files.
The Stage 1 on 3 Install |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jake Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 31 Jul 2003 Posts: 1132
|
Posted: Mon Feb 28, 2005 9:59 pm Post subject: |
|
|
You probably need to load a module for the one that isn't showing up. If you don't have the module, you'll need to recompile your kernel. I'd give you more detailed instructions, but I don't have a Linux box handy. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skag n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Feb 2005 Posts: 14
|
Posted: Mon Feb 28, 2005 10:35 pm Post subject: |
|
|
Jake wrote: | You probably need to load a module for the one that isn't showing up. If you don't have the module, you'll need to recompile your kernel. I'd give you more detailed instructions, but I don't have a Linux box handy. |
I compiled it into the kernel (RealTek RTL-8029). I double checked the driver by booting up with kanotix (It worked fine). I still get an error on boot Code: | eth1: unknown interface: No such device |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
donjuan l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Zelda/Zelda_-_Link2.jpg)
Joined: 11 May 2004 Posts: 760 Location: At Uni
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skag n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Feb 2005 Posts: 14
|
Posted: Mon Feb 28, 2005 11:21 pm Post subject: |
|
|
donjuan wrote: | It looks to me like you haven't edited your config files and setup the extra init script as explained in the handbook. |
I have. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
donjuan l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Zelda/Zelda_-_Link2.jpg)
Joined: 11 May 2004 Posts: 760 Location: At Uni
|
Posted: Mon Feb 28, 2005 11:46 pm Post subject: |
|
|
Did you copy over the new kernel image or added it to the list of modules to load on startup if you're using a modular kernel? Since you setup the init scripts and everything it looks like the driver just isn't getting loaded. _________________ Command-line ACCEPT_KEYWORDS is considered harmful, use the package.* files.
The Stage 1 on 3 Install |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skag n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Feb 2005 Posts: 14
|
Posted: Tue Mar 01, 2005 12:18 am Post subject: |
|
|
Yeah I copied over the kernel image, uname -a confirms this.
edit: The problem may lie elsewhere; I will have to probe deeper. Thanks for your attempted help guys. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
donjuan l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Zelda/Zelda_-_Link2.jpg)
Joined: 11 May 2004 Posts: 760 Location: At Uni
|
Posted: Tue Mar 01, 2005 12:54 am Post subject: |
|
|
So you're using "PCI NE2000 and clones support" correct? What's the output of
You might also want to try it as a module and see what happens when you try bringing it up that way. The module should be called ne2k-pci.
Edit: Okies, that's where I was trying to go, but good luck _________________ Command-line ACCEPT_KEYWORDS is considered harmful, use the package.* files.
The Stage 1 on 3 Install |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|