Jump to content

Slooooooooooow internet connecting


javaguy
 Share

Recommended Posts

Something I've noticed since upgrading to 10.1 is that web page load really slowly, no matter which browser I'm using. I mean painfully slowly. And one thing I've noticed is that every time it loads a page it says "resolving host whatever.com..." for a long time before it begins to load the page. It's not great that it takes a long time to look up a host's IP, but also, although I'm certainly not an expert, I was kind of under the impression that when I navigate to a web site it only has to look up the IP the first time and that, at least within the same browser session anyway, it would remember the IP for subsequent page requests to that site. Am I missing something essential?

Link to comment
Share on other sites

/etc/resolv.conf:

 

search woh.rr.com
nameserver 24.29.161.129
nameserver 24.29.161.137
nameserver 24.29.161.93

 

/etc/modprobe.conf:

 

# This file is autogenerated from /etc/modules.conf using generate-modprobe.conf command

alias eth0 forcedeth
alias sound-slot-0 snd-intel8x0
remove snd-intel8x0 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-intel8x0
install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0 && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe ohci-hcd; /sbin/modprobe ehci-hcd; /bin/true
alias eth1 natsemi
remove nvaudio /sbin/modprobe --first-time -r --ignore-remove nvaudio
install nvaudio /sbin/modprobe --first-time --ignore-install nvaudio
remove ali5455 /sbin/modprobe --first-time -r --ignore-remove ali5455
install ali5455 /sbin/modprobe --first-time --ignore-install ali5455
alias char-major-195* nvidia

Link to comment
Share on other sites

I noticed your search line above your name servers. I don't have anything similar on my config.

 

It could be that it takes a while as it's attempting to connect to what you have here. Try editing the file (resolv.conf) and placing a # at the beginning of the search woh.rr.com, and see if that makes a difference?

 

I guess this was added when you configured the network?

Edited by ianw1974
Link to comment
Share on other sites

Okay, I put a # in front of the search line, and that seemed to help.

 

Later I rebooted and seemed to notice it was slow again. Sure enough, the old version was back.

 

Any idea what process is setting up this file and how I can stop it from putting the search line in?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...