Re: [HELP]USB Wavecom GSM Modem on Ubuntu Lucid

2011-03-02 Thread Willy Mularto
Here they are: 2011-03-02 15:53:25 [31835] [0] INFO: Debug_lvl = -1, log_file = , log_lvl = 0 2011-03-02 15:53:25 [31835] [0] DEBUG: Loading include file `/home/myname/gsm/etc/core.conf' (on line 1 of file etc/smsgw_1.conf). 2011-03-02 15:53:25 [31835] [0] DEBUG: Loading include file `/home/myna

Re: [HELP]USB Wavecom GSM Modem on Ubuntu Lucid

2011-03-02 Thread Abdul Basit
better to share bearbox logs for a clear picture. On Wed, Mar 2, 2011 at 1:40 PM, Willy Mularto wrote: > I use root account to run it. Root has enough privileges to do it right? > > > > On Mar 2, 2011, at 3:34 PM, Cezary Siwek wrote: > > > Hi, > > > > check whether the user which kannel is runni

Re: [HELP]USB Wavecom GSM Modem on Ubuntu Lucid

2011-03-02 Thread Willy Mularto
I use root account to run it. Root has enough privileges to do it right? On Mar 2, 2011, at 3:34 PM, Cezary Siwek wrote: > Hi, > > check whether the user which kannel is running on has permissions to > read/write to /dev/ttyUSB0 > > Regards, > > > > On 02/03/2011 08:28, Willy Mularto wrot

Re: [HELP]USB Wavecom GSM Modem on Ubuntu Lucid

2011-03-02 Thread Cezary Siwek
Hi, check whether the user which kannel is running on has permissions to read/write to /dev/ttyUSB0 Regards, On 02/03/2011 08:28, Willy Mularto wrote: I can read and send sms via minicom. it said it is on /dev/ttyUSB0. But when I start Kannel (after I kill minicom), it stops at "AT2[smsci

Re: [HELP]USB Wavecom GSM Modem on Ubuntu Lucid

2011-03-02 Thread Willy Mularto
I can read and send sms via minicom. it said it is on /dev/ttyUSB0. But when I start Kannel (after I kill minicom), it stops at "AT2[smscid]: start called" phase. Here is my config group = modems id = wavecom name = "Wavecom" detect-string = "WAVECOM" speed = 115200 group = smsc smsc = at smsc

Re: [HELP]USB Wavecom GSM Modem on Ubuntu Lucid

2011-03-02 Thread Abdul Basit
Unplug GSM modem. Might possible minicom still engaging the device. see at tail -f /var/log/messages & Plug modem in again and try wvdialconfig. wvdial is just a utility that make it sure that you are using right device id. -- regards, Abdul Basit On Wed, Mar 2, 2011 at 9:54 AM, Willy Mulart