szenekonzept / xpud

Automatically exported from code.google.com/p/xpud
1 stars 0 forks source link

Ethernet driver 8139too not included #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Try to run xPUD 0.92 on a machine with an 8139too card
2.  Notice that the network is not detected

What is the expected output? What do you see instead?
It should have detected and configured the network card. 
Dmesg shows this warning from the 8139cp kernel module:
[    2.322757] <6>8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.322820] 8139cp 0000:00:0d.0: This (id 10ec:8139 rev 10) is not an 8139C
+ compatible chip, use 8139too

What version of the product are you using? On what operating system?
xPUD 0.92 booting from CD.

Please provide any additional information below.
I put a second card I had handy that externally looks almost exactly the same 
in the computer and it worked. (I'm using it now to send this message).  It is 
probably irrelevant, but here is the dmesg output for the working card:
[    2.695736] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[    2.695805] ne2k-pci 0000:00:0b.0: enabling device (0000 -> 0001)
[    2.696808] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[    2.696818] PCI: setting IRQ 11 as level-triggered
[    2.696833] ne2k-pci 0000:00:0b.0: PCI INT A -> Link[LNKB] -> GSI 11 (level
, low) -> IRQ 11
[    2.714962] eth0: RealTek RTL-8029 found at 0xb000, IRQ 11, 00:00:e8:48:ec:
01.

Original issue reported on code.google.com by hacke...@gmail.com on 28 Jul 2010 at 10:03