Results 1 to 6 of 6

Thread: Cannot work with iPod Touch 2G on Linux Mint 10

  1. #1
    Join Date
    May 2011
    Posts
    55

    Cannot work with iPod Touch 2G on Linux Mint 10

    I am currently having the Linux Mint 10 Gnome with 32-bits and also got an iPod Touch 2nd gen which is 32GB. When I was having my Linux Mint 8 and 9 I was able to see the music in it. When I connect my iPod to the Linux Mint 10, then I get the following message.
    "You have just inserted digital audio player. Choose what applications to launch"
    "You have just inserted a medium with digital photos. Choose what applications to launch"
    I was using the Rhythmbox to open the music present in my iPod Touch. I can find the iPod under the “Devices” in the Rhythmbox. But when I click on it, it says that there is no music in my iPod. But I can play and browse music directly from the iPod. Is there any other way to solve this issue?

  2. #2
    Join Date
    Nov 2009
    Posts
    1,035

    Re: Cannot work with iPod Touch 2G on Linux Mint 10

    I think you can try using the gtkpod. I personally use this with my iPod nano which is of 5th gen. I am using this from many months and did not find any problem with it. But after getting this you need to create directory for your iPod in the program folder of the iPod. I think this would work if you create a proper link to your iPod. So I think you first get the gtkpod and then create a root for it in the Linux.

  3. #3
    Join Date
    May 2008
    Posts
    991

    Re: Cannot work with iPod Touch 2G on Linux Mint 10

    I think that if you want to connect the iPod or your iPhone in the Linux then you can try using the iFuse. You can directly connect your iPod touch with the Linux system with the help of USB cable. It is just simple to use this similar to using the USB disk drive. You don’t require any “jailbreaking” for the iFuse to use. Also you don’t require any other software to get it installed for using this iFuse.

  4. #4
    Join Date
    Nov 2009
    Posts
    758

    Re: Cannot work with iPod Touch 2G on Linux Mint 10

    Are you having the libimobiledevice with the latest version? Also have you tried to use the Amarok or Banshee and then tried to sync with it. Because once I used the Banshee for my iPhone to connect it with the Linux. And also it is similar to the rhythmbox that you were using previously. So get the banshee if you don’t have it and then try to sync it with it. I think this will help you in synchronizing your iPod with the Linux Mint 10.

  5. #5
    Join Date
    May 2008
    Posts
    2,680

    Re: Cannot work with iPod Touch 2G on Linux Mint 10

    I have tried using my iPod Touch 2G with the Lubuntu and it worked for me. You use the following code to get it solved:

    Code:
    - $ sudo apt-get install gtkpod ifuse 
    - $sudo mkdir /media/ipod
    - $sudo chmod 777 /media/ipod 
    -$sudo adduser NOMBREDEUSUARIO ifuse -- **(optional)**
    Create file:
    Code:
    -$sudo nano /usr/bin/ipod
    Edit file:
    Code:
    #!/bin/bash
    ifuse /media/ipod
    gtkpod
    Ctrl+o to save.
    Code:
    -$sudo chmod 777 /usr/bin/ipod 
    - $ipod &
    So I think that you can try using the above code for your Linux Mint 10 also.

  6. #6
    Join Date
    May 2008
    Posts
    860

    Re: Cannot work with iPod Touch 2G on Linux Mint 10

    This is the simple guide which will help you to sync your iPod touch on Linux 10.04

    First you need to add the Repository:
    sudo add-apt-repository ppa:pmcenery/ppa

    After adding, you need to update it:
    sudo apt-get update

    After that install the following packages:
    Code:
    sudo apt-get install gvfs gvfs-backends gvfs-bin gvfs-fuse 
    libgvfscommon0 ifuse libgpod-dev libgpod-common
    libiphone-utils libiphone0 python-iphone libplist++1 
    libplist-utils python-plist libusb-1.0-0 libusb-1.0-0-dev 
    libusbmuxd1 usbmuxd
    After that you need to edit the fuse.config file:
    Code:
    gksudo gedit /etc/fuse.conf
    Now you can change the #user_allow_other to user_allow_other and then save it.

    Go to the Users and Groups from the System and then to Administration. After this click on the key that is present at the bottom and then select the username and go to the Manage groups. After that do double click on the Fuse group and the activate “Fuse”. After doing all restart your system.

    Now place your iPod and type:
    Code:
    $ ifuse /mnt/ipod/
    To unmount type:
    Code:
    $ fusermount -u /mnt/ipod/
    Now you can mount you iPod touch on the system and it will be detected.

Similar Threads

  1. Keyboard doesn't work in Mint Linux
    By Farren in forum Operating Systems
    Replies: 8
    Last Post: 28-02-2012, 10:46 PM
  2. Will Apple iPad work with Linux Mint?
    By Ramiah in forum Operating Systems
    Replies: 10
    Last Post: 13-11-2011, 12:04 AM
  3. PPPOE does not work on Linux Mint 8
    By laplapye in forum Networking & Security
    Replies: 4
    Last Post: 12-01-2011, 09:59 PM
  4. Can Linux Mint 10 work inside HP T5730
    By mewlyo in forum Operating Systems
    Replies: 4
    Last Post: 30-12-2010, 06:46 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,243,490.02211 seconds with 17 queries