#!/bin/sh # just load PCI Ethernet recommended modules MODULES="`pciscan -c 002 -r`" [ -n "$MODULES" ] && modprobe $MODULES