View previous topic :: View next topic |
Author |
Message |
Tanatz n00b
Joined: 20 Sep 2004 Posts: 14
|
Posted: Thu Sep 23, 2004 12:35 am Post subject: Ifconfig problems |
|
|
Maybe my syntax is incorrect?
as root:
ifconfig eth0 inet "my ip address"
error message = SIOCSIFFLAGS Funtion not implemented
ifconfig outputs only lo |
|
Back to top |
|
|
synfin0 n00b
Joined: 20 Sep 2004 Posts: 12
|
Posted: Thu Sep 23, 2004 3:04 am Post subject: |
|
|
what does output? what about dmesg? |
|
Back to top |
|
|
gnuageux Veteran
Joined: 17 Apr 2004 Posts: 1201
|
Posted: Thu Sep 23, 2004 8:38 am Post subject: |
|
|
Did you start the interface at boot? What does /etc/init.d/net.eth0 (presumeably) return? _________________ The realOTW: http://forums.realotw.org/index.php
Registered Linux user#364538 |
|
Back to top |
|
|
Tanatz n00b
Joined: 20 Sep 2004 Posts: 14
|
Posted: Thu Sep 23, 2004 11:02 am Post subject: |
|
|
ifconfig -a:
eth0 Link encap:Ethernet HWaddr 00:04:5A:70:6F:1D
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)
Interrupt:17 Base address:0xa000
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:50 errors:0 dropped:0 overruns:0 frame:0
TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3296 (3.2 Kb)
TX bytes:3296 (3.2 Kb)
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)
dmesg produces an error message.
During boot up the system pauses at eth0, then gives me an error message saying:
SIOCSIFFLAGS Function not implemented.
I've researched somewhere and most say its an interrupt issue? |
|
Back to top |
|
|
gnuageux Veteran
Joined: 17 Apr 2004 Posts: 1201
|
Posted: Thu Sep 23, 2004 11:59 am Post subject: |
|
|
Either that or you havent loaded the correct module for your nic. lspci | grep -i ethernet shows what? What does lsmod show? _________________ The realOTW: http://forums.realotw.org/index.php
Registered Linux user#364538 |
|
Back to top |
|
|
Tanatz n00b
Joined: 20 Sep 2004 Posts: 14
|
Posted: Fri Sep 24, 2004 3:41 am Post subject: |
|
|
Ifconfig -a:
eth0 Link encap:Ethernet HWaddr 00:04:5A:70:6F:1D
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)
Interrupt:17 Base address:0xa000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:184 errors:0 dropped:0 overruns:0 frame:0
TX packets:184 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12474 (12.1 Kb) TX bytes:12474 (12.1 Kb)
lspci:
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400 AGP]Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
00:09.0 Ethernet controller: Linksys Network Everywhere Fast Ethernet 10/100 model NC100 (rev 11)
00:0b.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
00:0b.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (rev 04)
00:0b.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04)
00:0f.0 RAID bus controller: Triones Technologies, Inc. HPT366/368/370/370A/372 (rev 05)
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 4e49
01:00.1 Display controller: ATI Technologies Inc: Unknown device 4e69
Anything? still having the same error:
SIOCSIFFLAGS Function not implemented. I've been reading this is an interrupt issue. If this is the case, I want to reassign interrupt #9? |
|
Back to top |
|
|
|