LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-07-2005, 05:45 PM   #1
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Rep: Reputation: 0
Strange Networking Problem (super slowness)


Hi. I'm having a very strange networking problem. At first, my computer wasn't detecting my school's network at all. However, I updated the dhcp, and now it connects. However, it is REALLY slow. It will get fast sporadically, for a few seconds, then slow to a crawl. Additionally, I hooked it up to my other computer, and manually assigned it an IP. When I tried to ping the other computer, a few packets would go at normal speed, and the rest would take a really long time, or not arrive at all. Any ideas?

My specs:

FC3 (it's not updated, because up2date doesn't work; it's too slow. it times out)

Chaintech ct-skt600 motherboard --> also, a weird note, which is perhaps relevant: in the motherboard specs, it says this for the LAN: "Supports 10/100 mb fast ethernet with external via vt6103 phy." external? the ethernet is built in. additionally, the network configuration utility sees it as a via vt6102 rhine II. Is this significant?

athlon 2700 xp

250 gb sata hd

512 mb ram

generic geforce4mx

BTW: I read the other slow networking problem. I'm a total n00b, so correct me if I'm wrong, but do you get to ifconfig by typing "ifconfig" in the terminal? Because if so, it says a command with that name does not exist. So I dunno.
 
Old 02-07-2005, 09:20 PM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
try
/sbin/ifconfig
and post teh output. It might be a networking issue on the campus, or just a bummer switch you are connected to.
 
Old 02-07-2005, 09:44 PM   #3
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Original Poster
Rep: Reputation: 0
nah, my other computer uses the same cord and goes at normal speed, so I doubt it's a physical layer/school network problem.
 
Old 02-07-2005, 09:51 PM   #4
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
what about /sbin/ifconfig output? are there any errors on the interface?
 
Old 02-08-2005, 06:18 PM   #5
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Original Poster
Rep: Reputation: 0
Here are some things that are notable from ifconfig:

eth0
RX packets: 1214 errors: 0 dropped: 405 overruns:0 frame:0
TX packets: 623 ... 0 for everything else

so it looks like a lot of dropped packets. if there's anything else that might be notable from ifconfig, I'll post it. however it's a real pain to type up the whole thing, so just tell me which parts are pertinent.
 
Old 02-11-2005, 02:52 PM   #6
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Original Poster
Rep: Reputation: 0
Anyone have any insight on this? I'm really in a bind.
 
Old 02-12-2005, 05:23 AM   #7
Hamsjael
Member
 
Registered: Aug 2003
Location: Vejle, Denmark
Distribution: Mainly Debian, some Fedora for the bleeding edge fix
Posts: 92

Rep: Reputation: 15
full duplex

Hi

are you sure you are connected to switch and not a hub ?

this is a typical symptom of a network card running full duplex against a networking unit (hub) that only supports half duplex (superslow, sporadic connections), try forcing your nic to run at half duplex. It should be able to autoconfigure the linkspeed/duplex, but sometimes this goes wrong.

good luck
 
Old 02-12-2005, 11:20 AM   #8
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Original Poster
Rep: Reputation: 0
How do I go about doing that?
 
Old 02-12-2005, 12:08 PM   #9
Hamsjael
Member
 
Registered: Aug 2003
Location: Vejle, Denmark
Distribution: Mainly Debian, some Fedora for the bleeding edge fix
Posts: 92

Rep: Reputation: 15
I think it is driver specific if you have the option at all.

But if it is possible, i think you would be doing it with "ifconfig mediaopts half-duplex"

run "dmesg" and tjek for info about your card running half or full duplex.

You could try this also from the working machine to see what duplex this is using.

good luck
 
Old 02-13-2005, 12:35 PM   #10
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Original Poster
Rep: Reputation: 0
I typed in what you posted, and it had no idea what to do with it. I also tried ifconfig eth0 -media 10base2 and 10baseT, but it wouldn't allow me to change the setting. It said port: SIOCSIFMAP: Operation not perimitted. I don't even know if these were the media types I wanted; I'm really stabbing in the dark here. Also, I ran dmesg:

eth0: link up, 10 Mps, full-duplex, lpa 0x4061.

Any other ideas on how to get it to half-duplex?
 
Old 02-25-2005, 01:49 PM   #11
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Original Poster
Rep: Reputation: 0
Any ideas, please? I'm sure it isn't that difficult to switch it to half-duplex, I just have no idea how to do it. My box is basically unusable until this problem is resolved, so any help would be greatly appreciated.
 
Old 02-26-2005, 03:57 AM   #12
Hamsjael
Member
 
Registered: Aug 2003
Location: Vejle, Denmark
Distribution: Mainly Debian, some Fedora for the bleeding edge fix
Posts: 92

Rep: Reputation: 15
nic driver

Hi Starcastic

I am not sure either how to do this, but i am pretty sure you have to look at the documentation for the driver your card is using.

Can you post the output from "lsmod", or if the driver is compiled in to the kernel, exactly what driver the card is using,

regards

Brian
 
Old 02-26-2005, 06:27 PM   #13
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Original Poster
Rep: Reputation: 0
the output of lsmod would be pretty cumbersome to reproduce here, but I think the pertinent parts are:

via_rhine 23497 0
mii 4673 1 via_rhine

Is there another part of the output that would be important?
 
Old 03-02-2005, 06:10 PM   #14
starcastic
LQ Newbie
 
Registered: Feb 2005
Posts: 13

Original Poster
Rep: Reputation: 0
Ok, sorry to keep bringing this up, but an interesting thing happened. I booted up with the Knoppix 3.7 livecd, and everything went fine, no slowness, nothing. what is different between the two? how can I make the fc installation act like the knoppix cd?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange DNS resolve slowness PeterRJG Linux - Networking 5 08-20-2005 07:48 AM
Strange networking problem in 9.2 El Basto SUSE / openSUSE 5 06-10-2005 04:40 AM
Strange networking problem webdwarf Debian 2 08-02-2004 01:30 AM
Strange super-user problem Riichard Linux - Newbie 8 04-06-2004 04:24 PM
Strange networking problem-or I hate wireless aclaunch Linux - Wireless Networking 1 01-18-2004 04:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration