Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-01-2005, 06:20 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Posts: 6
Rep:
|
Super slow network
works perfectly on windoze, for some reason i cant get Fed v3 running faster than about 1kb per second downloading files or transferring web in firefox =/ heres some info
(resolv.conf)
; generated by /sbin/dhclient-script
search Adelphia
nameserver 68.168.240.2
nameserver 68.168.240.5
[root@HAL9000 ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
[root@HAL9000 ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:20:78:12:30:C4
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::220:78ff:fe12:30c4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1452 Metric:1
RX packets:10195 errors:0 dropped:0 overruns:0 frame:0
TX packets:14287 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7947996 (7.5 MiB) TX bytes:1677844 (1.6 MiB)
Interrupt:11 Base address:0x4000
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:2259 errors:0 dropped:0 overruns:0 frame:0
TX packets:2259 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3255635 (3.1 MiB) TX bytes:3255635 (3.1 MiB)
as for the router its set to defaults for the most part, is a linksys befsr11
and the network card im running is suported, is linksys 10/100 etherfast
any suggestions are greatly appreciated!!
-spaceboy
|
|
|
01-01-2005, 10:49 AM
|
#2
|
Member
Registered: Jun 2004
Location: Bangkok, Thailand
Distribution: Fedora 25 86_64
Posts: 357
Rep:
|
Hello XxSpaceBoyxX,
It helps if you turn-off IPv6 communications....
Edit /etc/modprobe.conf and add this lines...
#Turn off IPv6
alias net-pf-10 off
alias ipv6 off
|
|
|
01-01-2005, 02:21 PM
|
#3
|
LQ Newbie
Registered: Jan 2005
Posts: 6
Original Poster
Rep:
|
well i did just as you said with no improvement whatsoever =( any more ideas people? (thanks for the first one by the way)
|
|
|
01-01-2005, 02:47 PM
|
#4
|
LQ Newbie
Registered: Dec 2004
Posts: 5
Rep:
|
You could try using PIO mode for the network card. Yes it would require you to recompile kernel... PIO mode is usually used when hardware has a bug, however using it for a 8139 Realtek chipset card made it work. Check if its dropping packets, thats what mine did and I got a similar speed.
Andkore
|
|
|
01-01-2005, 05:45 PM
|
#5
|
Member
Registered: Nov 2003
Location: South Jersey
Distribution: Slackware, Raspbian, Manjaro
Posts: 826
Rep:
|
You could try optimizing Firefox some before that. I'm not sure how effective it is but I just read another thing today saying it's very effective.
Open Firefox and type about:config in the address bar. When the page comes up type pipelining into the field at the top. Three items will show. Change the two falses to trues and change 4 to 30...or 50 or whatever. Some people say to go as high as 100 but the thing I just read said 30. See if that helps any. It may not.
|
|
|
01-01-2005, 07:33 PM
|
#6
|
LQ Newbie
Registered: Jan 2005
Posts: 6
Original Poster
Rep:
|
well i couldnt try to recompile the kernel, im pretty new to linux and have no clue where to start=)
i tried mandrake 10.1 out to see if it made a difference and sure enough the connection was equally slow
im about to install slackware to see if that might help =)
question : how do i update the kernel? please =) and thanks for being understanding and not flaming me with "die noob" type responses
|
|
|
01-01-2005, 08:06 PM
|
#7
|
Senior Member
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290
|
We try not to flame people here .
There are a couple of different ways to do kernel upgrades. If your distro (or a third party) supplies a format that your package manager (RPM on Mandrake, dpkg on Debian, etc.) can understand, you can install the new kernel just like any other package and reboot. You may also compile a kernel for yourself from the official sources from www.kernel.org (many distros add their own patches to the kernel). This is not as hard as it sounds ... there is a guide on how to do it here on LQ, so try to follow that if you want to play with it.
As for your problem, it's an ointeresting one. Maybe you ccould try launching ethereal and seeing if there's a lot of bogus traffic flying around gumming things up. Also some basic info (system stats, network connection type, etc.) would help in troubleshooting.
|
|
|
01-01-2005, 10:02 PM
|
#8
|
LQ Newbie
Registered: Jan 2005
Posts: 6
Original Poster
Rep:
|
basic info =)
celeron 2.0ghz @100mhz
512ddr @333mhz
ati raedon9000
WD 20gb udma 100
linksys LNE100tx net card
linksys befsr11 router
docsis compliant terayon cable modem @ 3mbit X 512kbit
router is acting as dhcp server and from double checking my ifconfig it would appear the net card is properly pulling the ip dns subnet and all of that from the dhcp.
are there any special settings that need to be dealt with on the router such as dynamic routing (what the heck is that anyway?) with RIP1 and RIP2 (what are those? *gasp*) that i need to deal with? (i name this because i have nfc what it does
as far as distros ive run fc3 and mandrake10.1 with similar results of 1kb/sec or lower xfer rates. ive read as many of the fixes as i could stomach, tried them all and then some *minus recompiling the kernel* to no avail =(
halp! i borked it! =(
edit-> what is this??->Bcast:192.168.1.255
Last edited by XxSpaceBoyxX; 01-01-2005 at 10:04 PM.
|
|
|
01-02-2005, 02:38 AM
|
#9
|
LQ Newbie
Registered: Jan 2005
Posts: 6
Original Poster
Rep:
|
Self-Loathing BUMP =/
well after talking it over with my woman, her untechnical self told me "well why dont you plug the computer right into the modem?"
so i did /sniff
apparently its a problem with my router, so if anyone wants to help me out on setting up the router please let me know!! my aim is xxspaceboyxx =) or just leave a message on here
im actually pulling more bandwith on FC3 than i did on windozeXP with the same setup (modem into netcard) heh kinda funny =)
thanks in advance!!!
|
|
|
All times are GMT -5. The time now is 02:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|