OK, hopefully this is going in the right forum this time...
I have a Creative Zen Vision M 30gb, and music I would like to transfer from the computer to it.
Problem: nothing works.
gnomad2 - segfaults while trying to read the player. Lots of bug reports on its web page, unanswered --> ball dropped?
kzenexplorer - "Could not find any jukeboxes", exits.
Mounting using mtpfs:
Works, and transfers files, but the player never recognizes them as songs, and stores them in the wrong places.
All I can find by searching is all the bubbly stuff about how well it works. Must be flipping to some other dimension, 'cause here, it's flat dead.
Any tricks I may have missed?
I have a Creative Zen Vision M 30gb, and music I would like to transfer from the computer to it.
Problem: nothing works.
gnomad2 - segfaults while trying to read the player. Lots of bug reports on its web page, unanswered --> ball dropped?
kzenexplorer - "Could not find any jukeboxes", exits.
Mounting using mtpfs:
Code:
$ sudo apt-get install libmtp mtptools mtpfs $ sudo mkdir /media/MyZen $ sudo chmod 775 /media/MyZen Next, plug in your player and mount it: $ sudo mtpfs -o allow_other /media/MyZen
All I can find by searching is all the bubbly stuff about how well it works. Must be flipping to some other dimension, 'cause here, it's flat dead.
Any tricks I may have missed?
Comment