Am 27.06.2014 04:04, schrieb Tommaso Colombo:
> IMHO, that is the actual cause for this bug: whenever a scsi_device
> appears, the RUN clause of the generic module loading rule
> ENV{MODALIAS}=="?*", RUN{builtin}="kmod load $env{MODALIAS}"
> at /lib/udev/rules.d/80-drivers.rules:5, which would have loaded sd_mod,
> is overwritten by the RUN clause of the sg-specific rule.
>
> The fix would simply be to change the RUN clause of the sg-specific rule
> from
> RUN{builtin}="kmod load sg"
> to
> RUN{builtin}+="kmod load sg"
> This change fixes the problem on my system.
>
> What do you think?I think your analysis is absolutely correct. Will change the rule back to use the kmod builtin. Thanks! Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature

