PDA

View Full Version : My LAN connection seems to be running at half-duplex!


RIgnazio
2005-04-06, 01:46 PM CDT
Help please! My LAN connection appears to be running at half-duplex. I am running FC3, and I have a CAT6 cable that connects my box to my router. My dad's comp (Windows 98 :( ) Is very fast with the DSL connection I have, but my computer takes forever, and my downloads always just stop.

Please help.

dc2447
2005-04-06, 04:57 PM CDT
use ethtool to query the nic

ethtool -h

RIgnazio
2005-04-07, 11:55 AM CDT
I'm at school right now so I obviously can't, but what good would that do me? I will try ethtool -h when i get home, but should that tell me if it is running at half-duplex, and why?

i just can't figure it out. I will reset my router and then run the tool.

ANYONE! with suggestions, please help.

It seems to be something wrong somewheres, because during a download, it will stop right around 100mb downloaded, and cancel...disconnect from the server and all, but I don't appear to have this problem with gaim.

RIgnazio
2005-04-07, 01:33 PM CDT
OK. I reset my router, and I am about to download a large file to test...now, the only problem is that the ethtool does not work.


[root@R3-DESKTOP ~]# ethtool -s eth0 duplex full
Cannot get current device settings: Operation not supported
not setting duplex
[root@R3-DESKTOP ~]#


HELP!

RIgnazio
2005-04-07, 02:08 PM CDT
OK. I ran ethereal, and captured my packets. My router is trying to probe all IP's which is making a lot of my packets to collide. If any of you know about routers...

' Could I just go to DMZPlus and bypass ARP? '

df12
2005-04-07, 02:14 PM CDT
mii-tool is an alternative to ethtool. To get the current state of your NIC:mii-tool eth0
Force 100baseT Full Duplex:mii-tool -F 100baseTx-FD eth0
Force 10baseT Full Duplex:mii-tool -F 10baseT-FD eth0

RIgnazio
2005-04-07, 02:19 PM CDT
[root@R3-DESKTOP ~]# mii-tool eth0
SIOCGMIIPHY on 'eth0' failed: Bad address
[root@R3-DESKTOP ~]# mii-tool -F 100baseTx-FD eth0
SIOCGMIIPHY on 'eth0' failed: Bad address
[root@R3-DESKTOP ~]#

It would appear to have a bit of a problem with the query :(

df12
2005-04-07, 02:23 PM CDT
post the output of each of the followinglspci -v
ifconfig -a

RIgnazio
2005-04-07, 06:09 PM CDT
lspci -v:
[root@R3-DESKTOP ~]# lspci -v
00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
Subsystem: ASUSTeK Computer Inc. P4P800 Mainboard
Flags: bus master, fast devsel, latency 0
Memory at f0000000 (32-bit, prefetchable) [size=128M]
Capabilities: [e4] Vendor Specific Information
Capabilities: [a0] AGP version 3.0

00:01.0 PCI bridge: Intel Corp. 82865G/PE/P PCI to AGP Controller (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, 66Mhz, fast devsel, latency 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
Memory behind bridge: fc900000-fe9fffff
Prefetchable memory behind bridge: dff00000-efefffff

00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. P4P800 Mainboard
Flags: bus master, medium devsel, latency 0, IRQ 10
I/O ports at ef00 [size=32]

00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. P4P800 Mainboard
Flags: bus master, medium devsel, latency 0, IRQ 5
I/O ports at ef20 [size=32]

00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 (rev 02) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. P4P800 Mainboard
Flags: bus master, medium devsel, latency 0, IRQ 5
I/O ports at ef40 [size=32]

00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. P4P800 Mainboard
Flags: bus master, medium devsel, latency 0, IRQ 10
I/O ports at ef80 [size=32]

00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI])
Subsystem: ASUSTeK Computer Inc. P4P800 Mainboard
Flags: bus master, medium devsel, latency 0, IRQ 11
Memory at febffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port

00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=64
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: fea00000-feafffff

00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02) (prog-if 8a [Master SecP PriP])
Subsystem: ASUSTeK Computer Inc. P4P800 Mainboard
Flags: bus master, medium devsel, latency 0, IRQ 5
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at fc00 [size=16]
Memory at 20000000 (32-bit, non-prefetchable) [size=1K]

00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) SATA Controller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: ASUSTeK Computer Inc.: Unknown device 80a6
Flags: bus master, 66Mhz, medium devsel, latency 0, IRQ 5
I/O ports at efe0 [size=8]
I/O ports at efac [size=4]
I/O ports at efa0 [size=8]
I/O ports at efa8 [size=4]
I/O ports at ef60 [size=16]

00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
Subsystem: ASUSTeK Computer Inc. P4P800 Mainboard
Flags: medium devsel, IRQ 5
I/O ports at 0400 [size=32]

00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
Subsystem: ASUSTeK Computer Inc.: Unknown device 812a
Flags: bus master, medium devsel, latency 0, IRQ 5
I/O ports at e800 [size=256]
I/O ports at ee80 [size=64]
Memory at febff800 (32-bit, non-prefetchable) [size=512]
Memory at febff400 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2

01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) (prog-if 00 [VGA])
Flags: bus master, 66Mhz, medium devsel, latency 248, IRQ 10
Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
Memory at e0000000 (32-bit, prefetchable) [size=128M]
[virtual] Expansion ROM at fe9e0000 [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Capabilities: [44] AGP version 3.0

02:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) (prog-if 10 [OHCI])
Subsystem: ASUSTeK Computer Inc.: Unknown device 808a
Flags: bus master, medium devsel, latency 64, IRQ 5
Memory at feaff800 (32-bit, non-prefetchable) [size=2K]
I/O ports at dc00 [size=128]
Capabilities: [50] Power Management version 2

02:05.0 Ethernet controller: Marvell Technology Group Ltd. Yukon Gigabit Ethernet 10/100/1000Base-T Adapter (rev 13)
Subsystem: ASUSTeK Computer Inc.: Unknown device 811a
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 5
Memory at feaf8000 (32-bit, non-prefetchable) [size=16K]
I/O ports at d800 [size=256]
Expansion ROM at feaa0000 [disabled] [size=128K]
Capabilities: [48] Power Management version 2
Capabilities: [50] Vital Product Data

[root@R3-DESKTOP ~]#

ifconfig -a:
[root@R3-DESKTOP ~]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:11:D8:45:38:0F
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::211:d8ff:fe45:380f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16479 errors:0 dropped:0 overruns:0 frame:0
TX packets:12075 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22229797 (21.1 MiB) TX bytes:1247859 (1.1 MiB)
Interrupt:5 Memory:feaf8000-0

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:3689 errors:0 dropped:0 overruns:0 frame:0
TX packets:3689 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4655854 (4.4 MiB) TX bytes:4655854 (4.4 MiB)

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)

[root@R3-DESKTOP ~]#

RIgnazio
2005-04-08, 06:22 AM CDT
They say I need a driver... http://forums.fedoraforum.org/forum/showthread.php?p=238604#post238604