Comment 4 for bug 529524

Revision history for this message
Huygens (huygens-25) wrote :

While investigating another bug for Lucid (Bug #548513), I have found out a patch that work while using the new kernel stack with Lucid Lynx Beta 2.
The patch requires changing /lib/udev/rules.d/85-hdparm to:
ACTION=="add", SUBSYSTEM=="block", KERNEL=="[sh]d[a-z]", \
 ENV{ID_PATH}!="pci-*-ieee1394-*|pci-*-usb-*", \
 RUN+="/lib/udev/hdparm"