Quote:
Mm.. the driver won't find it unless it also shows up in /proc/pci (or the more modern, "lspci -v").

Aha! I didn't spot it in /proc/pci but it *does* show up with lspci -v:

Code:
  04:00.0 Ethernet controller: Marvell Technology Group Ltd.: Unknown device 4361 (rev 17)

Subsystem: Intel Corp.: Unknown device 3063
Flags: bus master, fast devsel, latency 0, IRQ 177
Memory at fe8fc000 (64-bit, non prefetchable) [size=16K]
I/O ports at c800 [size=256]
Expansion ROM at fe8c0000 [disabled] [size=16K]
Capabilities: [48] Power Management version 2
Capabilities: [50] Vital Product Data
Capabilities: [5c] Message Signalled Interrupts: 64bit+ Queue=0/1 Enable-
Capabilities: [e0] Express Legacy Endpoint IRQ 0
Capabilities: [100] Advanced Error Reporting


According to the driver readme it's supposed to show up as a "SysKonnect SK-98xx" but that seems to be synonymous with Marvell Yukon.

Any suggestions?

Rob