home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / udev / rules.d / 29-net_trigger_firmware.rules < prev    next >
Encoding:
Text File  |  2006-11-29  |  546 b   |  10 lines

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