You are not logged in.
I'm trying to let HAL mount my Creative Zen mp3 player. It uses the libmtp protocol and I can mount it manually through mtpfs.
But is it possible to let HAL mount the device when I insert it?
Thanks for any suggestions!
Offline
http://frozenfox.freehostia.com/linuxho … x_ZenMicro
This is how I fixed mounting for my zen micro.. I'm not sure if it's what you want, but perhaps it will be of use to you, particularly since it contains rules for all sorts of devices. Note however that I wrote this down quite a long time ago, so I'm not sure whether it is still relevant.
Last edited by FrozenFox (2009-02-08 20:23:29)
Offline
Thanks, already found that one and it doesn't make HAL automount the device unfortunately.
Offline
Bump.
Offline
i've had a zen vision:m 60gb for a while, with recent releases of libmtp 3, i cant even connect it, keep getting something about mismatched something. and theres no way for hal to automount it, that i know
this is a signature
Offline
http://frozenfox.freehostia.com/linuxho … x_ZenMicro
This is how I fixed mounting for my zen micro.. I'm not sure if it's what you want, but perhaps it will be of use to you, particularly since it contains rules for all sorts of devices. Note however that I wrote this down quite a long time ago, so I'm not sure whether it is still relevant.
i used that rule, now lsusb recognize the device, but the automount doesn't work. how i can mount that device? also fdisk doesn't recognize the device
Offline
FrozenFox wrote:http://frozenfox.freehostia.com/linuxho … x_ZenMicro
This is how I fixed mounting for my zen micro.. I'm not sure if it's what you want, but perhaps it will be of use to you, particularly since it contains rules for all sorts of devices. Note however that I wrote this down quite a long time ago, so I'm not sure whether it is still relevant.
i used that rule, now lsusb recognize the device, but the automount doesn't work. how i can mount that device? also fdisk doesn't recognize the device
fdisk won't work because mtp is not a filesystem of any kind. You can manually mount the zen by using some udev rule like
ATTRS{product}=="Creative ZEN", SYMLINK+="libmtp-%k", MODE="666", GROUP="audio"
And then mount /dev/libmtp-.... to /mnt/zen
Offline
thank you
Offline