Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SOLVED removing ethernet interface
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ajayd
n00b
n00b


Joined: 02 Feb 2006
Posts: 11

PostPosted: Mon Feb 27, 2006 10:31 pm    Post subject: SOLVED removing ethernet interface Reply with quote

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
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Mon Feb 27, 2006 10:40 pm    Post subject: Re: removing ethernet interface Reply with quote

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
View user's profile Send private message
ajayd
n00b
n00b


Joined: 02 Feb 2006
Posts: 11

PostPosted: Mon Feb 27, 2006 10:52 pm    Post subject: SOLVED Re: removing ethernet interface Reply with quote

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
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Mon Feb 27, 2006 11:03 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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