LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Very sluggish performance (https://www.linuxquestions.org/questions/linux-newbie-8/very-sluggish-performance-458329/)

openbsd 06-26-2006 11:24 PM

the problem is ipv6
 
Your computer tries to use ipv6 before it uses IPv4, so is first times-out the ipv6 tcp/ip request.

The solution;
1. get an ipv6 connection to the internet
2. or turn-off all ipv6 support.
3. Remove ipv6 modules from the tcp/ip stack rmmod ipv6 modules
4. Look and search in navigation bar by typing the url about:config and/or edit the user.js/default.js
5. Search on www gigablast com query=ipv6 firedox mozilla

With regards
OpenBSD

bene223 06-26-2006 11:57 PM

I'm on my Debian computer right now. It's a fresh install and everything is working great, internet browsing is perfect and ping works great. As soon as I restart though..... things are going to be back to the way they were. I will have that skippy slow internet browsing. this is what my ifconfig looks like at the moment

Quote:

debian:/home/ben# ifconfig
eth0 Link encap:Ethernet HWaddr 00:08:A1:47:69:47
inet addr:192.168.234.132 Bcast:192.168.234.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11228 errors:0 dropped:0 overruns:0 frame:0
TX packets:6209 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16826936 (16.0 MiB) TX bytes:431455 (421.3 KiB)
Interrupt:5 Base address:0x9400

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:100 errors:0 dropped:0 overruns:0 frame:0
TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6416 (6.2 KiB) TX bytes:6416 (6.2 KiB)
and my dns server is 192.168.0.1 so that rules out resolv.conf right?

openbsd 06-27-2006 12:01 AM

modifying about:config
1. write 'about:config' into a mozilla firefox window
2. right-click on the line starting with 'network.dns.disableIPv6' and modify it to 'true'

bene223 06-27-2006 12:17 AM

-I typed about:config in Mozilla and changed the network.dns.disableIPv6 value to true
-I modified alias net-pf-10 ipv6 to read net-pf-10 off in /etc/modprobe.d/aliases
-I created the value alias ipv6 off in /etc/modprobe.d/aliases
-I modified #alias net-pf-10 off to read alias net-pf-10 off in /etc/modules.conf
-I modified #alias net-pf-10 off to alias net-pf-10 off in /etc/modutils/aliases
-I typed su and typed update-modules

I restarted after doing the above. Nothing has changed, I'm still getting the terrible computer + tele-lag when I'm running an application that uses the Internet

openbsd 06-27-2006 12:29 AM

Can you list the loaded modules with lsmod

Here are some tips about ipv6 www ubuntuforums org/showthread.php?t=3713&page=2

openbsd 06-27-2006 12:38 AM

What nic (network interface card) do you have and which kernel-modules are loaded ??
Is there something connected to your usb-ports ??
Which version OS was running before Sarge ??

bene223 06-27-2006 12:46 AM

I tried that link and it said to edit #alias net-pf-10 off to alias net-pf-10 off in /etc/modutils/aliases
then I did su and typed update-modules

I still have the terrible computer + tele-lag

lsmod
Quote:

Module Size Used by Tainted: P
soundcore 3268 0 (autoclean)
input 3040 0 (autoclean)
i2c-core 11748 0 (autoclean) (unused)
nvidia 4220448 6
apm 8428 1 (autoclean)
af_packet 11048 1 (autoclean)
usb-ohci 16488 0 (unused)
ehci-hcd 14764 0 (unused)
usbcore 52268 1 [usb-ohci ehci-hcd]
emu10k1-gp 1128 0 (unused)
gameport 1388 0 [emu10k1-gp]
ide-scsi 8272 0
8139too 12328 1
mii 1952 0 [8139too]
crc32 2848 0 [8139too]
ohci1394 21648 0 (unused)
sr_mod 11640 0 (unused)
sbp2 15024 0 (unused)
ieee1394 178724 0 [ohci1394 sbp2]
scsi_mod 86052 2 [ide-scsi sr_mod sbp2]
ide-cd 27072 0
cdrom 26212 0 [sr_mod ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 2 (autoclean)
jbd 34628 2 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
ide-disk 12448 3 (autoclean)
amd74xx 9636 3 (autoclean)
ide-core 91832 3 (autoclean) [ide-scsi ide-cd ide-detect ide-disk amd74xx]
unix 12752 206 (autoclean)
NIC: Realtek 8129D
There is nothing connected to the USB ports
Windows XP - but I did a complete reformat of the harddrive when I was installing Debian 3.1 Sarge


I haven't installed a driver manually, the Debian Install 3.1 Sarge didn't prompt me and downloaded the apt-get packages itself. The driver in Kernel 2.2.x was "rtl18139" The driver in Kernel 2.4.x was "8139too". Since I'm on Kernel 2.6.x and the driver is "8139too" - would that be a problem maybe?

EDIT
If you google: "8129too" there are a lot of interesting results with people having issues with the driver.

EDIT-2
Problem fixed! I had to disable ACPI in the Grub Bootloader.


All times are GMT -5. The time now is 01:47 AM.