View previous topic :: View next topic |
Author |
Message |
FcukThisGame l33t


Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Sun Feb 26, 2006 10:40 pm Post subject: [Solved] net.eth1 doesn't exist? |
|
|
Okay, So I haven't dealt with my LAN line yet, because I've been away from my xbox lately. Anyways, I went through the networking guide and I got to copying over the net.eth1 initscript and when I run it, it says that eth1 does not exist. but,
Code: | localhost init.d # lspci | grep Marvell
00:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
|
I'm nearly positive that it's supported by the kernel, as I haven't messed up with non-wireless modules. _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8
Last edited by FcukThisGame on Sun Feb 26, 2006 11:20 pm; edited 1 time in total |
|
Back to top |
|
 |
TheRAt Veteran


Joined: 03 Jun 2002 Posts: 1580
|
Posted: Sun Feb 26, 2006 10:55 pm Post subject: |
|
|
Are you sure there are 2 ethernet cards, and that the modules for both are either loaded or the drivers are compiled in to the kernel?
What is the output from lspci | grep net?
What about the output from ifconfig -a? _________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
 |
FcukThisGame l33t


Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Sun Feb 26, 2006 11:02 pm Post subject: |
|
|
Code: | localhost ~ # lspci | grep net
00:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
localhost ~ # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:06:25:09:89:A6
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::206:25ff:fe09:89a6/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5281 errors:0 dropped:0 overruns:0 frame:0
TX packets:5577 errors:2 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3662066 (3.4 Mb) TX bytes:1686520 (1.6 Mb)
Interrupt:169 Memory:eff00000-eff00fff
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:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:600 (600.0 b) TX bytes:600 (600.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) |
The modules for it could be off...wait, what is sit0? I have an onboard ethernet line (what I thought used to be eth1). It used to be eth0 until I re-compiled my kernel with support for my wireless card (which then became eth0). I had eth1 working. I updated my kernel to 2.6.15-r5 from 1.6.12-r10. That may be why it's sit0. I don't know what sit0 is? _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
 |
TheRAt Veteran


Joined: 03 Jun 2002 Posts: 1580
|
Posted: Sun Feb 26, 2006 11:13 pm Post subject: |
|
|
Is eth0 still your wireless card?
iwconfig should let you know if eth0 has wireless extensions..
sit0 is something else..
If eth0 is the wireless card, then I am guessing that either the module for the ethernet card is not loaded, or not compiled. _________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
 |
FcukThisGame l33t


Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Sun Feb 26, 2006 11:19 pm Post subject: |
|
|
sit0 is my ethernet...that used to be eth1. Anyways, I just copied the initscript from net.eth1 to net.sit1 and changed all instances of eth1 in /etc/conf.d/net.
Everything's good.
Thanks. _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
 |
|