public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* NETWORK broken at least for 2.6.8.1 and 2.6.9-rc1
@ 2004-09-07 23:55 Paulo da Silva
  2004-09-08  0:09 ` David S. Miller
  2004-09-08  0:11 ` Marc Schiffbauer
  0 siblings, 2 replies; 5+ messages in thread
From: Paulo da Silva @ 2004-09-07 23:55 UTC (permalink / raw)
  To: linux-kernel

Hi:

For almost all sites I cannot download using wget or ftp for example.
I can comunicate between two PCs using ssh and rsync however.
ping and traceroute also work fine.
I discovered this problem because I was unable to fetch any
file when using "emerge -f".
I tried with k 2.6.7 with exactly the same configuration and it works!

I am using gentoo in a laptop Compaq presario 2541EA.
The module is natsemi.c. I tried to copy this file from 2.6.7 into
2.6.9-rc1 and recompile the kernel without any success.
The problem still remains.
If any further information is need, pls. email me.
Thank you.
______________________________________________________
Here is an example of what happens:
# wget www.esoterica.pt
--00:05:44--  http://www.esoterica.pt/
           => `index.html'
Resolving www.esoterica.pt... 195.22.31.35
Connecting to www.esoterica.pt[195.22.31.35]:80... connected.
HTTP request sent, awaiting response...

It stops forever here!!!

For very few sites (cnn.com for example) it works:
# wget www.cnn.com
--00:10:12--  http://www.cnn.com/
          => `index.html'
Resolving www.cnn.com... 64.236.16.52, 64.236.16.84, 64.236.16.116, ...
Connecting to www.cnn.com[64.236.16.52]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

   [         <=>                                ] 60,725        22.24K/s

00:10:19 (22.19 KB/s) - `index.html' saved [60725]


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NETWORK broken at least for 2.6.8.1 and 2.6.9-rc1
  2004-09-07 23:55 NETWORK broken at least for 2.6.8.1 and 2.6.9-rc1 Paulo da Silva
@ 2004-09-08  0:09 ` David S. Miller
  2004-09-08 23:17   ` Paulo da Silva
  2004-09-08  0:11 ` Marc Schiffbauer
  1 sibling, 1 reply; 5+ messages in thread
From: David S. Miller @ 2004-09-08  0:09 UTC (permalink / raw)
  To: Paulo da Silva; +Cc: linux-kernel


See:

http://lwn.net/Articles/92727/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NETWORK broken at least for 2.6.8.1 and 2.6.9-rc1
  2004-09-07 23:55 NETWORK broken at least for 2.6.8.1 and 2.6.9-rc1 Paulo da Silva
  2004-09-08  0:09 ` David S. Miller
@ 2004-09-08  0:11 ` Marc Schiffbauer
  1 sibling, 0 replies; 5+ messages in thread
From: Marc Schiffbauer @ 2004-09-08  0:11 UTC (permalink / raw)
  To: linux-kernel

* Paulo da Silva schrieb am 08.09.04 um 01:55 Uhr:
> Hi:
> 
> For almost all sites I cannot download using wget or ftp for example.
> I can comunicate between two PCs using ssh and rsync however.
> ping and traceroute also work fine.
> I discovered this problem because I was unable to fetch any
> file when using "emerge -f".
> I tried with k 2.6.7 with exactly the same configuration and it works!
> 
> I am using gentoo in a laptop Compaq presario 2541EA.
> The module is natsemi.c. I tried to copy this file from 2.6.7 into
> 2.6.9-rc1 and recompile the kernel without any success.
> The problem still remains.
> If any further information is need, pls. email me.
> Thank you.

This describes your problem:

http://lwn.net/Articles/92727/

-Marc
-- 
+-O . . . o . . . O . . . o . . . O . . .  ___  . . . O . . . o .-+
| Ein Service von Links2Linux.de:         /  o\   RPMs for SuSE   |
| --> PackMan! <-- naeheres unter        |   __|   and  others    |
| http://packman.links2linux.de/ . . . O  \__\  . . . O . . . O . |

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NETWORK broken at least for 2.6.8.1 and 2.6.9-rc1
  2004-09-08  0:09 ` David S. Miller
@ 2004-09-08 23:17   ` Paulo da Silva
  2004-09-08 23:44     ` Lee Revell
  0 siblings, 1 reply; 5+ messages in thread
From: Paulo da Silva @ 2004-09-08 23:17 UTC (permalink / raw)
  To: David S. Miller; +Cc: linux-kernel

David S. Miller wrote:

>See:
>
>http://lwn.net/Articles/92727/
>  
>
 From the 2 "solutions" presented there, echoeing 0 to the
proc works. The line to be inserted into /etc/sysctl.conf
does not seem to work!

Thank you.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NETWORK broken at least for 2.6.8.1 and 2.6.9-rc1
  2004-09-08 23:17   ` Paulo da Silva
@ 2004-09-08 23:44     ` Lee Revell
  0 siblings, 0 replies; 5+ messages in thread
From: Lee Revell @ 2004-09-08 23:44 UTC (permalink / raw)
  To: Paulo da Silva; +Cc: David S. Miller, linux-kernel

On Wed, 2004-09-08 at 19:17, Paulo da Silva wrote:
> David S. Miller wrote:
> 
> >See:
> >
> >http://lwn.net/Articles/92727/
> >  
> >
>  From the 2 "solutions" presented there, echoeing 0 to the
> proc works. The line to be inserted into /etc/sysctl.conf
> does not seem to work!
> 

You would have to run sysctl -p to activate the new entry.  Better to
save yourself some trouble and fix the router.

Lee


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-09-08 23:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 23:55 NETWORK broken at least for 2.6.8.1 and 2.6.9-rc1 Paulo da Silva
2004-09-08  0:09 ` David S. Miller
2004-09-08 23:17   ` Paulo da Silva
2004-09-08 23:44     ` Lee Revell
2004-09-08  0:11 ` Marc Schiffbauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox