On 12/16/05, Damir Perisa <[EMAIL PROTECTED]> wrote: > of course, if module is loaded at boot, it works fine. however, i think > module loading in such simple cases (firewire storage) should be done > automatically, when device is attached or powered on.
Right, right - what I was asking is: if you turn on the actual device, at boot time, is sbp2 loaded automatically? The modules loaded at boot are just slightly different then the modules loaded via udev on a live system. I'm pretty sure hwdetect checks for ieee1394 devices and loads sbp2 if any are found - it's probably just not in the udev rules. However, the reason I want you to check is that both might be using the same sort of "if ieee1394" logic and the logic might not be working right. If hwdetect loads sbp2 at boot, then the udev rules can be corrected. However, if neither work properly, then both have to be fixed. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
