By the way, under PCI Devices in System Profiler it says, "This computer does not appear to have any PCI cards installed." I know that the card is installed correctly because it works in XP Pro, which is installed on another partition. I'm not sure if the PCI interface works on this motherboard or not. Does anyone else know?
Edit: Okay, I just read that System Profiler has a problem listing PCI devices. Using DPCIManager I could see all of my PCI devices. The RTL8139D card is listed at address 1904:8139. Do I need to tweak AppleRTL8139Ethernet.kext to get this to work?
Update: I added my vendor and device IDs to Info.plist of AppleRTL8139Ethernet.kext, repaired permissions, and reset the kext cache. The card is now being detected during startup, but in the initAdapter function, both the software and hardware resets are failing. I've added the output of "sudo dmesg" below.
Thanks,
Alex
CODE
alex-parkinsons-mac-pro:~ alex$ sudo dmesg | grep "8139"
com_apple_driver_RTL8139: vendorID = 0x1904 deviceID = 0x8139 revisionID = 0x0001
com_apple_driver_RTL8139: found PIO accessor at febffc00
com_apple_driver_RTL8139: found MMIO accessor at E801
com_apple_driver_RTL8139: using PIO access mode...
com_apple_driver_RTL8139: io access at csrBase=2df19c00.
com_apple_driver_RTL8139: Software reset failed...
com_apple_driver_RTL8139: Attempting hard reset...
com_apple_driver_RTL8139: chip reset timed out
com_apple_driver_RTL8139: initAdapter() failed
com_apple_driver_RTL8139: vendorID = 0x1904 deviceID = 0x8139 revisionID = 0x0001
com_apple_driver_RTL8139: found PIO accessor at febffc00
com_apple_driver_RTL8139: found MMIO accessor at E801
com_apple_driver_RTL8139: using PIO access mode...
com_apple_driver_RTL8139: io access at csrBase=2df19c00.
dsmos: Starting...com_apple_driver_RTL8139: Software reset failed...
com_apple_driver_RTL8139: Attempting hard reset...
com_apple_driver_RTL8139: chip reset timed out
com_apple_driver_RTL8139: initAdapter() failed
com_apple_driver_RTL8139: vendorID = 0x1904 deviceID = 0x8139 revisionID = 0x0001
com_apple_driver_RTL8139: found PIO accessor at febffc00
com_apple_driver_RTL8139: found MMIO accessor at E801
com_apple_driver_RTL8139: using PIO access mode...
com_apple_driver_RTL8139: io access at csrBase=2df19c00.
com_apple_driver_RTL8139: Software reset failed...
com_apple_driver_RTL8139: Attempting hard reset...
com_apple_driver_RTL8139: chip reset timed out
com_apple_driver_RTL8139: initAdapter() failed
com_apple_driver_RTL8139: vendorID = 0x1904 deviceID = 0x8139 revisionID = 0x0001
com_apple_driver_RTL8139: found PIO accessor at febffc00
com_apple_driver_RTL8139: found MMIO accessor at E801
com_apple_driver_RTL8139: using PIO access mode...
com_apple_driver_RTL8139: io access at csrBase=2df19c00.
com_apple_driver_RTL8139: Software reset failed...
com_apple_driver_RTL8139: Attempting hard reset...
com_apple_driver_RTL8139: chip reset timed out
com_apple_driver_RTL8139: initAdapter() failed
com_apple_driver_RTL8139: vendorID = 0x1904 deviceID = 0x8139 revisionID = 0x0001
com_apple_driver_RTL8139: found PIO accessor at febffc00
com_apple_driver_RTL8139: found MMIO accessor at E801
com_apple_driver_RTL8139: using PIO access mode...
com_apple_driver_RTL8139: io access at csrBase=2df19c00.
dsmos: Starting...com_apple_driver_RTL8139: Software reset failed...
com_apple_driver_RTL8139: Attempting hard reset...
com_apple_driver_RTL8139: chip reset timed out
com_apple_driver_RTL8139: initAdapter() failed
com_apple_driver_RTL8139: vendorID = 0x1904 deviceID = 0x8139 revisionID = 0x0001
com_apple_driver_RTL8139: found PIO accessor at febffc00
com_apple_driver_RTL8139: found MMIO accessor at E801
com_apple_driver_RTL8139: using PIO access mode...
com_apple_driver_RTL8139: io access at csrBase=2df19c00.
com_apple_driver_RTL8139: Software reset failed...
com_apple_driver_RTL8139: Attempting hard reset...
com_apple_driver_RTL8139: chip reset timed out
com_apple_driver_RTL8139: initAdapter() failed
