View previous topic :: View next topic |
Author |
Message |
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Thu Jul 29, 2004 2:09 am Post subject: ipod mini and linux? |
|
|
I'm really thinking of getting an ipod mini.
I'm no expert in this area.
IIRC they come formated in HFS right? I've heard I can format this to FAT32.. do I need a windows box to do the format or will the dos formatting tools on linux work?
Also can I use gnupod and gtkpod to manipulate the ipod mini?
Anything to watchout for? |
|
Back to top |
|
|
Silvervain n00b
Joined: 08 Jul 2004 Posts: 2
|
Posted: Thu Jul 29, 2004 12:50 pm Post subject: IPOD Mini |
|
|
Hi,
I've not played with the IPOD mini but unless you really want to reformat it to fat32 you can leave it as HFSPlus. I've got my mac formated IPOD hooked up to my Gentoo box and quite happily transfered 25Gig of music last night without a hitch.
I'd assume (but maybe completely wrong) that GTKPod would work as the mini is just a smaller version of the standard IPOD but it might be worth checking on http://www.ipodlounge.com/ I find those forums pretty good for info.
My personal preference is to the use firewire rather than usb to connect and with udev it's pretty much pop an entry into fstab plug in and go. Only thing to remember is that you have to remove the sbp2 module otherwise after unmounting the IPOD still doesn't show ok to disconnect.
Regards
Silvervain |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Thu Jul 29, 2004 9:58 pm Post subject: |
|
|
thanks for the response.
Is the sbp2 module only for the firewire connection? |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Wed Aug 04, 2004 6:19 am Post subject: |
|
|
Okay I got a mini it works with gtkpod and USB.
Unfortunatly once I plug the USB in it shows the "do not disconnect screen", then I mount the pod and use gtkpod, Then I unmount the pod. But he screen keeps saying do not disconnect,
I suspect if I unload the usb module (like you do the firefire) it will be okay but thats compiled in the kernel and I don't want to unload the module because I have other devices in use. So basically I do disconnect it as I figure if its not writing anything and is unmounted its okay |
|
Back to top |
|
|
Sgaduuw Tux's lil' helper
Joined: 17 Sep 2002 Posts: 133 Location: Rotterdam, Netherlands
|
Posted: Wed Aug 04, 2004 10:11 am Post subject: |
|
|
to get rid of that message, unload the sbp2 module:
_________________ my website |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Wed Aug 04, 2004 10:30 am Post subject: |
|
|
I thought sbp2 was for firewire (I'm using usb) ? I don't think I have spb2 even enabled in the kernel |
|
Back to top |
|
|
HighOnBonsai Apprentice
Joined: 05 Jan 2004 Posts: 260
|
Posted: Wed Aug 04, 2004 5:31 pm Post subject: |
|
|
@ASIO_BOB: Try
Replace sda with your iPod device! This worked for me and I am using my iPod via USB
Christopher _________________ Are YOU high - on bonsai? |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Thu Aug 05, 2004 12:59 am Post subject: |
|
|
the humble eject! I forgot about that |
|
Back to top |
|
|
dat Apprentice
Joined: 04 Jun 2004 Posts: 186 Location: Location: Location: Location: Location: Location:
|
Posted: Tue Sep 21, 2004 5:41 pm Post subject: |
|
|
ASIO_BOB wrote: | Okay I got a mini it works with gtkpod and USB.
|
What does your directory structure look like with the mini? I'm trying to setup the mini w/ gtkpod and firewire, but I don't seem to be having much luck. If I load songs in windows, it puts it in directories with a ~1 at the end. Such as ipod_c~1 instead of ipod_con (Probably because its fat32). Anyway, gtkpod uses ipod_con instead of ipod_c~1.
Basically, the end result is that no matter what songs I copy over with gtkpod, they don't play on the mini. The playlists don't even show up.
BTW, I can mount the ipod fine (rw). _________________ HASH BANG SLASH BIN SLASH BASH
in a world without fences, who needs gates? |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Tue Sep 21, 2004 11:36 pm Post subject: |
|
|
I allowed the gtkpod to create the directory structure.
Code: |
sura@synapse sura $ ls /mnt/ipod/ -l
total 16
drwx------ 2 sura users 4096 Aug 22 15:15 Calendars
drwx------ 2 sura users 4096 Aug 22 15:15 Contacts
drwx------ 2 sura users 4096 Aug 22 15:35 Notes
drwx------ 5 sura users 4096 Aug 22 15:15 iPod_Control
|
Code: | ls /mnt/ipod/iPod_Control/
Device Music iTunes |
Code: |
ls /mnt/ipod/iPod_Control/Music/
f00 f02 f04 f06 f08 f10 f12 f14 f16 f18
f01 f03 f05 f07 f09 f11 f13 f15 f17 f19
|
inside the f* directorys I have mp3 files, that start with gtkpod gtkpodXXXX.mp3 where X is a number |
|
Back to top |
|
|
dat Apprentice
Joined: 04 Jun 2004 Posts: 186 Location: Location: Location: Location: Location: Location:
|
Posted: Wed Sep 22, 2004 12:09 am Post subject: |
|
|
Strange..
This is what happened:
Code: |
dat@grendel dat $ mount /mnt/ipod
dat@grendel dat $ cd /mnt/ipod
dat@grendel ipod $ rm -rf *
dat@grendel ipod $ ls -la
total 8
drwxr--r-- 2 dat users 4096 Sep 21 20:06 .
drwxr-xr-x 12 root root 4096 Sep 6 15:49 ..
|
Here is where I created the directories via gtkpod
Code: |
dat@grendel ipod $ ls
calendar contacts ipod_con
dat@grendel ipod $
|
Even though gtkpod says it's making Ipod_Control, it ends up being ipod_con. Does this have something to do with me using firewire? What would cause this? _________________ HASH BANG SLASH BIN SLASH BASH
in a world without fences, who needs gates? |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Wed Sep 22, 2004 6:17 am Post subject: |
|
|
hmm interesting, what version of gtkpod are you using?
I dobut its due to firewire.
If anything contact the developer of gtkpod, he responds quickly |
|
Back to top |
|
|
dat Apprentice
Joined: 04 Jun 2004 Posts: 186 Location: Location: Location: Location: Location: Location:
|
Posted: Wed Sep 22, 2004 11:08 am Post subject: |
|
|
ASIO_BOB wrote: | hmm interesting, what version of gtkpod are you using?
I dobut its due to firewire.
If anything contact the developer of gtkpod, he responds quickly |
My version of gtkpod is 0.80-2 _________________ HASH BANG SLASH BIN SLASH BASH
in a world without fences, who needs gates? |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Wed Sep 22, 2004 11:19 am Post subject: |
|
|
okay thats what I have as well, I tihnk you should visit http://gtkpod.sf.net and email the author or mailing list. The only difference between you and I is that i'm using USB2. I'm using the fat32 for the filesystem |
|
Back to top |
|
|
dat Apprentice
Joined: 04 Jun 2004 Posts: 186 Location: Location: Location: Location: Location: Location:
|
Posted: Wed Sep 22, 2004 12:30 pm Post subject: |
|
|
ASIO_BOB wrote: | okay thats what I have as well, I tihnk you should visit http://gtkpod.sf.net and email the author or mailing list. The only difference between you and I is that i'm using USB2. I'm using the fat32 for the filesystem |
What does your fstab entry look like for it? Mine looks like this:
Code: | /dev/sda2 /mnt/ipod [B]auto[/B] noauto,users
0 0
|
I just want to make sure it's not something stupid going on my end before I bug the developer.
UPDATE:
It looks like I did have a little error in my fstab. auto should've been vfat. If I mount it as vfat, I do get this now:
Code: | dat@grendel ipod $ ls
Calendars Contacts Notes calendar iPod_Control ipod_con
|
The extra folders are a bit strange (calendar and ipod_con), but I'll have to wait until I can get home to try the "Create Directories" in gtkpod again. Hopefully, that was my problem. _________________ HASH BANG SLASH BIN SLASH BASH
in a world without fences, who needs gates? |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Wed Sep 22, 2004 12:49 pm Post subject: |
|
|
ahh I'm using vfat in fstab.
I suggest deleting the directories, and then using gtkpod to recreate them, hopefully the correct set will be made |
|
Back to top |
|
|
dat Apprentice
Joined: 04 Jun 2004 Posts: 186 Location: Location: Location: Location: Location: Location:
|
Posted: Thu Sep 23, 2004 3:16 am Post subject: |
|
|
ASIO_BOB wrote: | ahh I'm using vfat in fstab.
I suggest deleting the directories, and then using gtkpod to recreate them, hopefully the correct set will be made |
It looks like that did the trick. I went back, blew everything off the ipod again. Made sure it was mounted as vfat, recreated the directories, and copied over music. This time though, the music actually showed up!
I wonder what it was mounting it as if it wasn't vfat. _________________ HASH BANG SLASH BIN SLASH BASH
in a world without fences, who needs gates? |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Thu Sep 23, 2004 4:21 am Post subject: |
|
|
probably mounted it with a fat 8.3 fs, notice that ipod_con is 8 chars long, much like calandar |
|
Back to top |
|
|
|