linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: strange bug with realtek 8169 card
       [not found]             ` <3yDbS-3tr-31@gated-at.bofh.it>
@ 2005-02-16 19:58               ` Alexandre
  2005-02-16 20:51                 ` Francois Romieu
  0 siblings, 1 reply; 10+ messages in thread
From: Alexandre @ 2005-02-16 19:58 UTC (permalink / raw)
  To: linux-kernel

Francois Romieu wrote:
> shishir verma <shishir.lkml@gmail.com> :
> 
>>by any chance is the watchdog enabled for the card...because i had a
>>similar problem with a broadcom gigabit card....i commented the
>>watchdog code and made the module again...
>>it worked like a charm for me after that...
> 
> 
> The original user wrote:
> [...]
> 
>>>If I look in every log file I can (dmesg, kernel.log, syslog, debug)
>>>there is no message...
> 
> 
> -> the watchdog would have caused something to appear.
> 
> I'd rather have a bit more information before resorting to super-voodoo.
thanks again, unfortunately PCs with those cards are at work, and from 
today that's holidays until march 7th... :D
so I can't test last solution (patch) until this day...

Alex, who will try maybe tomorrow to go there if he has time

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

* Re: strange bug with realtek 8169 card
  2005-02-16 19:58               ` strange bug with realtek 8169 card Alexandre
@ 2005-02-16 20:51                 ` Francois Romieu
  0 siblings, 0 replies; 10+ messages in thread
From: Francois Romieu @ 2005-02-16 20:51 UTC (permalink / raw)
  To: a.hocquel; +Cc: linux-kernel

Alexandre <a.hocquel_NOSPAM_@oreka.com> :
[...]
> thanks again, unfortunately PCs with those cards are at work, and from 
> today that's holidays until march 7th... :D

Excellent. Your testing will not impact the normal production.

I have done a minor update to sync with Jeff's latest -netdev
http://www.fr.zoreil.com/~romieu/misc/20050216-2.4.29-r8169.c-test.patch

--
Ueimor

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

* Re: strange bug with realtek 8169 card
  2005-02-16 19:26           ` shishir verma
@ 2005-02-16 19:32             ` Francois Romieu
  0 siblings, 0 replies; 10+ messages in thread
From: Francois Romieu @ 2005-02-16 19:32 UTC (permalink / raw)
  To: shishir verma; +Cc: Paulo Marques, Felipe W Damasio, a.hocquel, linux-kernel

shishir verma <shishir.lkml@gmail.com> :
> by any chance is the watchdog enabled for the card...because i had a
> similar problem with a broadcom gigabit card....i commented the
> watchdog code and made the module again...
> it worked like a charm for me after that...

The original user wrote:
[...]
> > If I look in every log file I can (dmesg, kernel.log, syslog, debug)
> > there is no message...

-> the watchdog would have caused something to appear.

I'd rather have a bit more information before resorting to super-voodoo.

--
Ueimor

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

* Re: strange bug with realtek 8169 card
  2005-02-16 18:53         ` Paulo Marques
@ 2005-02-16 19:26           ` shishir verma
  2005-02-16 19:32             ` Francois Romieu
  0 siblings, 1 reply; 10+ messages in thread
From: shishir verma @ 2005-02-16 19:26 UTC (permalink / raw)
  To: Paulo Marques; +Cc: Felipe W Damasio, Francois Romieu, a.hocquel, linux-kernel

by any chance is the watchdog enabled for the card...because i had a
similar problem with a broadcom gigabit card....i commented the
watchdog code and made the module again...
it worked like a charm for me after that...
-shishir


On Wed, 16 Feb 2005 18:53:24 +0000, Paulo Marques <pmarques@grupopie.com> wrote:
> Felipe W Damasio wrote:
> >
> > Francois Romieu wrote:
> >
> >> Please try:
> >> http://www.fr.zoreil.com/~francois/misc/20050202-2.4.29-r8169.c-test.patch
> >
> >     404 Not Found
> 
> Try:
> 
> http://www.fr.zoreil.com/people/francois/misc/20050202-2.4.29-r8169.c-test.patch
> 
> --
> Paulo Marques - www.grupopie.com
> 
> All that is necessary for the triumph of evil is that good men do nothing.
> Edmund Burke (1729 - 1797)
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

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

* Re: strange bug with realtek 8169 card
  2005-02-16 18:33       ` Felipe W Damasio
@ 2005-02-16 18:53         ` Paulo Marques
  2005-02-16 19:26           ` shishir verma
  0 siblings, 1 reply; 10+ messages in thread
From: Paulo Marques @ 2005-02-16 18:53 UTC (permalink / raw)
  To: Felipe W Damasio; +Cc: Francois Romieu, a.hocquel, linux-kernel

Felipe W Damasio wrote:
> 
> Francois Romieu wrote:
> 
>> Please try:
>> http://www.fr.zoreil.com/~francois/misc/20050202-2.4.29-r8169.c-test.patch 
> 
>     404 Not Found

Try:

http://www.fr.zoreil.com/people/francois/misc/20050202-2.4.29-r8169.c-test.patch

-- 
Paulo Marques - www.grupopie.com

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke (1729 - 1797)

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

* Re: strange bug with realtek 8169 card
  2005-02-16 18:19     ` Francois Romieu
@ 2005-02-16 18:33       ` Felipe W Damasio
  2005-02-16 18:53         ` Paulo Marques
  0 siblings, 1 reply; 10+ messages in thread
