home *** CD-ROM | disk | FTP | other *** search
- # This rule is a workaround for network cards which need firmware, but the
- # firmware request is triggered when it is set UP first time. Normally the
- # driver should be fixed, but we never know when the next broken driver appears.
- # It does normally not harm if you don't use such broken drivers.
- # Read /usr/share/doc/packages/sysconfig/README.Persistent_Interface_Names for
- # further information.
- #
- SUBSYSTEM=="net", ACTION=="add", KERNEL=="eth*|ath*|wlan*|ra*", SYSFS{address}=="*:00:00:00", IMPORT="/lib/udev/trigger_firmware_loading.sh %k"
-
-