[mythtv-users] [OT]Mandrake 10 network driver for a pundit-r

Steven mythmail at richardstraat.homedns.org
Mon Jul 19 06:49:50 EDT 2004


Stephen Roebuck wrote:

> Hi
> 
> I have a Pundit-r running mandrake 10 but I'm having problems locating a 
> driver for the network card. It is a ATI IXP200 integrated MAC + RealTek 
> 8201BL PHY, can anybody help?
> 
> Cheers Steve
> 

You'll have to patch the current 3c59x kernel module to get it working :
http://www.linuxformat.co.uk/modules.php?op=modload&name=phpBB_14&file=index&action=viewtopic&topic=8221&forum=16&4

Attached is a patch for the 2.4.26 3com module :

Use the attached patch (or manually edit the file) to your
/usr/src/linux/drivers/net/3c59x.c file and rebuild your kernel modules.
(make modules / make modules install)

Or just rebuild the 3c59x module.
To compile : gcc -DMODULE -D__KERNEL__ -O6 -c 3c59x.c
To install : install -m 644 3c59x.o /lib/modules/`uname -r`/net/




-------------- next part --------------
--- 3c59x.c.orig2.4.26	2003-11-28 19:26:20.000000000 +0100
+++ 3c59x.c	2004-06-12 16:46:01.000000000 +0200
@@ -447,6 +447,7 @@
 	CH_3CCFEM656_1,
 	CH_3C450,
 	CH_3C920,
+	CH_3C9202,
 	CH_3C982A,
 	CH_3C982B,
 
@@ -545,6 +546,8 @@
 	 PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_NWAY|HAS_HWCKSM, 128, },
 	{"3c920 Tornado",
 	 PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_NWAY|HAS_HWCKSM, 128, },
+        {"3c9202 Tornado",
+	 PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_HWCKSM, 128, }, 
 	{"3c982 Hydra Dual Port A",
 	 PCI_USES_IO|PCI_USES_MASTER, IS_TORNADO|HAS_HWCKSM|HAS_NWAY, 128, },
 	{"3c982 Hydra Dual Port B",
@@ -599,6 +602,7 @@
 	{ 0x10B7, 0x6564, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3CCFEM656_1 },
 	{ 0x10B7, 0x4500, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C450 },
 	{ 0x10B7, 0x9201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C920 },
+        { 0x10B7, 0x9202, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C9202 }, 
 	{ 0x10B7, 0x1201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C982A },
 	{ 0x10B7, 0x1202, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C982B },
 



More information about the mythtv-users mailing list