LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-02-2005, 08:36 AM   #1
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Rep: Reputation: 15
Exclamation SLOW INTERNET REALTEK8139(Genius LAN GF100TXRII)


Hi,

PROBLEM
In windows I have, due to tremendous nice network, about 300 KB/s to 800 KB/s
download upload speed. After some struggle in configuring my network card under
SuSe 9.2, KDE 3.3 on my PII 233 MMX, 128 MB, AOPEN motherboard ........
(for reference, look at newbie section for thread :
INTERNET PROBLEM REALTEK8139(Genius LAN GF100TXRII) )
.......I finally gained access to Internet.
The Problem however, is that now I only have about 500 B/s to 2.0 KB/s .
It is really frustrating to wait 20 seconds for a website to be properly setup
due to it's complex contents or whatever.

What did I already try before bugging you ?
-First of all the newbie section regarding configuring my card.
-Google search doesn't provide many precedents to my situation.

My profile
SuSe 9.2, KDE 3.3 on my PII 233 MMX, 128 MB, AOPEN motherboard,
Genius LAN GF100TXRII
Internet connection is through LAN, the university here provides awesome download upload speeds.
I am a newbie regarding Linux.

Regards.

Last edited by GnaM; 01-02-2005 at 08:41 AM.
 
Old 01-02-2005, 08:46 AM   #2
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Original Poster
Rep: Reputation: 15
Question Some starters

Hi,

You need more information ?
Of course, i guess that you will not be able to answer me immediately due
to the little information I have provided you with.
I think a good start would be if you would give me a list of all commands
I should execute, which in your opinion provides more relevant information,
and I will post them as soon as possible.

Regards.
 
Old 01-02-2005, 09:21 AM   #3
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
this question has been asked and answered many times before, use the search function on this site in the future.

for the solution to this problem, read this. http://lwn.net/Articles/92727/

basically, some linux kernel's use a tweaked tcp window scaleing value.
this improves network performance, however some brobken routers and firewall's rfsuse to forward these packets.

anways... the bottom line... run these commands once as root

Code:
echo 0 > /proc/sys/net/ipv4/tcp_default_win_scale
echo "net.ipv4.tcp_default_win_scale = 0" >>  /etc/sysctl.conf

Last edited by qwijibow; 01-02-2005 at 09:28 AM.
 
Old 01-02-2005, 12:37 PM   #4
XxSpaceBoyxX
LQ Newbie
 
Registered: Jan 2005
Posts: 6

Rep: Reputation: 0
the first command didnt work =(

[root@HAL9000 spaceboy]# echo 0 > /proc/sys/net/ipv4/tcp_default_win_scale
bash: /proc/sys/net/ipv4/tcp_default_win_scale: No such file or directory

the second one didnt error but didnt give any confirmation of changes done

(i too have a similar problem, but i used search =-)

edit- checked the file and the default win scale was in there

Last edited by XxSpaceBoyxX; 01-02-2005 at 12:47 PM.
 
Old 01-02-2005, 02:27 PM   #5
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
those commands just write values to files, there will be no confirmation that changes were made.

the first command actually makes the change, the second command edits the boot script so that the change is made every time you boot. if you didnt manage to get the first command to work, then just do the second command, then re-boot.
 
Old 01-02-2005, 09:38 PM   #6
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Original Poster
Rep: Reputation: 15
Miracle Solution didn't work out.

Hi qwijibow,

Thank you very much for the information you have provided me with.

However, even though I did the commands and rebooted, I still am confronted
with the same problem.

I had the same results as XxSpaceBoyxX, the first command didn't work
because that file simply doesn't exist, and the second command did it's
work properly.

I have searched on this forum for similar cases as mine, but I guess
my problem is rather unique ???

Just a long shot, but I didn't install a firewall on my comp. this can't be it right ?


Regards.
 
Old 01-02-2005, 10:48 PM   #7
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
its definatly not the firewall, but just to be sure.... as root run the command "iptables -vL" and post the output
 
Old 01-02-2005, 10:58 PM   #8
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Original Poster
Rep: Reputation: 15
Exclamation The requested output iptables -vL

The requested output is as follows :
iptables -vL
PHP Code:
Chain INPUT (policy ACCEPT 0 packets0 bytes)
 
pkts bytes target     prot opt in     out     source               destination

Chain FORWARD 
(policy ACCEPT 0 packets0 bytes)
 
pkts bytes target     prot opt in     out     source               destination

Chain OUTPUT 
(policy ACCEPT 0 packets0 bytes)
 
pkts bytes target     prot opt in     out     source               destination 
I guess that isn't normal ?

Regards.
 
Old 01-03-2005, 09:38 AM   #9
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
thats your firewall set to allow everything.

ok, if the above commands didnt help, im confused.

give as much info about your computer as you know.

how is it connected to the internet ? what distro ? what kernel ? what webpages work, what dont ? internet connection speed ?
 
Old 01-03-2005, 10:32 AM   #10
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Original Poster
Rep: Reputation: 15
A Zillion information.

Hi qwijibow,

Internet connection
Here at the university we are connected to the Internet through LAN.
We have a very good download/upload rate here, about 300 KB/s --> 800 KB/s.
The connection from my comp. is traditionally with a wire.

Linux Distribution
SuSe 9.2 KDE 3.3.0

Kernel
Trying to find out....

How I had my Internet connection set up
First of all, I had deleted REALTEK from Yast.
Then I did the following :
PHP Code:
modprobe 8139too
ifconfig eth0 134.128.124.31 netmask 255.255.255.0
route add 
default gw 134.128.124.100

and i used this to test it.
ping 134.128.124.31
ping www google com 
Of course, after rebooting I lost those settings.
So afterwards I ran Yast again, put in EXACTLY the same information
as I did before, and now it not only works, but the comp has memorized
my settings.

ROUTE
PHP Code:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    
Use Iface
134.184.124.0   
*               255.255.255.0   U     0      0        0 eth0
link
-local      *               255.255.0.0     U     0      0        0 eth0
loopback        
*               255.0.0.0       U     0      0        0 lo
default         rt-124.vub.ac.b 0.0.0.0         UG    0      0        0 eth0 
Strange default rt-124.vub.ac.b instead of 134.184.124.100.
The latter I had to manually put in myself.
Also, vub.ac.b doesn't make much sense, because our university website is www.vub.ac.BE
IFCONFIG
PHP Code:
eth0      Link encap:Ethernet  HWaddr 00:C0:DF:01:B8:1B
          inet addr
:134.184.124.31  Bcast:134.184.124.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU
:1500  Metric:1
          RX packets
:19875 errors:213 dropped:0 overruns:0 frame:0
          TX packets
:1188 errors:0 dropped:0 overruns:0 carrier:0
          collisions
:0 txqueuelen:1000
          RX bytes
:2479949 (2.3 Mb)  TX bytes:158753 (155.0 Kb)
          
Interrupt:10 Base address:0x4000

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
:46 errors:0 dropped:0 overruns:0 frame:0
          TX packets
:46 errors:0 dropped:0 overruns:0 carrier:0
          collisions
:0 txqueuelen:0
          RX bytes
:2936 (2.8 Kb)  TX bytes:2936 (2.8 Kb
213 errors ??????????

ETHTOOL
PHP Code:
Settings for eth0:
        
Supported ports: [ TP MII ]
        
Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT
/Half 100baseT/Full
        Supports auto
-negotiationYes
        Advertised link modes
:  10baseT/Half 10baseT/Full
                                100baseT
/Half 100baseT/Full
        Advertised auto
-negotiationYes
        Speed
10Mb/s
        Duplex
Half
        Port
MII
        PHYAD
32
        Transceiver
internal
        Auto
-negotiationon
        Supports Wake
-onpumbg
        Wake
-ond
        Current message level
0x00000007 (7)
        
Link detectedyes 
Why is my speed only 10 MB/s ??? shouldn't it be 100 or something ?


For the sake of clarification I will make a second post regarding some .conf files

Last edited by GnaM; 01-03-2005 at 10:53 AM.
 
Old 01-03-2005, 10:48 AM   #11
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Original Poster
Rep: Reputation: 15
A Zillion information, continued.

RESOLV.CONF
PHP Code:
nameserver 134.184.250.7
nameserver 134.184.15.13
search vub
.ac.be ulb.ac.be 
I have tried to add domain 134.184.124.31, changing order of nameservers,
changing websites to WWW.x.x.x.
Also when I type in 134.184.250.7 into my webrowser I can't get any connection.
But if I do it with the other 134.184.15.13 I get to some PHP page or something.
There you can click server or information. When I click server I get the message : Host 134.184.124.31 REFUSED.

sysctlp.conf
PHP Code:
# Disable response to broadcasts.
# You don't want yourself becoming a Smurf amplifier.
net.ipv4.icmp_echo_ignore_broadcasts 1
# enable route verification on all interfaces
net.ipv4.conf.all.rp_filter 1
# enable ipV6 forwarding
#net.ipv6.conf.all.forwarding = 1
net.ipv4.tcp_default_win_scale 0    
---> This last one is caused by the commandline I executed before
--->
echo "net.ipv4.tcp_default_win_scale = 0" >>  /etc/sysctl.conf 
Now the following is huge. To make it easier for you, these are the ONLY changes I have tried :
PHP Code:
#***********SOME POSTS ADVISED TO CHANGE THIS BUT IT DIDN'T WORK OUT********************
alias net-pf-10           ipv6
#install net-pf-10         /bin/true           #By uncommenting THIS line
#****************************************************************************************************

#***********SOME POSTS ADVISED TO PUT IN THIS BUT IT DIDN'T WORK OUT********************
alias net-pf-10 off
alias ipv6 off
#************************************************************************************************** 
Here it comes, but I guess the above info is more than enough....

Modprobe.conf
PHP Code:
#
# Copyright (c) 1996-2002 SuSE Linux AG Nuernberg, Germany.
# All rights reserved.
#
# Author: Hubert Mantel <mantel@suse.de>, 1996-2002
#
# Configuration file for loadable modules; used by modprobe
#
# Please don't edit this file. Place your settings into
# /etc/modprobe.conf.local instead.
#
#
########################################################################
# Aliases - specify your hardware
########################################################################

install eth0             /bin/true
install eth1             
/bin/true
install tr0              
/bin/true
install scsi_hostadapter 
/bin/true
install fb0              
/bin/true

########################################################################
# only used for Mylex or Compaq Raid as module
########################################################################

install block-major-48   /bin/true
install block
-major-49   /bin/true
install block
-major-72   /bin/true
install block
-major-73   /bin/true

########################################################################
# only needed for fifth and sixth IDE adaptor
########################################################################

install block-major-56   /bin/true
install block
-major-57   /bin/true
########################################################################
# mouse (for older busmice)
########################################################################

install char-major-10    /bin/true

########################################################################
# If you want to use the new autofs4
########################################################################

# alias autofs           autofs4

########################################################################
# For parallel port devices, uncomment the following two lines and
# change "frpw" to the protocol type you use
########################################################################

# install paride /sbin/modprobe --ignore-install paride && { /sbin/modprobe --ignore-install frpw; }
# remove paride { /sbin/modprobe -r --ignore-remove frpw; } ; /sbin/modprobe -r --ignore-remove paride

########################################################################
# Options; these are examples; uncomment and modify the lines you need
########################################################################

# options cdu31a         cdu31a_port=0x340 cdu31a_irq=0
# options sbpcd          sbpcd=0x230,1
# options aztcd          aztcd=0x320
# options cm206          cm206=0x340,11
# options gscd           gscd=0x340
# options mcd            mcd=0x300,11
# options mcdx           mcdx=0x300,11
# options optcd          optcd=0x340
# options sjcd           sjcd_base=0x340
# options sonycd535      sonycd535=0x340
# options isp16          isp16_cdrom_base=0x340 isp16_cdrom_irq=0 isp16_cdrom_dma=0 isp16_cdrom_type=Sanyo

# options ne             io=0x300 irq=5
# Use this if you have two cards:
# options ne             io=0x300,0x320 irq=5,7

# options tulip          options=0
# options 3c59x          options=0
# options 3c501          io=0x280 irq=5
# options 3c503          io=0x280 irq=5 xcvr=0
# options 3c505          io=0x300 irq=10
# options 3c507          io=0x300 irq=10
# options 3c509          irq=10
# options at1700         io=0x260 irq=10
# options smc-ultra      io=0x200 irq=10
# options wd             io=0x300 irq=10
# options smc9194        io=0x200 irq=10 ifport=0
# options e2100          io=0x300 irq=10 mem=0xd0000 xcvr=0
# options depca          io=0x200 irq=7
# options ewrk3          io=0x300 irq=10
# options eexpress       io=0x300 irq=10
# options hp-plus        io=0x300 irq=10
# options hp             io=0x300 irq=10
# options hp100          hp100_port=0x380
# options apricot        io=0x300 irq=10
# options ac3200         io=0x300 irq=10 mem=0xd0000
# options de620          io=0x378 irq=7 bnc=1
# options ibmtr          io=0xa20
# options arcnet         io=0x300 irq=10 shmem=0xd0000
# options plip           io=0x378 irq=7
# options eepro          io=0x260 irq=10 mem=0x6000
# options eth16i         io=0x2a0 irq=10
# options fmv18x         io=0x220 irq=10
# options ni52           io=0x360 irq=9 memstart=0xd0000 memend=0xd4000
# options bttv    pll=1 radio=0 card=0
# options tuner   type=0
# options msp3400 once=1 simple=1

# install bttv /sbin/modprobe --ignore-install bttv && { /sbin/modprobe -k tuner; /sbin/modprobe -k msp3400; }
#
install dummy0 /sbin/modprobe -o dummy0 --ignore-install dummy
install dummy1 
/sbin/modprobe -o dummy1 --ignore-install dummy
remove dummy0 
/sbin/modprobe --o dummy0 --ignore-remove dummy
remove dummy1 
/sbin/modprobe --o dummy1 --ignore-remove dummy

########################################################################
# cipe section
########################################################################

alias cipcb0 cipcb
alias cipcb1 cipcb

options cipcb    cipe_debug
=0

########################################################################
# block dev aliases
########################################################################

alias block-major-1       rd
alias block
-major-2       floppy
install block
-major-3     /bin/true
alias block
-major-7       loop
alias block
-major-8       sd_mod
alias block
-major-11      sr_mod
alias block
-major-13      xd
alias block
-major-15      cdu31a
alias block
-major-16      gscd
alias block
-major-17      optcd
alias block
-major-18      sjcd
alias block
-major-20      mcdx
install block
-major-22    /bin/true
alias block
-major-23      mcd
alias block
-major-24      sonycd535
alias block
-major-25      sbpcd
alias block
-major-26      sbpcd
alias block
-major-27      sbpcd
alias block
-major-28      sbpcd
alias block
-major-29      aztcd
alias block
-major-32      cm206
install block
-major-33    /bin/true
install block
-major-34    /bin/true
# network block device
install block-major-43    /bin/true
alias block
-major-45      pd
alias block
-major-46      pcd
alias block
-major-47      pf
alias block
-major-117     evms

########################################################################
# char dev aliases
########################################################################

alias char-major-6        lp
alias char
-major-9        st
alias char
-major-10-130   softdog
install char
-major-10-134 /bin/true
install char
-major-10-135 /bin/true
alias char
-major-10-175   agpgart
alias char
-major-10-181   toshiba
alias char
-major-10-250   sonypi
options sonypi            minor
=250
install char
-major-15     /bin/true
alias char
-major-19       cyclades
alias char
-major-20       cyclades
alias char
-major-21       sg
alias char
-major-27       ftape
install char
-major-29     /bin/true
alias char
-major-36       netlink_dev
# alias char-major-43       hisax
# alias char-major-44       hisax
# alias char-major-45       hisax
install char-major-43     /bin/true
install char
-major-44     /bin/true
install char
-major-45     /bin/true
alias char
-major-48       riscom8
alias char
-major-49       riscom8
alias char
-major-67       coda
alias char
-major-75       specialix
alias char
-major-76       specialix
alias char
-major-81       videodev
install char
-major-81-0   /bin/true
install char
-major-81-1   /bin/true
install char
-major-81-2   /bin/true
install char
-major-81-3   /bin/true

alias char
-major-83       vtx
options vtx quiet
=1

alias char
-major-89       i2c-dev
alias char
-major-96       pt
alias char
-major-97       pg
alias char
-major-107      3dfx
alias char
-major-109      lvm-mod
# remove this if sound is configured
install char-major-116    /bin/true

########################################################################
# ppp over ethernet
# the kernel 2.2 uses pppox
# the kernel 2.4 uses pppoe
########################################################################

alias char-major-108      ppp_generic
alias char
-major-144      pppoe
alias net
-pf-24           pppoe

########################################################################
# IrDA
########################################################################

alias char-major-161      ircomm-tty
alias char
-major-162      raw

########################################################################
# USB
########################################################################

install char-major-166    /bin/true

########################################################################
# Moxa Multiport Serial Boards
########################################################################

alias char-major-172      moxa
alias char
-major-173      moxa

# options moxa type=2,,, baseaddr=0xdc000,,, numports=8,,,
alias char-major-174      mxser
alias char
-major-175      mxser
# options mxser ioaddr=0x180

#alias char-major-180     usbcore

alias InterMezzo intermezzo
alias char
-major-185 intermezzo

alias char
-major-188      usbserial

alias char
-major-195*     nvidia
alias char
-major-206      osst
alias char
-major-212      /bin/true

alias binfmt
-204          binfmt_aout
alias binfmt
-263          binfmt_aout
alias binfmt
-264          binfmt_aout
alias binfmt
-267          binfmt_aout
alias binfmt
-0064         binfmt_aout
alias binfmt
-0008         binfmt_aout

alias iso9660             isofs
alias tty
-ldisc-1         slip
alias tty
-ldisc-2         serio
alias tty
-ldisc-5         mkiss

# alias tty-ldisc-7       6pack
install tty-ldisc-7       /bin/true

# IrDA
alias tty-ldisc-11        irtty-sir

# alias ax0               mkiss
install ax0               /bin/true
# alias sp0               6pack
install sp0               /bin/true
alias slip0               slip
alias sl0                 slip
alias slip1               slip
alias sl1                 slip

########################################################################
# the kernel 2.2 uses ppp.o as ppp driver,
# the kernel 2.4 uses ppp_generic.o
########################################################################

alias ppp0                ppp_generic
alias ppp1                ppp_generic
alias tty
-ldisc-3         ppp_async

alias plip0               plip
alias plip1               plip

# Tunnel interfaces
alias sit0 ipv6
alias gre0 ip_gre
alias ipip0 ipip

alias ppp
-compress-18          ppp_mppe
alias ppp
-compress-21          bsd_comp
alias ppp
-compress-24          ppp_deflate
alias ppp
-compress-26          ppp_deflate

alias net
-pf-1            unix
alias net
-pf-3            ax25
# install net-pf-3          /bin/true
alias net-pf-4            ipx
# install net-pf-4          /bin/true
alias net-pf-5            appletalk
# install net-pf-5          /bin/true
alias net-pf-6            netrom
# install net-pf-6          /bin/true

#***********SOME POSTS ADVISED TO CHANGE THIS BUT IT DIDN'T WORK OUT********************
alias net-pf-10           ipv6
#install net-pf-10         /bin/true           #By uncommenting THIS line
#****************************************************************************************************


alias net-pf-11           rose
# install net-pf-11         /bin/true
alias net-pf-15           af_key
alias net
-pf-17           af_packet
alias net
-pf-31           bluetooth

alias bt
-proto-0 l2cap
alias bt
-proto-2 sco
alias bt
-proto-3 rfcomm
alias bt
-proto-4 bnep

alias md
-personality-1  linear
alias md
-personality-2  raid0
alias md
-personality-3  raid1
alias md
-personality-4  raid5
alias md
-personality-7  multipath

alias tap0                ethertap
alias tap1                ethertap
alias tap2                ethertap
alias tap3                ethertap
alias tap4                ethertap
alias tap5                ethertap
alias tap6                ethertap
alias tap7                ethertap
alias tap8                ethertap
alias tap9                ethertap
alias tap10               ethertap
alias tap11               ethertap
alias tap12               ethertap
alias tap13               ethertap
alias tap14               ethertap
alias tap15               ethertap

alias xfrm
-type-2-50    esp4
alias xfrm
-type-2-51    ah4
alias xfrm
-type-2-108   ipcomp
alias xfrm
-type-10-50   esp6
alias xfrm
-type-10-51   ah6
alias xfrm
-type-10-108  ipcomp6

# don't try to reset isa-pnp cards on startup
options isa-pnp isapnp_reset=0

# Linux-ABI
install binfmt_misc /sbin/modprobe --ignore-install binfmt_misc && { mount -t binfmt_misc none /proc/sys/fs/binfmt_misc; }
remove binfmt_misc umount /proc/sys/fs/binfmt_misc; } ; /sbin/modprobe ---ignore-remove binfmt_misc

# Bluetooth
alias bt-proto-5 cmtp
alias bt
-proto-6 hidp

# end of common part for modprobe.conf
# begin of i386 part for modprobe.conf

alias char-major-4        serial
alias char
-major-5        serial

alias parport_lowlevel    parport_pc
# options parport_pc io=0x378 irq=none,none
# If you have multiple parallel ports, specify them this way:
# options parport_pc io=0x378,0x278  irq=none,none

# Linux ACP modem (Mwave)
alias char-major-10-219 mwave
# options mwave dspirq=10 dspio=0x130 uartirq=3 uartio=0x2f8

# nVidia nforce chipset (network + audio)
#alias eth0 nvnet
#alias sound-slot-1 nvaudio
#alias usb-interface usb-ohci

# IBM thinkpad tpctl
# see /usr/share/doc/packages/tpctl/
alias char-major-10-170 thinkpad
# options thinkpad enable_smapi=0

# Linux-ABI
alias char-major-30       abi-ibcs
alias binfmt
-0004         binfmt_coff
alias binfmt
-332          abi-ibcs
alias binfmt
-518          abi-ibcs
alias binfmt
-002c         abi-ibcs
alias personality
-1       abi-ibcs
alias personality
-2       abi-ibcs
alias personality
-3       abi-sco
alias personality
-4       abi-wyse
alias personality
-5       abi-ibcs
alias personality
-7       abi-ibcs
alias personality
-13      abi-solaris
alias personality
-14      abi-uw7

#***********SOME POSTS ADVISED TO PUT IN THIS BUT IT DIDN'T WORK OUT********************
alias net-pf-10 off
alias ipv6 off
#**************************************************************************************************

# required for DRI support on SiS chips
options sisfb             mode=none mem=12288

# end of i386 part for modprobe.conf
# please keep this at the end and add local modifications to modules.conf.local
include /etc/modprobe.d
include /etc/modprobe.conf.local 

I hope I didn't provide too much irrelevant information.
Regards.
 
Old 01-03-2005, 10:54 AM   #12
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Original Poster
Rep: Reputation: 15
modprobe.conf.local is empty

Lol,
I just see it now, I shouldn't have touched that BIG file at all, I had to
put in those changes at local instead......

Anyways, that file is just plain empty....

Last edited by GnaM; 01-03-2005 at 10:56 AM.
 
Old 01-03-2005, 12:35 PM   #13
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
you can get the kernel version with the command "uname -r"

all those settings look good, what download speeds do you get ?
and what download speeds do other computers on the network get ?
 
Old 01-03-2005, 02:21 PM   #14
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Original Poster
Rep: Reputation: 15
the command uname -r gives me : 2.6.8-24-default.

Whenever I open a website, it takes a while to load, i get about 650 B/s .
In Windows I get at least 50 KB/s. And this is for every computer on the LAN....
 
Old 01-06-2005, 03:09 AM   #15
GnaM
Member
 
Registered: Dec 2004
Posts: 33

Original Poster
Rep: Reputation: 15
Any options left ?

I guess my problem is not easy to solve.
All of the documentation I came up with, nobody had any remarks on them,
so I guess they must be OK. I really have no idea what to do next,
are there any more commands I can try then I already did ?
Someone any suggestions of as to what might be wrong ?

Is my problem unsolvable through the forums, and
Should I try other linux version ?
Should I change network card ?

But can you guarantee my problem will be solved ?

Regards.

Last edited by GnaM; 01-06-2005 at 03:10 AM.
 
  


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
LAN is too slow when internet is down Dayanandabv Linux - Networking 3 09-12-2005 11:13 PM
New Fedora Internet connection slow slow slow matrim Fedora 9 07-29-2005 01:39 PM
realtek8139/810x family PCI fast Internet nic-how to configure lngmn7 Linux - Networking 3 04-16-2005 07:44 PM
PROBLEM INTERNET REALTEK8139(Genius LAN GF100TXRII). GnaM Linux - Newbie 25 01-02-2005 07:26 PM
slow internet connect and no lan connection jezza Linux - Newbie 1 02-12-2002 07:36 AM

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

All times are GMT -5. The time now is 11:53 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