View previous topic :: View next topic |
Author |
Message |
ajayd n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/119020323543e7d25ce449e.jpg)
Joined: 02 Feb 2006 Posts: 11
|
Posted: Mon Feb 27, 2006 10:31 pm Post subject: SOLVED removing ethernet interface |
|
|
Hi,
I have only one ethernet card (Broadcom netextreme bcm5703x) which uses the tg3 module/driver. I've enabled this module to be autoloaded. The problem is that this card shows up as eth1 instead of eth0, which it did before I emerged gnome-light. Here's the output of ifconfig -a
Code: |
eth0 Link encap:UNSPEC HWaddr 00-E0-81-00-00-30-75-E9-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth1 Link encap:Ethernet HWaddr 00:E0:81:2F:66:50
inet addr:129.64.46.50 Bcast:129.64.46.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:81ff:fe2f:6650/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:38 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3737 (3.6 Kb) TX bytes:1744 (1.7 Kb)
Interrupt:18
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:280 (280.0 b) TX bytes:280 (280.0 b)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
|
Also I cannot rc-update add net.eth1 default because there isn't any such file in the /etc/ini.d/net.eth1.
How can I solve this?
Many thanks
Last edited by ajayd on Mon Feb 27, 2006 10:52 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dgaffuri Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Mon Feb 27, 2006 10:40 pm Post subject: Re: removing ethernet interface |
|
|
ajayd wrote: | Also I cannot rc-update add net.eth1 default because there isn't any such file in the /etc/ini.d/net.eth1. |
Code: | ln -s /etc/init.d/net.lo /etc/init.d/net.eth1 |
_________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ajayd n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/119020323543e7d25ce449e.jpg)
Joined: 02 Feb 2006 Posts: 11
|
Posted: Mon Feb 27, 2006 10:52 pm Post subject: SOLVED Re: removing ethernet interface |
|
|
dgaffuri wrote: | Code: | ln -s /etc/init.d/net.lo /etc/init.d/net.eth1 |
|
cool, that solves the problem ... now all I need to do is rc-update del net.eth0, since it gvies me an error [!!]. However can you tell me what eth0 is refering to ? Thanks again |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dgaffuri Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Mon Feb 27, 2006 11:03 pm Post subject: |
|
|
Could be a firewire device. Match the pci address in
Code: | ls /sys/class/net/eth0/device/driver/ |
with lspci to be sure. _________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|