On Monday 14 February 2011 11:23:54 Peter Chubb wrote: > >>>>> "DaZZa" == DaZZa <[email protected]> writes: > > DaZZa> Learned folks... Can someone shed some light for me on finding > DaZZa> which kernel module is loaded/providing the eth0 interface? > > as root, do > lspci -v > > It'll tell you which driver module is associated with each PCI device.
What he said, but if you don't know which hardware device eth0 is, also pay attention to the interrupt assigned to the device (the IRQ value in the third line). Since ifconfig shows you that as well (in the last line for the device), you can then match the hardware device to its name. -- Regards, Troy Rollo Solicitor Parry Carroll Commercial Lawyers Direct: (02) 8257 3177 Fax: (02) 9221 1375 Switch: (02) 9221 3899 E-mail: [email protected] Web: www.parrycarroll.com.au Liability limited by a scheme approved under Professional Standards Legislation This message and any attachments are confidential to Parry Carroll. If you have received it my mistake, please let us know by reply and then delete it from your system. You must not copy the message, alter it or disclose its contents to anyone. Thank you. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
