RE: PROBLEM: sky2 hangs

2007-04-24 Thread Peter Trifonov
Dear Stephen,

Unfortunately the problems with sky2 started again. 

From time to time NIC stops working. The system log contains the following
messages:
Apr 24 11:50:43 bullet-lin kernel: sky2 eth0: Link is up at 1000 Mbps, full
duplex, flow control both
Apr 24 11:51:55 bullet-lin kernel: sky2 :04:00.0: pci hw error (0x2010)
Apr 24 11:53:32 bullet-lin kernel: sky2 eth0: disabling interface
Apr 24 11:53:35 bullet-lin kernel: sky2 eth0: enabling interface
Apr 24 11:53:35 bullet-lin kernel: sky2 eth0: ram buffer 0K
Apr 24 11:53:37 bullet-lin kernel: sky2 eth0: Link is up at 1000 Mbps, full
duplex, flow control both
Apr 24 12:06:32 bullet-lin kernel: sky2 eth0: tx timeout
Apr 24 12:06:32 bullet-lin kernel: sky2 eth0: transmit ring 1 .. 472
report=1 done=1
Apr 24 12:06:32 bullet-lin kernel: sky2 hardware hung? flushing
Apr 24 12:06:32 bullet-lin kernel: sky2 eth0: transmit descriptor error
(hardware problem)
Apr 24 12:06:32 bullet-lin kernel: sky2 eth0: Link is down.
Apr 24 12:06:38 bullet-lin kernel: sky2 eth0: Link is up at 1000 Mbps, full
duplex, flow control both
Apr 24 12:06:38 bullet-lin kernel: sky2 eth0: transmit descriptor error
(hardware problem)
Apr 24 12:06:38 bullet-lin kernel: sky2 eth0: Link is down.
Apr 24 12:06:41 bullet-lin kernel: sky2 eth0: Link is up at 1000 Mbps, full
duplex, flow control both
Apr 24 12:06:41 bullet-lin kernel: sky2 eth0: transmit descriptor error
(hardware problem)
.

I am running 2.6.20.4 X86-64 kernel

With best regards,
P. Trifonov  

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter Trifonov
 Sent: Tuesday, April 03, 2007 7:19 PM
 To: 'Stephen Hemminger'
 Cc: netdev@vger.kernel.org
 Subject: RE: PROBLEM: sky2 hangs
 
 Dear Stephen,
   I have got a PC based on Gigabyte GA-965P-S3 motherboard with an 
   integrated Marvell Yukon 88E8056 PCI-E gigabit ethernet 
 controller.
  There have been several updates since 2.6.18. Please try 
 and reproduce 
  with 2.6.20 or later kernel. Or contact the vendor to update their 
  kernel.
 
 Thanks a lot!
 
 After installing 2.6.20 kernel the NIC works perfectly!
 
 
 With best regards,
 P. Trifonov  
 
 
 -
 To unsubscribe from this list: send the line unsubscribe 
 netdev in the body of a message to [EMAIL PROTECTED] 
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: PROBLEM: sky2 hangs

2007-04-24 Thread Chuck Ebbert
Peter Trifonov wrote:
 
 I am running 2.6.20.4 X86-64 kernel
 

2.6.20.7 has an update for sky2.

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: PROBLEM: sky2 hangs

