Damir Perisa schrieb:
> 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.

You can try this:

Create a script like this:

#!/bin/sh
echo $0 $* >> /somefile
env >> /somefile
echo -n -e "\n\n" >> /somefile

and add a udev rule to your custom rule file (like
/etc/udev/rules.d/00-custom.rules) like this:

RUN+="/path/to/the/above/script"

Then plug your your firewire device in an post the output from /somefile
here. This might help to debug the problem.

HTH
Thomas

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to