|
From: Ixokai <sy...@ix...> - 2002-12-30 09:55:22
|
Hello,
I happily recently purchased a Toshiba e740 and am working on
getting SynCE up and running, but have run into a few problems.
I'm running Gentoo with a heavily patched 2.4.19 kernel, and
as per the instructions, modified the kernel as follows:
ipaq.h, added:
#define TOSHIBA_VENDOR_ID 0x0930
#define TOSHIBA_E740_ID 0x0706
ipaq.c, modified:
static __devinitdata struct usb_device_id ipaq_id_table [] = {
{ USB_DEVICE(TOSHIBA_VENDOR_ID, TOSHIBA_E740_ID) },
{ USB_DEVICE(COMPAQ_VENDOR_ID, COMPAQ_IPAQ_ID) },
{ USB_DEVICE(HP_VENDOR_ID, HP_JORNADA_548_ID) },
{ USB_DEVICE(HP_VENDOR_ID, HP_JORNADA_568_ID) },
{ } /* Terminating entry */
};
The Product/Vendor ID's came from usb.c's error message in the logs,...
> usb.c: USB device 4 (vend/prod 0x930/0x706) is not claimed by any active driver.
So, anyways. I then compiled all the synce-* packages, and they seemed to work, and proceeded to test it out.
jeremy linux $ synce-serial-config /dev/usb/tts/0
You can now run synce-serial-start to start a serial connection.
jeremy linux $ synce-serial-start
synce-serial-start is now waiting for your device to connect
ixokai@jeremy dev $ dccm
jeremy linux $ synce-serial-start
synce-serial-start is now waiting for your device to connect
And here is where the problems started. There are no reported error
messages, but on my screen I can see the host-connection window which
pops up, which indicates that its trying to connect...retrying..then
it just gives up quietly.
The logs indicate the following error:
usb_control/bulk_msg: timeout
ipaq.c: ipaq_open - failed doing control urb, error -110
I have absolutely no idea what an -110 is or how to fix it. :)
Ideas?
Thanks in advance.
--Stephen
|