Ipod Touch 未安装

Ipod Touch 未安装

我在一台戴尔 XPS15 上运行着 Ubuntu 11.04。插入 Ipod 时,它可以充电,但尝试安装它时,我却找不到它。

在插入 Ipod 之前我已经执行过 dmesg | grep usb 并且没有看到任何错误,但是插入后我看到:

[ 2133.483377] usb 2-1.6: new high speed USB device using ehci_hcd and address 4
[ 2133.670208] cdc_ether 2-1.6:1.6: wwan0: register 'cdc_ether' at usb-0000:00:1d.0-1.6, Mobile Broadband Network Device, 02:80:37:ec:02:00
[ 2755.346215] usb 3-4: new high speed USB device using xhci_hcd and address 4
[ 2755.376509] usb 3-4: ep 0x83 - rounding interval to 512 microframes
[ 2755.381982] usb 3-4: ep 0x83 - rounding interval to 512 microframes
[ 2755.382093] usb 3-4: ERROR: Endpoint drop flag = 0, add flag = 1, and endpoint is not disabled.
[ 2755.394808] usb 3-4: ep 0x83 - rounding interval to 512 microframes
[ 2755.394943] usb 3-4: ERROR: Endpoint drop flag = 0, add flag = 1, and endpoint is not disabled.

我不知道如何让 Ipod 工作,因为 USB 似乎可以很好地用于其他设备(鼠标、相机……)

关于我可以做什么,有什么想法或指导吗?

编辑:如果有帮助的话,做的时候:lsusb | grep Apple我得到:

Bus 003 Device 012: ID 05ac:1299 Apple, Inc.

答案1

看来 iPod touch 不支持 USB 大容量存储,因此它不会显示为磁盘:http://support.apple.com/kb/TS1380?viewlocale=en_US

据我所知,你应该可以通过以下方式使用它克莱门汀或者 Amarok

如果您愿意越狱,这里有一些有用的信息:https://wiki.archlinux.org/index.php/IPod#iPhone.2FiPod_Touch

答案2

您可以使用 ifuse 挂载它:

mkdir /mnt/ipod
ifuse /mnt/ipod
ls -l /mnt/ipod
ls /mnt/ipod
AirFair  Books                                DCIM       iTunes_Control  Photos     Recordings
Airlock  com.apple.itdbprep.postprocess.lock  Downloads  PhotoData       Purchases

您可以将其用作大容量存储,但它仍然无法从 Rythmbox 中看到,尝试过 Clementine,但出现黑色错误窗口,Clementine 失败

相关内容