[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#277655: Debian bug report



reassign 277655 discover1-data
tags 277655 patch
thanks

Hi,

At Thu, 21 Oct 2004 17:15:34 +0200,
Christian Perrier wrote:
> Quoting hallelu@nature.tsukuba.ac.jp (hallelu@nature.tsukuba.ac.jp):
> 
> > My `FEtherII CB-TXD' NIC(card bus) is not detected.  So I have removed
> > Debian and installed Plamo Linux 4.1[*] which can detect CB-TXD.
> > So `uname -a' and 'lspci' output is not Debian system.
> > 
> > Here is information of Useing FEtherII CB-TXD in RedHat 7.2:
> >      http://www.corega.co.jp/product/os/redhatj72.txt
> 
> In Japanese..:-)
> 
> Well, looks like the drivers for this card are binary-only drivers, so
> unless the manufacturer provides drivers compiled for the Debian
> kernel flavours, there is no chance that Debian can support this out
> of the box....

Nope, this isn't a problem with proprietary :-)

I translated some points:
------------------------------------------------------------------------
* corega EtherII PCC-TD works with pcnet_cs.o, but needs to write down
  following to /etc/pcmcia/config.

card "corega EtherII PCC-TD"
version "corega K.K.", "corega EtherII PCC-TD"
bind "pcnet_cs" 

* corega FEtherII CB-TXD works with realtek_cb.o, but needs to apply a
  patch to kernel source.

--- drivers/net/8139too.org     Mon Jun 24 17:03:55 2002
+++ drivers/net/8139too.c       Mon Jun 24 17:05:46 2002
@@ -272,6 +272,7 @@
        { "Delta Electronics 8139 10/100BaseTX", RTL8139_CAPS },
        { "Addtron Technolgy 8139 10/100BaseTX", RTL8139_CAPS },
        { "D-Link DFE-538TX (RealTek RTL8139)", RTL8139_CAPS },
+       { "corega FEtherII CB-TXD", RTL8139_CAPS },
        { "RealTek RTL8129", RTL8129_CAPS },
 };

@@ -284,6 +285,7 @@
        {0x1500, 0x1360, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DELTA8139 },
        {0x4033, 0x1360, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ADDTRON8139 },
        {0x1186, 0x1300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DFE538TX },
+       {0x1259, 0xa11e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139_CB },

 #ifdef CONFIG_8139TOO_8129
        {0x10ec, 0x8129, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8129 },

* corega FEtherII PCC-TXD isn't supported yet.

But in my observation, 8139too patch is already applied into kernel 2.4.27/2.6.8.
        {0x1259, 0xa11e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
------------------------------------------------------------------------

...OK, I find what's the problem.
Current discover1-data hasn't DB for 1259a11e.
Here is a patch for discover1-data.

--- pci.lst.org 2004-10-22 09:14:33.000000000 +0900
+++ pci.lst     2004-10-22 09:15:51.000000000 +0900
@@ -3227,6 +3227,7 @@
 1259 Allied Telesyn International
        12592560        ethernet        e100    AT-2560 Fast Ethernet Adapter (i82557B)
        1259a117        ethernet        8139too RTL81xx Fast Ethernet
+       1259a11e        ethernet        8139too RTL81xx Fast Ethernet
        1259a120        ethernet        unknown 21x4x DEC-Tulip compatible 10/100 Ethernet
 125a ABB Power Systems
 125b Asix Electronics Corporation

Thanks,
-- 
Kenshi Muto
kmuto@debian.org



Reply to: