From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261303AbVHARDH (ORCPT ); Mon, 1 Aug 2005 13:03:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261301AbVHARDH (ORCPT ); Mon, 1 Aug 2005 13:03:07 -0400 Received: from [81.92.212.1] ([81.92.212.1]:41735 "EHLO zmail.pt") by vger.kernel.org with ESMTP id S261398AbVHARDC (ORCPT ); Mon, 1 Aug 2005 13:03:02 -0400 Subject: Re: [BUG] Tulip for ULi M5263: No packets transmitted From: Ricardo Bugalho To: jbenc@suse.cz Cc: linux-kernel@vger.kernel.org, Jeff Garzik In-Reply-To: <1122317171.7713.9.camel@localhost> References: <1122146524.7275.22.camel@localhost> <20050725141644.66ba4021@griffin.suse.cz> <1122317171.7713.9.camel@localhost> Content-Type: text/plain Date: Mon, 01 Aug 2005 18:01:37 +0100 Message-Id: <1122915697.7024.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-Authenticated-Sender: ricardo.b@zmail.pt X-Spam-Processed: smtp.zmail.pt, Mon, 01 Aug 2005 18:01:06 +0100 (not processed: spam filter disabled) X-Return-Path: ricardo.b@zmail.pt X-MDaemon-Deliver-To: linux-kernel@vger.kernel.org Reply-To: ricardo.b@zmail.pt Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello again. An update: the patch you suggested combined with a bios update have fixed the remaining issues. All is peachy now. Thanks everyone. On Mon, 2005-07-25 at 19:46 +0100, Ricardo Bugalho wrote: > Hello, > yes it does help. Thanks. > Still not perfect though, it gives a warning, reports to be working on > half-duplex and I can't use mii-tool with it. > > Here's the dmesg output (2.6.12.3 + patch): > Linux Tulip driver version 1.1.13 (May 11, 2002) > ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 17 (level, low) -> IRQ 17 > tulip0: EEPROM default media type Autosense. > tulip0: Index #0 - Media MII (#11) described by a 21140 MII PHY (1) > block. > tulip0: Index #1 - Media 10baseT (#0) described by a (128) > block. > tulip0: Index #2 - Media 10baseT (#0) described by a 21140 non-MII (0) > block. > tulip0: Index #3 - Media 10base2 (#1) described by a 21140 non-MII (0) > block. > tulip0: Index #4 - Media 10baseT-FDX (#4) described by a 21140 non-MII > (0) block. > tulip0: Index #5 - Media 100baseTx-FDX (#5) described by a 21140 > non-MII (0) block. > tulip0: ***WARNING***: No MII transceiver found! > eth0: ULi M5261/M5263 rev 64 at f884cc00, 00:0B:6A:D1:FC:B9, IRQ 17. > ... > eth0: Setting half-duplex based on MII#1 link partner capability of > ffff. > ... > > When I try to run mii-tool, it yields: > # mii-tool eth0 > SIOCGMIIPHY on 'eth0' failed: No such device > > > On Mon, 2005-07-25 at 14:16 +0200, Jiri Benc wrote: > > > Does tulip-fixes-for-uli5261.patch from -mm tree help? > > > -- Ricardo