mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* anyone got the same problem with DIGITAL 21143 network card ?
@ 2001-11-22 13:50 Ishak Hartono
  2001-11-22 15:01 ` listmail
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ishak Hartono @ 2001-11-22 13:50 UTC (permalink / raw)
  To: linux-kernel

I tried to compile 2.4.14 and successfully detect the digital 21143 network
card, however, i can't ping out

this is just a curiosity, because it works with my 2.2.17 kernel

the reason why i didn't move to 2.4.x yet because i got this problem with
2.4.5 as well and gave it a try again on 2.4.14 kernel

anyone know what should i check in the system  other than blaming on the
kernel ?

-Ishak-


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: anyone got the same problem with DIGITAL 21143 network card ?
@ 2001-11-22 15:37 Peter Kjellström
  2001-11-22 15:59 ` Martin Josefsson
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Kjellström @ 2001-11-22 15:37 UTC (permalink / raw)
  To: linux-kernel

I too have the same problem with atleast 2.4.9 and later (I think
it broke somewhere around 2.4.4). However, in my case there is a fix (not
a practical one though). Simply pull the ethernet cable out and plug it
back in again and it starts working.

I see no errors and the cards signal link and 100fdx.

I currently run 2.4.1 which is ok (tulip version 0.9.13a).

My card is a dlink 500TX detected (2.4.1) like this:


 Linux Tulip driver version 0.9.13a (January 20, 2001)
 PCI: Found IRQ 5 for device 00:09.0
 eth0: Digital DS21143 Tulip rev 65 at 0xbc00, 00:80:C8:F7:14:BA, IRQ 5.


some version info (guessing it broke somewhere around 2.4.4)
2.4.1      tulip-0.9.13a     OK
2.4.4-ac12 tulip-0.9.14e     bad*
2.4.6      tulip-0.9.15-pre6 bad*

* can't reboot the machine in question, but IIRC...


/Peter

On Thu, 22 Nov 2001, Ishak Hartono wrote:
> I tried to compile 2.4.14 and successfully detect the digital 21143
> network
> card, however, i can't ping out
>
> this is just a curiosity, because it works with my 2.2.17 kernel
>
> the reason why i didn't move to 2.4.x yet because i got this problem
> with
> 2.4.5 as well and gave it a try again on 2.4.14 kernel
>
> anyone know what should i check in the system  other than blaming on the
> kernel ?
>
> -Ishak-



^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: anyone got the same problem with DIGITAL 21143 network card ?
@ 2001-11-23 14:05 Peter Kjellström
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Kjellström @ 2001-11-23 14:05 UTC (permalink / raw)
  To: linux-kernel

On Thu, 22 Nov 2001, Juan Quintela wrote:

> Could you check if this patch makes your card work?

On my system it behaves no diffrent from 2.4.[14,15] vanilla :-(
My box still requires me to a disconnect/reconnect my ethernet cable with
these new tulip drivers... (resulting in that I still run 0.9.13a)

Here is what my kernel spits out during boot (2.4.15-final):

 Linux Tulip driver version 0.9.15-pre9-quintela (Nov 23, 2001)
 PCI: Found IRQ 5 for device 00:09.0
 tulip0:  EEPROM default media type Autosense.
 tulip0:  Index #0 - Media MII (#11) described by a 21142 MII PHY
 (3) block.
 tulip0:  MII transceiver #8 config 3100 status 782d advertising 01e1.
 eth0: Digital DS21143 Tulip rev 65 at 0xbc00, 00:80:C8:F7:14:BA, IRQ 5.
 .
 .
 .
 eth0: Setting full-duplex based on MII#8 link partner capability of 41e1.


and here is lspci for the NIC:

 00:09.0 Ethernet controller: Digital Equipment Corporation DECchip
 21142/43 (rev 41)
	Subsystem: D-Link System Inc DFE-500TX Fast Ethernet
	Flags: bus master, medium devsel, latency 32, IRQ 5
	I/O ports at bc00 [size=128]
	Memory at e8061000 (32-bit, non-prefetchable) [size=1K]
	Expansion ROM at <unassigned> [disabled] [size=256K]


ifconfig:

 eth0     Link encap:Ethernet  HWaddr 00:80:C8:F7:14:BA  
          inet addr:192.168.1.253  Bcast:192.168.1.255 Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:1 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:5 Base address:0xbc00 

...doing some pinging (no ans. then host unreachable)...

 eth0     Link encap:Ethernet  HWaddr 00:80:C8:F7:14:BA  
          inet addr:192.168.1.253  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:1 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:5 Base address:0xbc00 

> It works for me.
> Later, Juan.
> --- linux/drivers/net/tulip/21142.c.orig	Mon Nov  5 20:50:27 2001
> +++ linux/drivers/net/tulip/21142.c	Mon Nov  5 21:26:40 2001
> @@ -188,8 +188,9 @@
>                          int i;
>                          for (i = 0; i < tp->mtable->leafcount; i++)
>                                  if (tp->mtable->mleaf[i].media ==
> dev->if_port) {
> +					int startup = ! ((tp->chip_id ==
> DC21143 && tp->revision == 65));
>                                          tp->cur_index = i;
> -					tulip_select_media(dev, 1);
> +					tulip_select_media(dev, startup);
>                                          setup_done = 1;
>                                          break;
>                                  }
> --
> In theory, practice and theory are the same, but in practice they
> are different -- Larry McVoy
> -

/Peter


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

end of thread, other threads:[~2001-11-23 14:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-22 13:50 anyone got the same problem with DIGITAL 21143 network card ? Ishak Hartono
2001-11-22 15:01 ` listmail
2001-11-22 15:33 ` Sven Koch
2001-11-22 17:15 ` Russell King
2001-11-22 17:21 ` Peter Adebahr
2001-11-23  0:50 ` Juan Quintela
2001-11-22 15:37 Peter Kjellström
2001-11-22 15:59 ` Martin Josefsson
2001-11-23 14:05 Peter Kjellström

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

all inboxes | Powered by JetHome®