Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev rules for an iPod Touch?
Date: Sun, 13 Nov 2011 03:52:21
Message-Id: CAK2H+ecJ=hAzgVFy0VbawQ=_HNtmZAknDNTkBPv+bVeD-TdpUg@mail.gmail.com
In Reply to: Re: [gentoo-user] udev rules for an iPod Touch? by James Broadhead
1 On Wed, Nov 9, 2011 at 3:14 PM, James Broadhead
2 <jamesbroadhead@×××××.com> wrote:
3 > As for native support, it looks as though Apple have updated their
4 > protocol, so if you've a new i*, or have updated recently, then the
5 > in-portage versions of ifuse and libimobiledevice won't work - I've
6 > just gotten my updated iPad working with current git versions of both
7 > however.
8 >
9 > I've also been working on:
10 > http://wiki.gentoo.org/wiki/Apple_ipod,_ipad,_iphone
11 >
12 > Please feel free to add to it. :)
13 >
14 > J
15
16 Hi James,
17 Sitting here this evening I remembered you had posted this so I
18 thought I'd give it a try. While there's a lot of life I still don't
19 have a connection. Here's what I see following along with your
20 commands:
21
22 1) idevice_id just prints a help list. However
23
24 idevice_id -l
25
26 does give me a serial number.
27
28 2) ideviceinfo prints lots of information from the ipod.
29
30 3) idevicepair pair & idevicepair validate report success. Great so far.
31
32 5) ifuse /mnt/ipod does mount the ipod. I can cd to /mnt/ipod and see
33 directories, etc.
34
35 k2 ipod # ls -la
36 total 4
37 drwxr-xr-x 0 root root 204 Dec 31 1969 .
38 drwxr-xr-x 9 root root 4096 Nov 4 17:50 ..
39 drwxr-xr-x 0 root root 102 Dec 31 1969 DCIM
40 drwxr-xr-x 0 root root 102 Dec 31 1969 Downloads
41 -rw-r--r-- 0 root root 0 Dec 31 1969 com.apple.itunes.lock_sync
42 drwxr-xr-x 0 root root 204 Dec 31 1969 iTunes_Control
43 k2 ipod #
44
45 At this point I start gtkpod but cannot find the ipod. I'm wondering
46 what root might need to do to make /mnt/ipod visible to my user
47 account? Should I be adding my id to some groups possibly? Something
48 else?
49
50 Thanks for the write-up.
51
52 - Mark

Replies

Subject Author
Re: [gentoo-user] udev rules for an iPod Touch? James Broadhead <jamesbroadhead@×××××.com>