hi! after dmesg | grep tty i got the following
[ 0.004000] console [tty0] enabled [ 1.276807] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.277100] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [10283.432323] cdc_acm 8-2:1.0: ttyACM0: USB ACM device [10387.225333] cdc_acm 8-1:1.0: ttyACM0: USB ACM device [10570.342537] cdc_acm 8-2:1.0: ttyACM0: USB ACM device how do i decode the above stuff??? 2009/12/11 Nikos Balkanas <[email protected]> > Hi, > > If it is not a modem you cannot use it as an SMSc. And without an SMSc you > cannot send/receive SMS. > > As Isaac suggested, with your modem connected to your server, after > rebooting, do: > > > If you don't get anything, your mobile is not a modem, and you cannot use > it. To send/receive SMS you will have to either get an SMSc connection or > get a GPRS modem. > > BR, > Nikos > > ----- Original Message ----- > *From:* Rajeev Agarwal <[email protected]> > *To:* Nikos Balkanas <[email protected]> > *Cc:* [email protected] > *Sent:* Friday, December 11, 2009 10:22 AM > *Subject:* Re: Sony Ericsson for Kannel > > hi > yes the mobile does have a USB port. > > If it is not modem should i remove the modem details from the conf file? > > btw have a look at this > > raj...@insi:~/Desktop$ <raj...@insi:%7E/Desktop$> ls -lrt /dev/ttyA* > crw-rw---- 1 root dialout 166, 0 2009-12-11 12:44 /dev/ttyACM0 > > > 2009/12/11 Nikos Balkanas <[email protected]> > >> Hi, >> >> If the mobile is not detected by the OS, you won't need an init string. >> Simply put the mobile is not a modem. >> >> Does the mobile feature a USB or serial port? >> >> BR, >> Nikos >> >> ----- Original Message ----- >> *From:* Rajeev Agarwal <[email protected]> >> *To:* Isaac Sanni-Thomas <[email protected]> >> *Cc:* [email protected] >> *Sent:* Friday, December 11, 2009 9:25 AM >> *Subject:* Re: Sony Ericsson for Kannel >> >> that ain't working! >> >> how to i get the init string? >> >> 2009/12/11 Isaac Sanni-Thomas <[email protected]> >> >>> >>> >>> On 12/11/2009 05:45 AM, Rajeev Agarwal wrote: >>> >>>> Hi! >>>> >>>> I was wondering is it possible to use a Sony Ericsson W 580i phone as a >>>> modem for sending sms? >>>> >>>> >>>> I havent used a Sony Ericsson but rather a Nokia. >>> However you can setup the modem group and smsc group as shown in the user >>> guide. >>> To be sure the phone can be used, do this: >>> Connect the phone to the computer and as root do this >>> r...@your-computer#dmesg|grep -i "Sony" >>> r...@your-computer#tail -n30 /var/log/messages|grep -i "Sony" >>> >>> You must see a link to the device file /dev/ttyACM0 or something similar >>> which shows connection to your phone. >>> Configure kannel accordingly to use the device file that points to your >>> phone. Read the user manual on configuring group=modems group=smsc for using >>> phones as virtual smsc. >>> >>>> Regards >>>> >>>> Rajeev. >>>> >>>> >>> >> >
