Kernel 2.6.8.1 & Web Browsing Issues
#1
Posted 24 August 2004 - 05:02 PM
I'm running FC2 and using a Belkin 54g wireless card/router connected to my cable modem (NTL). I use the Linuxant Driverloader software (latest version) to load Windows drivers for my wireless card.
Under Kernel 2.6.7 and earlier, everything is fine. However, under 2.6.8.1 and above (both kerbel packages from kernel.org and the vanilla FC2 kernel rpm) I have problems accessing *some* and only *some* websites. The issue appears as very, very slow loading. When I boot back to a 2.6.7 kernel the issue disappears; it also disappears when I boot into WinXP. The issue is entirely reproducable and affects the same websites each time.
I'm guessing it's a kernel configuration issue, but having stepped through the config options I can't find the one that's causing me a problem...
Any ideas? It's driving me nuts... :-)
Anthony
#2
Posted 24 August 2004 - 05:26 PM
http://www.videohelp.com/
http://disney.store.go.com/
It may be the same issue I was having. I'll try to remember how I fixed it.
#3
Posted 24 August 2004 - 05:44 PM
I can get to those...an example site that I have problems with is http://www.majorgeeks.com
It loads fine when running 2.6.7 but is extremely slow under 2.6.8.1 - it does appear *eventually* but something is clearly not right.
Some time ago I added the following lines to /etc/modprobe.conf
alias net-pf-10 off
alias ipv6 off
which was supposed to fix the ipv6 DNS address resolution issue (and did seem to for 2.6.7). I've tried remming out these lines and booting 2.6.8.1 again but it made no difference.
I can't see this as anything other than a config issue but I've reached the limit of my linux knowledge (converted a couple of months ago so still very new to this stuff).
Cheers,
Anthony
#4
Posted 24 August 2004 - 08:38 PM
-------------------------
start up script goes in.
-------------------------
./init.d/dumbfix.sh
./rcS.d/S76dumbfix
--------------------
code
-----------------------------------
echo 0 > /proc/sys/net/ipv4/tcp_ecn
-----------------------------------
#5
Posted 24 August 2004 - 09:10 PM
Anything else I should be looking at?
Anthony
#7
Posted 25 August 2004 - 12:50 AM
I see that Linuxant have released version 2.05 of their driver today, so I'll try that first.
Thanks for the input.
Anthony
#8
Posted 25 August 2004 - 12:53 AM
Back to looking at my kernel config!
#9
Posted 25 August 2004 - 03:06 AM
is compare the original 2.6.7 config very carefully against the 2.6.8.1 config.
(if you haven't already, that is)
"diff /boot/config-2.6.7 /boot/config-2.6.8.1"
anything interesting in the output?
one way of expressing the design philosophy (as I understand it) is the kernel
that best matches your hardware is the kernel which has loaded the modules
your hardware needs.
#10
Posted 25 August 2004 - 03:08 AM
#11
Posted 25 August 2004 - 03:46 AM
you thinking about something else?
#12
Posted 26 August 2004 - 01:38 PM
Looks like I'm stuck with 2.6.7 for the time being...not that that is a problem, I just want to know why I have this problem!
Thanks all for the input.
#13
Posted 19 September 2004 - 11:13 PM
I quote:-
-----------------
echo 0 > /proc/sys/net/ipv4/tcp_default_win_scale
or by adding a line like:
net.ipv4.tcp_default_win_scale = 0
to /etc/sysctl.conf.
-----------------
Apparently it actually due to a bug in some routers.
#14
Posted 17 October 2004 - 07:06 PM
#16
Posted 19 March 2005 - 10:31 PM
# echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
# or adding /etc/sysctl.conf
net.ipv4.tcp_window_scaling = 0
to /etc/sysctl.conf, followed by the cmputer's restart
http://guard.dhs.org/~cos/security/broken_router.html

Help