2007-04-24 Thread Stephen Hemminger
On Tue, 24 Apr 2007 12:24:51 +0400
Peter Trifonov [EMAIL PROTECTED] wrote:

 Dear Stephen,
 
 Unfortunately the problems with sky2 started again. 
 
 From time to time NIC stops working. The system log contains the following
 messages:
 Apr 24 11:50:43 bullet-lin kernel: sky2 eth0: Link is up at 1000 Mbps, full
 duplex, flow control both
 Apr 24 11:51:55 bullet-lin kernel: sky2 :04:00.0: pci hw error (0x2010)
 Apr 24 11:53:32 bullet-lin kernel: sky2 eth0: disabling interface
 Apr 24 11:53:35 bullet-lin kernel: sky2 eth0: enabling interface
 Apr 24 11:53:35 bullet-lin kernel: sky2 eth0: ram buffer 0K
 Apr 24 11:53:37 bullet-lin kernel: sky2 eth0: Link is up at 1000 Mbps, full
 duplex, flow control both
 Apr 24 12:06:32 bullet-lin kernel: sky2 eth0: tx timeout
 Apr 24 12:06:32 bullet-lin kernel: sky2 eth0: transmit ring 1 .. 472
 report=1 done=1
 Apr 24 12:06:32 bullet-lin kernel: sky2 hardware hung? flushing
 Apr 24 12:06:32 bullet-lin kernel: sky2 eth0: transmit descriptor error
 (hardware problem)
 Apr 24 12:06:32 bullet-lin kernel: sky2 eth0: Link is down.
 Apr 24 12:06:38 bullet-lin kernel: sky2 eth0: Link is up at 1000 Mbps, full
 duplex, flow control both
 Apr 24 12:06:38 bullet-lin kernel: sky2 eth0: transmit descriptor error
 (hardware problem)
 Apr 24 12:06:38 bullet-lin kernel: sky2 eth0: Link is down.
 Apr 24 12:06:41 bullet-lin kernel: sky2 eth0: Link is up at 1000 Mbps, full
 duplex, flow control both
 Apr 24 12:06:41 bullet-lin kernel: sky2 eth0: transmit descriptor error
 (hardware problem)
 .
 
 I am running 2.6.20.4 X86-64 kernel
 
 With best regards,
 P. Trifonov  

I bet you have 88e8056 chip.  There is some problem with the bus interface
and the sky2 driver (and the vendor sk98lin driver), that causes all sorts
of out of order device access problems.  Still investigating

For 2.6.21, I ended up blacklisting this version of the chip until the problem
is resolved.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: PROBLEM: sky2 hangs

2007-04-24 Thread Peter Trifonov
Dear Stephen,


 I bet you have 88e8056 chip.  There is some problem with the 
Yes.
 bus interface and the sky2 driver (and the vendor sk98lin 
 driver), that causes all sorts of out of order device access 
 problems.  Still investigating
Windows driver works perfectly with it...

I can give you SSH access to that box if this can help you. 

With best regards,
P. Trifonov  


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: PROBLEM: sky2 hangs

2007-04-24 Thread Stephen Hemminger
On Tue, 24 Apr 2007 19:22:34 +0400
Peter Trifonov [EMAIL PROTECTED] wrote:

 Dear Stephen,
 
 
  I bet you have 88e8056 chip.  There is some problem with the 
 Yes.
  bus interface and the sky2 driver (and the vendor sk98lin 
  driver), that causes all sorts of out of order device access 
  problems.  Still investigating
 Windows driver works perfectly with it...


windows is still 32 bit
 I can give you SSH access to that box if this can help you. 

Thanks but I have a system with same problem.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: PROBLEM: sky2 hangs

2007-04-24 Thread Peter Trifonov
Dear Stephen,

  Windows driver works perfectly with it...
 windows is still 32 bit

I mean WinXP x64. I have not tried 32-bit 
Windows and Linux with this NIC. 

With best regards,
P. Trifonov  


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: PROBLEM: sky2 hangs

2007-04-03 Thread Peter Trifonov
Dear Stephen,
  I have got a PC based on Gigabyte GA-965P-S3 motherboard with an 
  integrated Marvell Yukon 88E8056 PCI-E gigabit ethernet controller.
 There have been several updates since 2.6.18. Please try and 
 reproduce with 2.6.20 or later kernel. Or contact the vendor 
 to update their kernel.

Thanks a lot!

After installing 2.6.20 kernel the NIC works perfectly!


With best regards,
P. Trifonov  


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: PROBLEM: sky2 hangs

2007-04-02 Thread Stephen Hemminger
On Mon, 2 Apr 2007 22:12:27 +0400
Peter Trifonov [EMAIL PROTECTED] wrote:

 Hello,
 
 I have got a PC based on Gigabyte GA-965P-S3 motherboard with an integrated
 Marvell Yukon 88E8056 PCI-E gigabit ethernet controller. 
 
 I am using OpenSuSe Linux 10.2 x64/SMP  with 2.6.18.2-34-default kernel.

There have been several updates since 2.6.18. Please try and reproduce with
2.6.20 or later kernel. Or contact the vendor to update their kernel.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html