Okay, heres the dealio. I've never once been able to get p2k commander running properly in any linux distro in any form whatsoever.
I firstly tried the latest few releases built for linux to no avail, the program will never suspend the phone properly and I have to manually do it from terminal with the command
echo AT+MODE=8 > /dev/ttyACM0
after the swap to p2k mode and opening the program it still fails to see the phone. So I tried a different route and attempted to use windows based version through wine emulation.
First things first was to issue the following command from terminal (as super user):
ln -fs /dev/ttyACM0 ~/.wine/dosdevices/com1
Then I opened the latest version of p2k commander through wine emulation and set the preferences to use com1 (and turn of the update announcement). At this point the phone is still in AT mode.
Went to the drop down menu and selected p2k mobile phone and the phone made its tone indicating that it swapped modes. However, the application failed to detect the phone after the swap. A check of lsusb confirms that the phone did successfully swap modes. Checking further along though, it appears as though the swap to p2k mode causes the phone to loose its association with /dev/ttyACM0 and by proxy the com1 association. There is no other communications association made after the switch to p2k mode. Any thoughts on how to correct this issue?