--- trunk/hwinfo/emulate-hwsetup.sh 2011/11/04 11:06:57 1545 +++ trunk/hwinfo/emulate-hwsetup.sh 2015/07/23 15:40:36 2675 @@ -137,6 +137,12 @@ NETCARD_MODULE[${i}]="${NETCARD_MODULE_FB[${i}]}" fi + # exclude this driver if its still empty, the provided kernel does not support this hardware + if [[ -z ${NETCARD_MODULE[${i}]} ]] + then + continue + fi + # exclude unsupported drivers check_unsupported_drivers "${UNSUPPORTED_NETCARD_DRIVERS}" "${NETCARD_MODULE[${i}]}" || continue