Fedora 17: plugado no iphone, mas nada acontece

2

O título diz tudo, mas para expandir um pouco; Eu atualizei para o fedora 17 a partir de uma nova instalação. No f16, tive um problema de montagem quando eles tiveram o problema com o bloqueio, mas consegui resolver isso. Parece que está ocorrendo um problema de montagem diferente, embora, desta vez, nenhuma mensagem de erro seja exibida para me dar uma indicação de por onde começar. Eu acredito que eu tenho todas as bibliotecas necessárias (ifuse, gtkpod, libimobiledevice, gfvs, etc.)

informações relevantes de dmesg :

[  374.543085] fuse init (API version 7.18)
[  374.577633] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[  374.628339] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
[  387.773718] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[  451.292158] usb 1-4: new high-speed USB device number 5 using ehci_hcd
[  451.409558] usb 1-4: New USB device found, idVendor=05ac, idProduct=129c
[  451.409572] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  451.409583] usb 1-4: Product: iPhone
[  451.409591] usb 1-4: Manufacturer: Apple Inc.
[  451.409598] usb 1-4: SerialNumber: c8f6b8e7a41a3b70c5f4ad2959e712a6b230631f
[  452.066930] ipheth 1-4:4.2: Apple iPhone USB Ethernet device attached
[  452.068094] usbcore: registered new interface driver ipheth
[  452.147433] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  558.884407] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 1651.445841] usb 1-4: USB disconnect, device number 5
[ 1651.458101] ipheth 1-4:4.2: Apple iPhone USB Ethernet now disconnected
[ 1655.071163] usb 1-4: new high-speed USB device number 6 using ehci_hcd
[ 1655.190166] usb 1-4: New USB device found, idVendor=05ac, idProduct=129c
[ 1655.190180] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1655.190191] usb 1-4: Product: iPhone
[ 1655.190198] usb 1-4: Manufacturer: Apple Inc.
[ 1655.190206] usb 1-4: SerialNumber: c8f6b8e7a41a3b70c5f4ad2959e712a6b230631f
[ 1655.303304] ipheth 1-4:4.2: Apple iPhone USB Ethernet device attached
[ 1655.459916] ADDRCONF(NETDEV_UP): eth0: link is not ready

lsusb :

Bus 001 Device 006: ID 05ac:129c Apple, Inc.

Solution:

https://bugzilla.redhat.com/show_bug.cgi?id=815491#c2

Per the bugzilla for this issue, there is a comment saying that the 1.0.8-2.fc17 has the fix in it. However, until this fix is pushed, you can fix it by editing: lib/udev/rules.d/85-usbmuxd.rules

and changing: OWNER="usbmux" to OWNER="usbmuxd"

and this solved it for me.

    
por OnResolve 31.05.2012 / 16:55

2 respostas

1

Há um bug no pacote usbmuxd, veja detalhes no link

    
por 01.06.2012 / 07:26
2

Quando o sistema não é detalhado sobre como conectar um novo dispositivo USB, você sempre pode verificar a saída de dmesg para ver se o novo dispositivo USB conectado está sendo detectado.

Para acessar o armazenamento em um dispositivo IOS, você precisará do pacote gtkpod-aac (que é o seu nome no Debian / Ubuntu), outras distros podem usar um nome diferente.

Veja este artigo do TechRepublic, tem algumas boas dicas:

    
por 31.05.2012 / 18:56