View previous topic :: View next topic |
Author |
Message |
sandrorpires n00b
Joined: 11 Dec 2004 Posts: 7
|
Posted: Fri Jan 07, 2005 7:08 pm Post subject: Palm não aparece. |
|
|
Ola a todos,
Pessoal, tenho um palm Sony Clié, e até hoje não consigo sincroniza-lo no Gentoo. Quando conecto o cabo USB, nada acontece, olhei no dmesg e nada consta.
O que preciso fazer para por sincronizar ele no Linux.
Desde já agradeço a todos. |
|
Back to top |
|
|
Mythos l33t
Joined: 02 May 2004 Posts: 953 Location: Portugal
|
Posted: Fri Jan 07, 2005 11:48 pm Post subject: |
|
|
https://forums.gentoo.org/viewtopic.php?t=263719&highlight=palm+sony+cli%E9
Alguém com o mesmo problema e com resolução, contudo é em francês e definitivamente, não é a minha lingua nativa ... _________________ Best Regards,
Sérgio Henrique
Linux dune 3.0.6-gentoo #1 SMP Thu Oct 27 16:47:29 WEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux |
|
Back to top |
|
|
sandrorpires n00b
Joined: 11 Dec 2004 Posts: 7
|
Posted: Mon Jan 10, 2005 11:37 am Post subject: Sony clié |
|
|
Bom, também não é o meu idioma, mas valeu pela dica..... Dicionarios existem pra isso mesmo...
Obrigado mais uma vez. |
|
Back to top |
|
|
lmpinto Tux's lil' helper
Joined: 12 Feb 2003 Posts: 94 Location: somewhere near a computer and a beer.
|
Posted: Mon Jan 10, 2005 12:37 pm Post subject: |
|
|
Calculo que tenhas as cenas de serial->usb no kernel, incluindo o modulo 'visor', certo? É normal ele não mostrar nada no dmesg quando o ligas, só aparece quando carregas no botão de Hotsync. Deve-te aparecer algo deste tipo:
Code: | usb 1-2: new full speed USB device using uhci_hcd and address 3
usbcore: registered new driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
drivers/usb/serial/usb-serial.c: USB Serial support registered for Handspring Visor / Palm OS
drivers/usb/serial/usb-serial.c: USB Serial support registered for Sony Clie 3.5
drivers/usb/serial/usb-serial.c: USB Serial support registered for Sony Clie 5.0
visor 1-2:1.0: Handspring Visor / Palm OS converter detected
usb 1-2: Handspring Visor / Palm OS converter now attached to ttyUSB0
usb 1-2: Handspring Visor / Palm OS converter now attached to ttyUSB1
usbcore: registered new driver visor
drivers/usb/serial/visor.c: USB HandSpring Visor / Palm OS driver v2.1
|
Atenção que apesar dele dizer ttyUSB0/1, eu só lhe consigo aceder usando o /dev/usb/tts/1. Podes por um
Code: | PILOTPORT="/dev/usb/tts/1" |
No teu .profile ou no /etc/profile.
E depois usar o pilot-xfer para listar as bases de dados do palm:
Code: | pilot-xfer -l
pilot-xfer -l -p /dev/usb/tts/1 (se não tiveres feito a operação anterior) |
|
|
Back to top |
|
|
|