![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
#541 |
|
Gee! These Aren't Roasted!
![]() |
Re: Creative Zen MP3 player working in Dapper using Gnomad
freakin god, i finally figured out how to organize my videos under folders in the Creative Zen Vision:M. I've searched everywhere, and couldnt find anywhere that really explained how to do it. Maybe I just was looking in the wrong places. So if what I did was really obvious, please ignore ;_;
Through accident, really, I figured out that I could use the command line mtp-* commands. Here's what I did under Feisty. You need the latest libmtp package (think hte name's actualy libmtp5 or soemthing) and you might need to run the following commands with sudo: make sure you can already transfer music/photos/videos to your vision m first (I will only show how to make folders and stuff) connect the zen vision m to your computer, and turn it on. 1. Run: Code:
mtp-folders 2. Make a new folder by running: Code:
mtp-connect --newfolder 108/NewName/a 3. Check that your new folder is there by running this again: Code:
mtp-folders 4. Transfer a video file into your new subfolder by running: Code:
mtp-sendfile /path/to/video/file/source.avi 345469 5. After the transfer is complete, check on your zen vision m (it should be "undocked" by now) to see that the video file is indeed in the new subfolder. 6. To password protect the new folder, make sure that you have assigned a 4-digit password and that "Protected Content" is set to "Show" under System-->Player Settings. Go to the Video folder, and click the Menu button while the subfolder you would like to protect is selected. Choose Protect, and the folder icon will now have an eye creeping out at you. Go back to settings and set "Protected Content" to "Hide". Now no one will be the wiser as to what you keep on ur zen vision m I hope this guide helped the many people who were stuck like me. Hope I saved some of you guys some time. To make a folder under Photos, you could do the same, and just use the Photos directory instead of hte Videos directory. OR, you could try to compile gnomad2 and use that (haven't tried that to see if it works yet). I had the repos version, and that's why I had to figure all this out. EDIT: I tried compiling gnomad2 2.8.11 and it still does not work. Some said that they got it to work, but I think that they have only succesfully transfered Music and their associated folders, not photos or videos. For photos and videos, you need to use the Data Transfer tab, and in that mode, gnomad2 would not allow me to move/create/copy any folders. As far as I know, using mtp-* is the fastest way to manage folders. MTPfs hasnt worked well for me, since nautilus displays the amount of free space as 0 B and navigating the folders usually have a 10 second to a few minutes of lag. Even the cp command doesnt work when it's mounted under mtpfs. Last edited by pingpongboss; April 3rd, 2007 at 12:08 AM.. Reason: updated |
|
|
|
|
#542 | |
|
Has an Ubuntu Drip
![]() |
Re: Creative Zen MP3 player working in Dapper using Gnomad
Quote:
__________________
How to make Firefox / Thunderbird print to kprinter seamlessly in KDE |
|
|
|
|
|
#543 |
|
Gee! These Aren't Roasted!
![]() |
Re: Creative Zen MP3 player working in Dapper using Gnomad
sweet, i'll make another thread if you or others report that my way works
it'd be glad to know that a whole day's worth of searching and cursing wasnt all for naught ^^ |
|
|
|
|
#544 |
|
Ubuntu Extra Shot
![]() Join Date: Feb 2006
Location: Switzerland
Beans: 368
Ubuntu 9.10 Karmic Koala
|
Re: Creative Zen MP3 player working in Dapper using Gnomad
Hi all,
since Feisty Fawn will be coming out soon enough and msak007 has already mentionned writing a new howto for Feisty Fawn, I thought perhaps we should test it a little beforehand, Since I am already running Feisty at the moment, I tried removing completely libmtp, and then reinstalling libmtp5 (0.1.3), libmtp5-dev (0.1.3), gnomad2 (2.8. As of this writing, my creative Zen microphoto is recognized by libmtp, recognized and seems to function normally in both gnomad2 and amarok! I guess others could give it a try but so far, on two different computers, it works. In that case, I guess the how to could be quite simple, explaining in details what can be done with what software and perhaps how to install the latest versions (gnomad2-2.8.11 and libmtp-0.1.4) and the reasons why someone would want to do this. Also, we might want to put a description of the capabilities of every option: rhythmbox vs amarok vs mtpfs vs gnomad2? Anyway, I think this is great news that we have basic support in Feisty without the need for compilation, we should give the users the simplest instructions on how to enable it and use it, then the more experienced users, or those with newer devices, can always compile newer packages. Ideas? Nic Last edited by ntetreau; April 3rd, 2007 at 02:50 PM.. |
|
|
|
|
#545 |
|
Ubuntu Extra Shot
![]() Join Date: Feb 2006
Location: Switzerland
Beans: 368
Ubuntu 9.10 Karmic Koala
|
Re: Creative Zen MP3 player working in Dapper using Gnomad
pingpongboss: I think it is great you found a way to do this. May I suggest giving mtpfs a try? With mtpfs, you can mount the device and use it transparently in nautilus, making folders, copy and pasting files including video as far as I'm concerned.
mtpfs can be installed this way: Code:
sudo aptitude install libfuse-dev libmad0-dev wget http://www.adebenham.com/mtpfs/mtpfs-0.3.tar.gz tar -xvzf mtpfs-0.3.tar.gz cd mtpfs-0.3 ./configure --prefix=/usr && make && sudo checkinstall From now on, you only need to issue this command in a terminal (you can add a button to the panel as well I guess): Code:
mtpfs ~/MTPdevice Nic Last edited by ntetreau; April 3rd, 2007 at 02:49 PM.. |
|
|
|
|
#546 | |
|
Gee! These Aren't Roasted!
![]() |
Re: Creative Zen MP3 player working in Dapper using Gnomad
Quote:
I made sure i was part of the FUSE group and that i have read/write permissions on the mount folder. The MTPfs sourceforge page has a single bug report where someone also said that he cannot add files through nautilus. Like the mtp-* commands, i havent found much resources for mtpfs where people actually explained if and how they got it to work. Hopefully mtpfs will get fixed and using that will be so much easier than the mtp-* commands. |
|
|
|
|
|
#547 |
|
Ubuntu Extra Shot
![]() Join Date: Feb 2006
Location: Switzerland
Beans: 368
Ubuntu 9.10 Karmic Koala
|
Re: Creative Zen MP3 player working in Dapper using Gnomad
I am contacting the developing to see if he can offer some help!
Nic |
|
|
|
|
#548 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2007
Beans: 15
|
Re: Creative Zen MP3 player working in Dapper using Gnomad
I get to step 12 and it is not able to install. It fails. This is my log. What can I do?
Code:
(Reading database ... 90170 files and directories currently installed.) Unpacking libnjb (from .../libnjb_2.2.5-1_i386.deb) ... dpkg: error processing /home/john/gnomad_install/libnjb-2.2.5/libnjb_2.2.5-1_i386.deb (--install): trying to overwrite `/usr/include/libnjb.h', which is also in package libnjb-dev dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /home/john/gnomad_install/libnjb-2.2.5/libnjb_2.2.5-1_i386.deb ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ (END) |
|
|
|
|
#549 | |
|
Girls can be geeks too!
![]() |
Re: Creative Zen MP3 player working in Dapper using Gnomad
Quote:
Can someone please fix the first page? Checkinstall on libnjb DOES NOT WORK!
__________________
LinuxChix | Linux User #432169 | Ubuntu User #8495 | IRC: maco @ irc.linuxchix.org or irc.freenode.net #ubuntu-audio-help can be useful for sound issues ![]() |
|
|
|
|
|
#550 |
|
Has an Ubuntu Drip
![]() |
Re: Creative Zen MP3 player working in Dapper using Gnomad
Sorry, I haven't had to compile libnjb from source in a long time, but checkinstall has worked for me every single time for everything else. If it fails due to an issue overwriting a file (which is clearly the problem here based on the output), you can always pass it the "--dpkgflags=--force-overwrite" flag (same as dpkg -f) to force an overwrite. I'll put that in there and a recommendation to try make install if it fails. If you have any other recommendations, please let me know.
__________________
How to make Firefox / Thunderbird print to kprinter seamlessly in KDE |
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|