[code]Ok this is what I have done, I did a
[code]sudo chmod u+s usr/local/bin/p2k-core
which will allow me to run the program as normal user with root privileges. I edited the p2kc.conf file to run with the -s -v -m /dev/ttyACM0 options (verbose to get some info in the log window of the gui so I can paste it here, -m and the device name because I wasn't too sure if it was locating it properly. Here's where I stand. I figured out that p2k-core is not switching to P2K mode properly, heres what it gives me..
Looking for update.
P2k-core V_1.3 activated.
Search for Motorola Test Command.
_Found: Motorola V3m
Modem mode, device: /dev/ttyACM0
Switching to P2kmode (cca. 2-3 sec)
_Sent Data 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII characters
000000: 41 54 2b 4d 4f 44 45 3d 38 0d 0a AT+MODE=8..
!error: Modem device not found.
!error: device not found.
So, I know for a fact that I can switch to P2k mode using moto4lin. I did that and closed out of the program. Then I reran p2kc whilst already connected in P2k mode. Heres the output of that...
Looking for update.
P2k-core V_1.3 activated.
Search for Motorola Test Command.
_Found: Motorola V3m
Found Interface: Motorola Test Command
Inteface number: 00, Endpoints: 00 00
This is P2k phone.
_Sent Data 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII characters
000000: 00 01 00 20 00 08 00 00 01 17 00 01 00 00 00 00 ... ............
Phone model:
_Sent Data 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII characters
000000: 00 02 00 4a 00 04 00 00 00 00 00 0a ...J........
Still can't see any info on my phone model after the switch to P2k, same thing as moto4lin. Tried the info command and the program crashed. Next I tried running just p2k core - after re running moto4lin to switch back to p2k mode as p2kc
did manage to switch it back to AT mode upon exiting

Any who...heres the out put of running that and trying the info command there:
chris@Linux:~$ p2k-core -v -m /dev/ttyACM0
V_1.3 Commands: exit,conn,info,seem,file,fold,mode,help,list
Shell commands and command history (up/down arrows) also works.
---------------------------------------------------------------
Search for Motorola Test Command.
_Found: Motorola V3m
Found Interface: Motorola Test Command
Inteface number: 00, Endpoints: 00 00
This is P2k phone.
_Sent Data 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII characters
000000: 00 01 00 20 00 08 00 00 01 17 00 01 00 00 00 00 ... ............
!error sending ctrl data.
Phone model:
_Sent Data 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII characters
000000: 00 02 00 4a 00 04 00 00 00 00 00 0a ...J........
!error sending ctrl data.
P2k:> info
_Sent Data 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII characters
000000: 00 03 00 20 00 08 00 00 01 17 00 01 00 00 00 00 ... ............
!error sending ctrl data.
Phone model:
_Sent Data 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII characters
000000: 00 04 00 4a 00 04 00 00 00 00 00 0a ...J........
!error sending ctrl data.
chris@Linux:~$
As you can see, my phone is a Motorola Razr V3M, if that helps any. I am really beginning to wonder if there is a p2k driver package I need, like I have it setup under windoze xp. I really don't understand how it's supposed to work under linux. I do have p2kmoto installed. When I run p2ktest, my phone is surely listed, but it say's no phone found. At one time, I had gone in to the source code and manually changed the VID and PID thinking that might solve the problem after I recompiled and installed it, so then it realized that I did have a phone and switched it to p2k yet once again no info could be gathered about the phone. I'm freaking dieing here, it makes me wonder if I plugged up a different phone if it would work like it is supposed to.
Any more extensive insight is greatly appreciated.[/code][/code]