This bug on the bugzilla.kernel.org: Bug 10910
http://bugzilla.kernel.org/show_bug.cgi?id=10910
--
Marvell Yukon 88E8040T controller can not be recognised
https://bugs.launchpad.net/bugs/239852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
Public bug reported:
lspci command shows:
07:00.0 Ethernet controller: Marvell Technology Group Ltd. Unknown
device 4355 (rev 12)
In fact to make it work you should add line
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4355) },
to table sky2_id_table in driver/net/sky2.c of linux kernel
But of corse i