With a Sony camera, when i plug it (USB) : a directory is created (/mnt/memory_card) but it doesn't mount the device into !
So i have to mount it handly ( mount -t vfat /dev/sdb1 /mnt/memory_card
).
Is it a bug in /etc/dynamic/scripts/camera.script or something else?
I had to modify /etc/dynamic/scripts/visor.script to make work my sony
Cli� too with :
--------- BEGIN HERE ---------
# License : GPL
# Purpose : script run when a new visor or palm is plugged.
#---------------------------------------------------------------
. /etc/dynamic/scripts/functions.script
check_activated $0
#OLD SCRIPT :
#if [ $1 = add ]; then
# ln -sf $2 /dev/pilot
#else
# rm -f /dev/pilot
#fi
if [ $1 = add ]; then
ln -sf $2 /dev/pilot && chmod 666 $2
else
rm -f /dev/pilot
fi
call_hooks $1 visor $2 ""
--------- END HERE ---------
--
Diplomacy is to do and say, the nastiest thing in the nicest way.
-- Balfour
signature.asc
Description: PGP signature
