Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ipod mini works
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
littlebuddy
n00b
n00b


Joined: 11 Jul 2003
Posts: 35
Location: Boulder, CO, USA

PostPosted: Sun Feb 22, 2004 12:02 am    Post subject: ipod mini works Reply with quote

I went and picked up my ipod mini today and got it working in gentoo without too much hassle. Just in case people were wondering whether it worked or not.

High-level overview of process:
Use latest 2.4.22 kernel (for HFS+ r/w) and build app. usb modules.
emerge gnupod
emerge hfsplusutils

plug in ipod and make sure the following modules are loaded (I only have usb 1.1 on my computer):
usbcore
usb-storage
usb-ohci

The mountable partition showed up for me as /dev/sda3.

Issue the following commands to mount the ipod
hpmount /dev/sda3
mount -o rw -t hfsplus /dev/sda3 /mnt/ipod

Then follow the instructions in gnupod documentation.

When you want to unmount, issue the following:
umount /mnt/ipod
rmmod usb-ohci

Your ipod should say it's safe to disconnect, and it should have all the songs.

Happy trails.
Back to top
View user's profile Send private message
SeaPig
n00b
n00b


Joined: 18 Jun 2002
Posts: 70

PostPosted: Fri Mar 05, 2004 8:59 pm    Post subject: Reply with quote

When I plug my ipod in I don't get a sda3.
I have /dev/sda, but it doesn't show any partitions.

I have hfs support and have even mounted the ipod via
/dev/scsi/host1/bus0/target0/lun0/disc
but it wasn't the music directory. There was a Notes, Calendar and a few other Directories.

are there any other kernel scsi options I need?
Back to top
View user's profile Send private message
littlebuddy
n00b
n00b


Joined: 11 Jul 2003
Posts: 35
Location: Boulder, CO, USA

PostPosted: Fri Mar 05, 2004 9:19 pm    Post subject: Reply with quote

SeaPig wrote:

I have hfs support and have even mounted the ipod via
/dev/scsi/host1/bus0/target0/lun0/disc
but it wasn't the music directory. There was a Notes, Calendar and a few other Directories.

I think that's the partition you want. If you can read the filesystem (and it seems like you can), you've got the right partition.

Do a 'df -h' and make sure the filesystem reports the correct size (mine reports 3.8 gigs).

Once you've got that set up the gnupod documentation should cover everything else.
Back to top
View user's profile Send private message
zerocross
n00b
n00b


Joined: 27 Aug 2002
Posts: 5

PostPosted: Sat Mar 06, 2004 1:41 pm    Post subject: Reply with quote

Are u able to copy (via bash or whateva) the mp3 files to the ipod and thats it - u can select em and play them on the ipod?
_________________
Dale Cooper: Harry, I have no idea where this will lead us, but I have a definite feeling it will be a place both wonderful and strange.
Back to top
View user's profile Send private message
littlebuddy
n00b
n00b


Joined: 11 Jul 2003
Posts: 35
Location: Boulder, CO, USA

PostPosted: Sat Mar 06, 2004 11:47 pm    Post subject: Reply with quote

zerocross wrote:
Are u able to copy (via bash or whateva) the mp3 files to the ipod and thats it - u can select em and play them on the ipod?

Yep. I use the gnupod command gnupod_addsong.pl, but everything works great. Making playlists is a little bit of a hassle (editing an xml file), but all the songs show up.
Back to top
View user's profile Send private message
maj
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2002
Posts: 92

PostPosted: Sun Mar 07, 2004 4:37 pm    Post subject: Reply with quote

littlebuddy wrote:
zerocross wrote:
Are u able to copy (via bash or whateva) the mp3 files to the ipod and thats it - u can select em and play them on the ipod?

Yep. I use the gnupod command gnupod_addsong.pl, but everything works great. Making playlists is a little bit of a hassle (editing an xml file), but all the songs show up.


not quite what zerocross was asking, you cant just mount the hd and copy mp3's the the hd, you need to use an tool that updates the iTunes DB file on the ipods HD, in this case littlebuddy used gnupod_addsong.pl, which copies the file and then updates the ipod so it knows where it is
Back to top
View user's profile Send private message
littlebuddy
n00b
n00b


Joined: 11 Jul 2003
Posts: 35
Location: Boulder, CO, USA

PostPosted: Sun Mar 07, 2004 6:10 pm    Post subject: Reply with quote

Yeah, I haven't tried copying the files via bash. I don't know if that will work. But it's basically just as easy with the gnupod utils.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum