I don't know if this is the right place to put this, but I'm having trouble getting my motorola W755 connected (it seems to have the same productid as the W385). I'm seeing different behavior between the latest p2k-core and the one included with p2kc gui (0.6).
The 1.5 p2k-core seems to at least see it but disconnects the device afterwards.
[]$ ls -la /dev/ttyUSB*
crw-rw---- 1 root uucp 188, 0 2008-08-01 09:44 /dev/ttyUSB0
crw-rw---- 1 root uucp 188, 1 2008-08-01 09:44 /dev/ttyUSB1
[]$ sudo p2k-core/p2k-core
[sudo] password for xxxx:
V_1.5 Commands: exit,conn,info,seem,file,fold,mode,help,list
Shell commands and command history (up/down arrows) also works.
---------------------------------------------------------------
Search for Motorola USBLAN Interface.
Search for Motorola Test Command.
Search for Motorola Data Interface.
Found Interface: Motorola Communication Interface
Interface 00 is claimed by kernel driver: usbserial_generic
Interface 00 is detached from kernel driver: usbserial_generic
Interface 01 is claimed by kernel driver: usbserial_generic
Interface 01 is detached from kernel driver: usbserial_generic
Inteface number: 00, Endpoints: 81 82
Switching to P2kmode (cca. 2-3 sec)
!error: bulk write failed
P2k:> info a
Search for Motorola USBLAN Interface.
Search for Motorola Test Command.
Search for Motorola Data Interface.
Found Interface: Motorola Communication Interface
Inteface number: 00, Endpoints: 81 82
Switching to P2kmode (cca. 2-3 sec)
!error: bulk write failed
P2k:> exit
Bye...
[]$ ls -la /dev/ttyUSB*
ls: cannot access /dev/ttyUSB*: No such file or directory
This time I tried using the -m switch to the drive... Still disconnects it but looks better.
[]$ ls -la /dev/ttyUSB*
crw-rw---- 1 root uucp 188, 0 2008-08-01 09:50 /dev/ttyUSB0
crw-rw---- 1 root uucp 188, 1 2008-08-01 09:50 /dev/ttyUSB1
[]$ sudo p2k-core/p2k-core -m /dev/ttyUSB0
V_1.5 Commands: exit,conn,info,seem,file,fold,mode,help,list
Shell commands and command history (up/down arrows) also works.
---------------------------------------------------------------
Search for Motorola USBLAN Interface.
Search for Motorola Test Command.
Modem mode, device: /dev/ttyUSB0
Switching to P2kmode (cca. 2-3 sec)
Search for Motorola Test Command.
Found Interface: Motorola Test Command
Inteface number: 00, Endpoints: 00 00
This is P2k phone.
Phone model:
!error: received data corrupted:0070
P2k:> info a
Phone model:
!error: received data corrupted:0070
[]$ ls -la /dev/ttyUSB*
ls: cannot access /dev/ttyUSB*: No such file or directory
Here's the output using both methods with the latest code.
[ p2k-core-new]$ ls -la /dev/ttyUSB*
crw-rw---- 1 root uucp 188, 0 2008-08-01 09:53 /dev/ttyUSB0
crw-rw---- 1 root uucp 188, 1 2008-08-01 09:53 /dev/ttyUSB1
[ p2k-core-new]$ sudo ./p2k-core
V_1.6 Commands: exit,conn,info,seem,file,fold,mode,help,list
Shell commands and command history (up/down arrows) also works.
---------------------------------------------------------------
!error: device not found.
[ p2k-core-new]$ ls -la /dev/ttyUSB*
crw-rw---- 1 root uucp 188, 0 2008-08-01 09:53 /dev/ttyUSB0
crw-rw---- 1 root uucp 188, 1 2008-08-01 09:53 /dev/ttyUSB1
[brent@gryffindor p2k-core-new]$ sudo ./p2k-core -m /dev/ttyUSB0
V_1.6 Commands: exit,conn,info,seem,file,fold,mode,help,list
Shell commands and command history (up/down arrows) also works.
---------------------------------------------------------------
!error: device not found.
Any thoughts?