Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Random latency problem
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
dtrance
n00b
n00b


Joined: 21 May 2003
Posts: 10

PostPosted: Sat Jun 07, 2003 6:22 am    Post subject: Random latency problem Reply with quote

:?: :?:
Initially I thought this problem was due to lack of support for my (Soyo Dragon Plus!) onboard NIC. I enabled Via Rhine Support in my kernel and everything appeared to be OK. The inteface came up clean, nothing odd in my dmesg and I could do anything that required network connectivity. However things would just hang periodically (e.g. playing enemy territory online, irc). I have checked all my system logs and nothing stuck out. So than I decided to disable the onbaord NIC and put in a 3com 3c905x in. Enabled boomerang support and off I went. The thing is, I am still having the exact same problem. The only other thing I can think of, is that some other component in my system is causing the problem. I am running raid0 with 2 40gig maxtors using the promise ide raid support. I am also running the onboard 6 channel C-Media sound device. Video card is Nvidia Ti4200.

Linux vtec 2.4.20-xfs-r3 #6 Thu May 29 21:27:13 EDT 2003 i686 AMD Athlon(tm) XP 1700+ AuthenticAMD GNU/Linux

Using gentoo-sources

Has anyone else encountered this? If so how did you fix it? Can someone recommend some troubleshooting tips?
Back to top
View user's profile Send private message
kopfarzt
Apprentice
Apprentice


Joined: 05 Apr 2003
Posts: 170
Location: Vienna, Austria

PostPosted: Sat Jun 07, 2003 8:55 am    Post subject: Reply with quote

If you suspect your network connection, you could run a ping while you are playing/ircing, something like this should do:

Code:

#!/bin/sh

host=$1

while true
do
  date "+%c: `ping -i 1 -c 10 $host`" >> ping.log
  sleep 2
done


If there is a hang, note the time and look through your log file, especially for lost packets. Try pinging your Gateway and for example your IRC Server. Perhaps it's a problem of your ISP.

kopfarzt
Back to top
View user's profile Send private message
dtrance
n00b
n00b


Joined: 21 May 2003
Posts: 10

PostPosted: Sat Jun 07, 2003 9:51 pm    Post subject: Reply with quote

Thanks for the suggestion. However I know its not a packet loss problem, because I can play games online, irc and anything else flawlessly on my laptop. ( on the same LAN)

Any other ideas?
Back to top
View user's profile Send private message
SpinDizzy
n00b
n00b


Joined: 28 May 2003
Posts: 63
Location: Moss Vale, Australia

PostPosted: Mon Jun 09, 2003 12:02 am    Post subject: Reply with quote

Two things to suspect:

1) Improperly configured DNS can cause strange hangs.
2) You say it is a laptop, perhaps it is an ACPI/APM problem.

Hope that gives you a starting point.
Back to top
View user's profile Send private message
Dracnor
Guru
Guru


Joined: 08 Jun 2003
Posts: 397
Location: Pennsylvania

PostPosted: Mon Jun 09, 2003 2:08 am    Post subject: Reply with quote

I'm having the exact same problem. Only mine is with a wireless card (Orinoco Gold Card). I'm using a desktop (it has a PCI to PCMCIA converter). I use gentoo-sources as well. A more detaile description can be found here:

https://forums.gentoo.org/viewtopic.php?p=357887#357887

Can't figure out the problem. I tried to boot the kernel with pci=noacpi with no luck.
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