PDA

View Full Version : P2k not connecting;Ubuntu.


kadamcd
03-27-2008, 08:37 AM
Try to connect
[info] Phone connected as P2K
[info] Sending control message failed.. Retry...
[info] Sending control message failed.. Retry...
[error] Unable to get phone model
[info] Sending control message failed.. Retry...
[info] Sending control message failed.. Retry...
[error] Unable to get drive name
[info] Sending control message failed.. Retry...
[error] Unable to get file count
[info] Sending control message failed.. Retry...
[info] Sending control message failed.. Retry...
[error] Unable to get drive name

status: connected Mode: p2k Model: n/a Drive: n/a Files: n/a FreeSpace: n/a

I'm using ubuntu Linux 7.10
and my phone is L6i
please!! can anyone help on this?

ferrarix
05-16-2008, 12:44 PM
I have exactly the same problem.

I'm on Ubuntu 8.04 Hardy Heron (updated to the 2.6.24-17-generic kernel - from the proposed repositories).

When I connect the V3x, that's the problem I get. Posted more details in the Moto4Lin thread.

Thanks.

UPDATE: Solved it. You need to run Moto4Lin using Root privileges.

Go into the terminal and type:

sudo moto4linEnter your password, and let Moto4Lin load. Works fine. Now I just need to test out the features :D

kadamcd
05-20-2008, 07:50 AM
Finally My L6i is connected in Ubuntu
edit wvdial.conf
gksudo gedit /etc/wvdial.conf

my service provider is airtel
So I used GPRS APN ="airtelgprs.com"
replace what is yours
edited file like this (take backup before editing ! )

Init1 = ATZ
Init7 = AT
Init4 = AT+CPIN?
Init5 = AT E0
Init6 = AT+CGQREQ=3,0,0,0,0,0
Init8 = AT+CGQMIN=3,0,0,0,0,0
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=1
Init3 = AT+CGDCONT=3,"IP","airtelgprs.com",,0,0
Stupid Mode = 1
Modem Type = Analog Modem
ISDN = 0
Phone = *99***3#
Modem = /dev/ttyACM0
Username = a
Password = b
Baud = 230400

save the file
connect phone to usb cable
enter command

sudo wvdial
and phone will be connected with GPRS connection on Ubuntu
I have tried it with Ubuntu 7.10 gutsy
(If wvdial is not already present
you can install it by typing command
sudo apt-get install wvdial )

ferrarix
05-20-2008, 01:50 PM
I see. I though you wanted to use the P2k Functions of Moto4Lin. Thanks for the info though :).