Paul Stanisci
2007-11-13 23:00:49 UTC
Hello,
I have an iPaq rx1950 which I'd like to sync with kmail on Ubuntu 7.10.
Everything seems to work fine until synce tries to establish the PPP
connection, which fails almost immediately:
---- SNIP ----
Nov 13 17:30:46 nox kernel: [ 1680.181474] PPP generic driver version 2.4.2
Nov 13 17:30:46 nox kernel: [ 1680.264218] ip_tables: (C) 2000-2006 Netfilter
Core Team
Nov 13 17:30:46 nox synce-serial-start: Executing '/usr/sbin/pppd call
synce-device'
Nov 13 17:30:46 nox pppd[6984]: pppd 2.4.4 started by root, uid 0
Nov 13 17:30:47 nox pppd[6984]: Serial connection established.
Nov 13 17:30:47 nox pppd[6984]: Using interface ppp0
Nov 13 17:30:47 nox pppd[6984]: Connect: ppp0 <--> /dev/ttyUSB0
Nov 13 17:30:48 nox kernel: [ 1682.154953] PPP BSD Compression module
registered
Nov 13 17:30:48 nox kernel: [ 1682.231406] PPP Deflate Compression module
registered
Nov 13 17:30:48 nox pppd[6984]: Cannot determine ethernet address for proxy
ARP
Nov 13 17:30:48 nox pppd[6984]: local IP address 192.168.131.102
Nov 13 17:30:48 nox pppd[6984]: remote IP address 192.168.131.201
Nov 13 17:30:51 nox pppd[6984]: LCP terminated by peer
Nov 13 17:30:51 nox pppd[6984]: Connect time 0.1 minutes.
Nov 13 17:30:51 nox pppd[6984]: Sent 400 bytes, received 986 bytes.
Nov 13 17:30:54 nox pppd[6984]: Connection terminated.
Nov 13 17:30:54 nox pppd[6984]: Modem hangup
Nov 13 17:30:54 nox pppd[6984]: Exit.
---- SNIP ----
synce was configured sying synce-serial-config, and produced the ppp
configuration file "/etc/ppp/peers/synce-device":
---- SNIP ----
# Modifications to this file will be lost next time you run
synce-serial-config
/dev/ttyUSB0 115200
connect '/usr/bin/synce-serial-chat'
nodefaultroute
noauth
local
192.168.131.102:192.168.131.201
ms-dns 192.168.131.102
crtscts
linkname synce-device
#debug
#kdebug 255
---- SNIP ----
(I added the debug settings)
I've read that this could be a password setting, but there is no password set
on my PDA.
The device is recognized by the kernel's ipaq module and is assigned as
ttyUSB0:
---- SNIP ----
Nov 13 17:30:33 nox kernel: [ 1667.615205] usb 5-4.1: new full speed USB
device using ehci_hcd and address 13
Nov 13 17:30:35 nox kernel: [ 1669.679567] usb 5-4.1: configuration #1 chosen
from 1 choice
Nov 13 17:30:35 nox kernel: [ 1669.680453] ipaq 5-4.1:1.0: PocketPC PDA
converter detected
Nov 13 17:30:35 nox kernel: [ 1669.680983] usb 5-4.1: PocketPC PDA converter
now attached to ttyUSB0
---- SNIP ----
vdccm is running, but outputs nothing during my connection attempt:
---- SNIP ----
dccm -f -d 3
dccm[7290]: Running in foreground
dccm[7290]: Listening for connections on port 5679
---- SNIP ----
While connected, the usbserial driver displays the vendor and product ID:
---- SNIP ----
cat ./tty/driver/usbserial
usbserinfo:1.0 driver:2.0
0: module:ipaq name:"PocketPC PDA" vendor:03f0 product:1016 num_ports:1 port:1
path:usb-0000:00:1a.7-4.1
---- SNIP ----
I tried load the module with specifying the vendor and product, but it didn't
help:
# modprobe ipaq vendor=0x03f0 product=0x1016
Here is my device's lsusb output:
---- SNIP ----
Bus 005 Device 012: ID 03f0:1016 Hewlett-Packard Jornada 548 / iPAQ HW6515
Pocket PC
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x03f0 Hewlett-Packard
idProduct 0x1016 Jornada 548 / iPAQ HW6515 Pocket PC
bcdDevice 0.00
iManufacturer 1 HP
iProduct 2 Generic Serial
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Device Status: 0x0001
Self Powered
---- SNIP ----
My iPaq's synchronization mode is set to usb-serial mode. There is no password
set as far as I can tell. Does someobdy have any idea why this isn't working?
I can supply a log file with kernel & ppp debugging output if it helps.
Thanks,
~Paul
--
Paul Stanisci
2byteconsulting.com
I have an iPaq rx1950 which I'd like to sync with kmail on Ubuntu 7.10.
Everything seems to work fine until synce tries to establish the PPP
connection, which fails almost immediately:
---- SNIP ----
Nov 13 17:30:46 nox kernel: [ 1680.181474] PPP generic driver version 2.4.2
Nov 13 17:30:46 nox kernel: [ 1680.264218] ip_tables: (C) 2000-2006 Netfilter
Core Team
Nov 13 17:30:46 nox synce-serial-start: Executing '/usr/sbin/pppd call
synce-device'
Nov 13 17:30:46 nox pppd[6984]: pppd 2.4.4 started by root, uid 0
Nov 13 17:30:47 nox pppd[6984]: Serial connection established.
Nov 13 17:30:47 nox pppd[6984]: Using interface ppp0
Nov 13 17:30:47 nox pppd[6984]: Connect: ppp0 <--> /dev/ttyUSB0
Nov 13 17:30:48 nox kernel: [ 1682.154953] PPP BSD Compression module
registered
Nov 13 17:30:48 nox kernel: [ 1682.231406] PPP Deflate Compression module
registered
Nov 13 17:30:48 nox pppd[6984]: Cannot determine ethernet address for proxy
ARP
Nov 13 17:30:48 nox pppd[6984]: local IP address 192.168.131.102
Nov 13 17:30:48 nox pppd[6984]: remote IP address 192.168.131.201
Nov 13 17:30:51 nox pppd[6984]: LCP terminated by peer
Nov 13 17:30:51 nox pppd[6984]: Connect time 0.1 minutes.
Nov 13 17:30:51 nox pppd[6984]: Sent 400 bytes, received 986 bytes.
Nov 13 17:30:54 nox pppd[6984]: Connection terminated.
Nov 13 17:30:54 nox pppd[6984]: Modem hangup
Nov 13 17:30:54 nox pppd[6984]: Exit.
---- SNIP ----
synce was configured sying synce-serial-config, and produced the ppp
configuration file "/etc/ppp/peers/synce-device":
---- SNIP ----
# Modifications to this file will be lost next time you run
synce-serial-config
/dev/ttyUSB0 115200
connect '/usr/bin/synce-serial-chat'
nodefaultroute
noauth
local
192.168.131.102:192.168.131.201
ms-dns 192.168.131.102
crtscts
linkname synce-device
#debug
#kdebug 255
---- SNIP ----
(I added the debug settings)
I've read that this could be a password setting, but there is no password set
on my PDA.
The device is recognized by the kernel's ipaq module and is assigned as
ttyUSB0:
---- SNIP ----
Nov 13 17:30:33 nox kernel: [ 1667.615205] usb 5-4.1: new full speed USB
device using ehci_hcd and address 13
Nov 13 17:30:35 nox kernel: [ 1669.679567] usb 5-4.1: configuration #1 chosen
from 1 choice
Nov 13 17:30:35 nox kernel: [ 1669.680453] ipaq 5-4.1:1.0: PocketPC PDA
converter detected
Nov 13 17:30:35 nox kernel: [ 1669.680983] usb 5-4.1: PocketPC PDA converter
now attached to ttyUSB0
---- SNIP ----
vdccm is running, but outputs nothing during my connection attempt:
---- SNIP ----
dccm -f -d 3
dccm[7290]: Running in foreground
dccm[7290]: Listening for connections on port 5679
---- SNIP ----
While connected, the usbserial driver displays the vendor and product ID:
---- SNIP ----
cat ./tty/driver/usbserial
usbserinfo:1.0 driver:2.0
0: module:ipaq name:"PocketPC PDA" vendor:03f0 product:1016 num_ports:1 port:1
path:usb-0000:00:1a.7-4.1
---- SNIP ----
I tried load the module with specifying the vendor and product, but it didn't
help:
# modprobe ipaq vendor=0x03f0 product=0x1016
Here is my device's lsusb output:
---- SNIP ----
Bus 005 Device 012: ID 03f0:1016 Hewlett-Packard Jornada 548 / iPAQ HW6515
Pocket PC
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x03f0 Hewlett-Packard
idProduct 0x1016 Jornada 548 / iPAQ HW6515 Pocket PC
bcdDevice 0.00
iManufacturer 1 HP
iProduct 2 Generic Serial
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Device Status: 0x0001
Self Powered
---- SNIP ----
My iPaq's synchronization mode is set to usb-serial mode. There is no password
set as far as I can tell. Does someobdy have any idea why this isn't working?
I can supply a log file with kernel & ppp debugging output if it helps.
Thanks,
~Paul
--
Paul Stanisci
2byteconsulting.com