You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Version4

Beginner

  • "Version4" started this thread

Posts: 26

Location: Canada

Occupation: MASc Student

  • Send private message

1

Tuesday, February 7th 2006, 7:44pm

Slow Internet

Hello there, I'm having a problem with slow internet, this seems to happen only on web pages or when trying to start a download, once the download gets going then I get about 240kb/sec. The problem is the starting of it takes some time, the same for web pages, they take some time to be displayed. I thught it might be a global problem but Firefox doesn't seem to have this problem (at least not at a glance). This happens with SuperKaramba's LiquidWeather++, Kopete, Konqueror, and YaST. Any help with fixing or pinpointing the problem will be greately appreciated.

System Specs:
SuSE 10.0
KDE 3.5.1
Kernel 2.6.13-15.7-smp

PS: don't have this problem with windows partition, so it is not the hardware...

Thanks in advance for the help.

LJ

2

Tuesday, February 7th 2006, 8:17pm

I suppose the problem is that KDE is trying to resolve websites via IPv6. Firefox is not, so you have no problem with firefox. I guess you should try to configure KDE not to use IPv6.
I don't remember where to put it exactly, but i think adding the following line to your /etc/profile.local should work:

KDE_NO_IPV6=true

Giving it a try, feedback would be great!

Version4

Beginner

  • "Version4" started this thread

Posts: 26

Location: Canada

Occupation: MASc Student

  • Send private message

3

Wednesday, February 8th 2006, 2:25am

Thanks for the help... I found a /etc/profile but couldn't find a /etc/profile.local so I made one and put in it the line KDE_NO_IPV6=true as you suggested but no luck. In /etc/profile there is reference to /etc/profile.local but the file did not exist prior to me writting it. Should I add KDE_NO_IPV6=true to /etc/profile? After a restart the problem persists....

LJ

4

Wednesday, February 8th 2006, 8:43am

Do the following:

In the file /etc/modules.conf
change the line

Source code

1
alias net-pf-10 ipv6

into

Source code

1
alias net-pf-10 off 

and add the line

Source code

1
alias ipv6 off

In a console, type the following command:

Source code

1
depmod -a

reboot your machine might be needed in some cases (I don't understand why), sometimes it's enough to restart your network.

Version4

Beginner

  • "Version4" started this thread

Posts: 26

Location: Canada

Occupation: MASc Student

  • Send private message

5

Thursday, February 9th 2006, 1:34am

Ok thanks for the replay, I couldn't find any /etc/modules.conf but there was a /etc/modprobe.conf with the line you specified. So I made the changes you prescribed and will reboot now, I'll post how it went (I'm crossing my fingers...)

Version4

Beginner

  • "Version4" started this thread

Posts: 26

Location: Canada

Occupation: MASc Student

  • Send private message

6

Thursday, February 9th 2006, 1:45am

Awesome!!! that did it, thank you both for your help, I owe you a beer. much appreciated...

LJ