LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-01-2006, 05:37 PM   #1
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Rep: Reputation: 30
Installing iPod Nano


Can anyone please walk me threw the process of installing my iPod to use with gtkpod? I'm using Gnome if you need that.

Thanks.
 
Old 10-02-2006, 02:43 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
You don't need a special installation.

1) plug the device in -- it should say something like "connected".
2) see which device file name it's using; dmesg and /proc might help here. Probably something like /dev/sda1 or /dev/sde1.
3) Try to mount it, this is needed. Probably add a line to your /etc/fstab

/dev/sda1 /mnt/ipod auto rw,umask=022,noauto 0 0

4) Now that you know where it gets mounted when you plug it in (you don't need to add the fstab-entry if it gets automounted), open up gtkpod.
5) Open gtkpod's settings, find the box where it asks for the mountpoint of the device - write here the place where you can access your ipod (like /mnt/ipod in my example)
6) After this you should be able to just plug your iPod in, then click the gtkpod's button to read the database from your ipod and work with it. Remember to make sure it's umounted before you eject it from the pc.

In my opinion Amarok can handle iPods way better than gtkpod, but if you're using Gnome, you might like the outlook of gtkpod better. Basically you only need to get your iPod mounted (as a normal usb device), then tell gtkpod where it gets mounted and that's it; gtkpod should know how to deal with the rest.
 
Old 10-02-2006, 06:14 PM   #3
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Thanks for the reply. There is nothing in my /mnt folder.

This is the output dmesg gives me:

V
Code:
endor: Apple     Model: iPod              Rev: 1.62
  Type:   Direct-Access                      ANSI SCSI revision: 00
SCSI device sda: 1999871 512-byte hdwr sectors (1024 MB)
sda: Write Protect is off
sda: Mode Sense: 68 00 00 08
sda: assuming drive cache: write through
SCSI device sda: 1999871 512-byte hdwr sectors (1024 MB)
sda: Write Protect is off
sda: Mode Sense: 68 00 00 08
sda: assuming drive cache: write through
 sda: sda1 sda2
sd 1:0:0:0: Attached scsi removable disk sda
usb-storage: device scan complete
I added that line to fstab and even chaged it to /media/usb4 but nothing happens. When I attach my iPod it does sy do not disconnect though.
 
Old 10-02-2006, 06:43 PM   #4
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
It seems like the host is scsi2. I've been told that scsi0 means its mounted on /dev/sda, but where does scsi2 lead to?
 
Old 10-02-2006, 07:26 PM   #5
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
I think I have it sorted out now. I can see the music already on my iPod but can't add. When I click on sync I get the following:

Could not open file "/mnt/myIpodSongs/iPod_Control/Music/F19/gtkpod00061.mp3" for writing.
Could not open file "/mnt/myIpodSongs/iPod_Control/Music/F00/gtkpod00062.mp3" for writing.
Could not open file "/mnt/myIpodSongs/iPod_Control/Music/F01/gtkpod00063.mp3" for writing.
Could not open file "/mnt/myIpodSongs/iPod_Control/Music/F02/gtkpod00064.mp3" for writing.

Any ideas?
 
Old 10-04-2006, 04:09 PM   #6
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Okay. Ignore my previous posts. I can get the information off my iPod now, but can't sync. The message I get is: "Could not open file "/mnt/myIpodSongs/iPod_Control/iTunes/iTunesDB" for writing." Can I change permissions or something for this folder?
 
Old 10-07-2006, 05:03 PM   #7
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Any ideas?
 
Old 10-10-2006, 02:38 PM   #8
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
you can change that in your
Code:
/etc/fstab
file.
you need to define the mount point as a "free point",i.e, where each user can read and write. at the situation that you are now, you can sync your ipod as root.
regards,
slackie1000
 
Old 10-14-2006, 07:26 PM   #9
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Thanks Slackie1000. Can you please give me a bit more information? How do I add it as a free point? I tried syncing running gtkpod as root, but that also didn't work. I went to run as different user to run it as root. Is this the way I'm suppose to do it?

Thanks for the help.
 
Old 10-21-2006, 06:10 PM   #10
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Okay. Here is some more information. I hope someone will be able to help me. I can't get my mount point folder's permissions set to my username and even if I run gtkpod as root I get the following message when syncing: "Some tracks were not written to iPod. Export aborted."

Please help if you can.
 
Old 10-25-2006, 05:11 PM   #11
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
I can not find or think of anything else to get my iPod to work. I keep on having to go back to Windoze to manage it. I tried to mount it in my home directory, run gtkpod as root, set the automount and so on, but still now glory. I can see the songs on the device but can't right to it. When I take a file and paste it in the device threw a file manager it works.

Please. Any help will be much appreciated. Thank you.
 
Old 10-27-2006, 04:55 PM   #12
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
I am please to announce that I have finally got my iPod to work with Linux! I downloaded a program called Yamipod. That worked right out of the box. It is a small program that doesn't even have to be installed.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Photos on my iPod Nano Napalm Llama Linux - Hardware 2 01-21-2007 11:08 AM
LXer: Installing iPodLinux on the iPod Nano LXer Syndicated Linux News 1 04-11-2006 05:09 PM
iPod nano issues PsypherPunk Linux - Hardware 5 02-22-2006 09:48 AM
iPod Nano dstrbd1 Linux - Software 2 01-02-2006 01:46 AM
iPod Nano unihiekka Linux - Hardware 0 12-24-2005 10:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration