⇤ ← Versione 1 del 20/05/2006 12.54.52
Dimensione: 2733
Commento:
|
Dimensione: 3340
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 5: | Linea 5: |
testo | Questa guida vuole indicarvi i passi per permettervi di sincronizzare la rubrica e il calendario del vostro PocketPC con Evolution, e permettervi di isntallare programmi e gestire i file presenti nel Palmare. |
Linea 7: | Linea 7: |
= Titolo 1 = | NB: La guida è stata scritta per gli iPaq della HP, ma i passaggi per palmari di altre marche, purchè dotati di WindowsCE dovrebbero essere analoghi. |
Linea 9: | Linea 9: |
Does Linux like your PDA? | = Riconoscimento = |
Linea 11: | Linea 11: |
1) Connect your Pocket PC and type "dmesg" in a shell to see if the ipaq kernel module is loaded. The output might look like the following. Take note of the tty used for the connection. Code: |
Per verificare se il vostro sistema riconosce il pochet pc dovete fare quanto segue: |
Linea 14: | Linea 13: |
usb 4-2: new full speed USB device using uhci_hcd and address 3 ipaq 4-2:1.0: PocketPC PDA converter detected usb 4-2: PocketPC PDA converter now attached to ttyUSB0 | 1. Collegate il PocketPC al computer tramite la presa usb, aprite un terminale e digitate |
Linea 16: | Linea 15: |
2) Optionally, you can use "cat /proc/bus/usb/devices" to check for a USB device that's using the ipaq kernel module. Code: |
{{{dmesg}}} |
Linea 19: | Linea 17: |
T: Bus=04 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 | dovrebbe apparirvi un output simile al segunete {{{usb 4-2: new full speed USB device using uhci_hcd and address 3 ipaq 4-2:1.0: PocketPC PDA converter detected usb 4-2: PocketPC PDA converter now attached to ttyUSB0}}} Prendete nota della ttyUSB , anche se nella maggioranza dei casi dovrebbe essere ttyUSB0 come nell'esempio. 2, Opzionale, digitate nel terminale {{{cat /proc/bus/usb/devices}}} per verificare che il dispositivo usi il modulo del kernel per l'ipaq, tra le varie linee di output dovrebbe esserci un gruppo simile a questo {{{T: Bus=04 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 |
Linea 25: | Linea 37: |
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms | E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms}}} |
IndiceBRTableOfContents |
Introduzione
Questa guida vuole indicarvi i passi per permettervi di sincronizzare la rubrica e il calendario del vostro PocketPC con Evolution, e permettervi di isntallare programmi e gestire i file presenti nel Palmare.
NB: La guida è stata scritta per gli iPaq della HP, ma i passaggi per palmari di altre marche, purchè dotati di WindowsCE dovrebbero essere analoghi.
Riconoscimento
Per verificare se il vostro sistema riconosce il pochet pc dovete fare quanto segue:
1. Collegate il PocketPC al computer tramite la presa usb, aprite un terminale e digitate
dmesg
dovrebbe apparirvi un output simile al segunete
{{{usb 4-2: new full speed USB device using uhci_hcd and address 3 ipaq 4-2:1.0: PocketPC PDA converter detected usb 4-2: PocketPC PDA converter now attached to ttyUSB0}}}
Prendete nota della ttyUSB , anche se nella maggioranza dei casi dovrebbe essere ttyUSB0 come nell'esempio.
2, Opzionale, digitate nel terminale
cat /proc/bus/usb/devices
per verificare che il dispositivo usi il modulo del kernel per l'ipaq, tra le varie linee di output dovrebbe esserci un gruppo simile a questo
{{{T: Bus=04 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 1.01 Cls=ff(vend.) Sub=ff Prot=ff MxPS=16 #Cfgs= 1 P: Vendor=413c ProdID=4002 Rev= 0.00 C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=ipaq E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms}}}
Titolo 1
) Install the required packages for SynCE: Code:
sudo apt-get install librra0 librra0-tools librapi2-tools libsynce0 synce-dccm synce-multisync-plugin synce-serial
2) synce-serial setup will be invoked by apt, follow this through using the default settings, unless you have reason to do otherwise. Code:
/dev/ttyUSB0 local address: 192.168.131.102 remote address: 192.168.131.201 no dns entry needed
3) Perform the following the following command to tell SynCE where to look. This seems redundant, but doesn't hurt. Code:
sudo synce-serial-config ttyUSB0
4) Start the SynCE connection daemon by typing "dccm" in a shell. Use "dccm -p password" if your Pocket PC is password protected. 5) Initiate a serial connection by typing "sudo synce-serial-start" in a shell. You should be greeted with "synce-serial-start is now waiting for your device to connect". 6) "synce-pstatus" shows a LOT of information about your Pocket PC, such as current mode of operation, battery charge level, memory usage as well as backup battery status. If you want to see some other synce commands, type "dpkg -L librapi2-tools". You can use these commands to do things such as installing Pocket PC programs, etc. 7) Create the partnership between the Pocket PC and your computer. There are 2 slots on the device, so the INDEX can be 1 or 2. Code:
synce-matchmaker create INDEX
You should be greeted with: Code:
Partnership creation succeeded. Using partnership index INDEX.
Titolo 1
testo
Titolo 1
testo