From: Felipe W Damasio @ 2005-02-16 18:33 UTC (permalink / raw)
  To: Francois Romieu; +Cc: a.hocquel, linux-kernel



Francois Romieu wrote:
> Please try:
> http://www.fr.zoreil.com/~francois/misc/20050202-2.4.29-r8169.c-test.patch

	404 Not Found

Felipe Damasio

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

* Re: strange bug with realtek 8169 card
  2005-02-16 18:02   ` Alexandre
@ 2005-02-16 18:19     ` Francois Romieu
  2005-02-16 18:33       ` Felipe W Damasio
  0 siblings, 1 reply; 10+ messages in thread
From: Francois Romieu @ 2005-02-16 18:19 UTC (permalink / raw)
  To: a.hocquel; +Cc: linux-kernel

Alexandre <a.hocquel_NOSPAM_@oreka.com> :
[...]
> Any other idea ?

Please try:
http://www.fr.zoreil.com/~francois/misc/20050202-2.4.29-r8169.c-test.patch

Compile with gcc-3.x and send/publish _complete_ dmesg + lspci -vx +
cat /proc/interrupts + ifconfig if it still hangs.

--
Ueimor

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

* Re: strange bug with realtek 8169 card
       [not found] ` <3y6g1-KN-23@gated-at.bofh.it>
@ 2005-02-16 18:02   ` Alexandre
  2005-02-16 18:19     ` Francois Romieu
  0 siblings, 1 reply; 10+ messages in thread
From: Alexandre @ 2005-02-16 18:02 UTC (permalink / raw)
  To: linux-kernel

Francois Romieu wrote:
  >>Or any idea why the problem occurs and how to correct this (if it is
>>possbile)?
> 
> 
> Upgrade the compiler if you use gcc 2.95.x.
I was using it... and tried it today with gcc 3.0, and the problem 
always occurs !

Any other idea ?

thanks again
(ou devrais-je dire : merci encore)

Alexandre

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

* Re: strange bug with realtek 8169 card
  2005-02-14 18:03 Alexandre
@ 2005-02-15  8:15 ` Francois Romieu
  0 siblings, 0 replies; 10+ messages in thread
From: Francois Romieu @ 2005-02-15  8:15 UTC (permalink / raw)
  To: a.hocquel; +Cc: linux-kernel

Alexandre <a.hocquel_NOSPAM_@oreka.com> :
[...]
> Or any idea why the problem occurs and how to correct this (if it is 
> possbile)?

Upgrade the compiler if you use gcc 2.95.x.

--
Ueimor

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

* strange bug with realtek 8169 card
@ 2005-02-14 18:03 Alexandre
  2005-02-15  8:15 ` Francois Romieu
  0 siblings, 1 reply; 10+ messages in thread
From: Alexandre @ 2005-02-14 18:03 UTC (permalink / raw)
  To: linux-kernel

Hello,

I bought 2 Ovislink GE8169 because they're made with realtek 8169 chipset.
I make a new kernel with r8169 compiled as a module.
I can load r8169.o module without any error or warning. Cards negociate 
at 1000Mb/s, so everything looks ok.
I can ping both from each other.

and now is the strange behavior:
I try a ftp download, and if it's small file I can dowload without a 
problem... ONCE! Because if I "get" the same file (or another one) in 
the same ftp session (or other) it looks like freezing...
If I try to download "big" file (like ie: linux-2.4.29.tar.bz2), it freezes.
In fact after many try, I found that after each dowload (or begin of) I 
can't ping anymore the other pc... I have to down and up the cards (on 
both pc) to have it working again...

The same behavior occurs with scp. And doesn't occur with 10/100 Mb/s 
NIC inside the both same pc.
This problem occurs with 2.4.27, 2.4.28, 2.4.29 kernels... (didn't try 
with "lower" kernels).

If I look in every log file I can (dmesg, kernel.log, syslog, debug) 
there is no message...
Have any idea how to ask more r8169.o module to be more verbose?

Or any idea why the problem occurs and how to correct this (if it is 
possbile)?

thanks by advance,

Alexandre

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

end of thread, other threads:[~2005-02-16 20:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3yBMF-2kO-3@gated-at.bofh.it>
     [not found] ` <3yBMG-2kO-5@gated-at.bofh.it>
     [not found]   ` <3yBMF-2kO-1@gated-at.bofh.it>
     [not found]     ` <3yCfH-2Em-1@gated-at.bofh.it>
     [not found]       ` <3yCfJ-2Em-7@gated-at.bofh.it>
     [not found]         ` <3yCzf-2Rt-27@gated-at.bofh.it>
     [not found]           ` <3yD2j-3mf-23@gated-at.bofh.it>
     [not found]             ` <3yDbS-3tr-31@gated-at.bofh.it>
2005-02-16 19:58               ` strange bug with realtek 8169 card Alexandre
2005-02-16 20:51                 ` Francois Romieu
     [not found] <3xSPL-6F2-55@gated-at.bofh.it>
     [not found] ` <3y6g1-KN-23@gated-at.bofh.it>
2005-02-16 18:02   ` Alexandre
2005-02-16 18:19     ` Francois Romieu
2005-02-16 18:33       ` Felipe W Damasio
2005-02-16 18:53         ` Paulo Marques
2005-02-16 19:26           ` shishir verma
2005-02-16 19:32             ` Francois Romieu
2005-02-14 18:03 Alexandre
2005-02-15  8:15 ` Francois Romieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).