home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / udev / rules.d / 29-net_trigger_firmware.rules < prev    next >
Text File  |  2007-02-24  |  553b  |  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:00:00:00", IMPORT="/lib/udev/trigger_firmware_loading.sh %k"
  9.  
  10.