Dave,
For information on hardware found&used by linux you can always check in the
dmesg log
This log is accessible via SME-server-manager / Administration viewlogfiles / choose a log file to view - dmesg / ...
or (much easier via ssh)
/var/log/dmesg(use
mc to go there and
F3 or
nano /var/log/dmesg)
Note: Scroll down ... Ethernet comes after harddisk/raid and floppy
...it will say something like:
r8169 Gigabit Ethernet driver 1.2 loaded
ACPI: PCI interrupt 0000:01:08.0[A] -> GSI 5 (level, low) -> IRQ 5
r8169: NAPI enabled
divert: allocating divert_blk for eth1
eth1: Identified chip type is 'RTL8169s/8110s'.
eth1: RTL8169 at 0xce870000, 00:00:ff:cc:bb:22, IRQ 5
..so the above example pc does have a
r8169 chipset on irq5and the driver is
r8169 Gigabit Ethernet driver 1.2 That info and a fast Google search for an rpm should get you up and running...
Regards
Reinhold
(unfortuntely I am 'on the road' with no real access to a SME7.0 setup now - but the above is valid for all linux setups ) 