Re: Using ttyACM0 as modem

2007-06-05 Thread Julien Buratto
Solved, so I post my solution: kernel upgrade ! gosh Julien Julien Buratto ha scritto: Hi all, I'm trying a new modem usb. When I plugit into my linux box, I get from kernel: Jun 1 14:43:37 db kernel: cdc_acm 4-1:1.0: ttyACM0: USB ACM device If I set this tty to kannel.conf and launch

Re: Using ttyACM0 as modem

2007-06-03 Thread Guenther Boelter
I have a Motorola E770 and at least with minicom I can connect and I can use AT commands for that using ttyACM0. Have you tried a "chmod 666 ttyACM0" already? Guenther Davao City, Philippines, Planet Earth Julien Buratto wrote: Just another thing: I've installed that modem on a windows

Re: Using ttyACM0 as modem

2007-06-03 Thread Guenther Boelter
Sorry, I am new with Kannel, but for the modem this configuration is working for me: ## group = smsc ## smsc-id = Modem_TEST smsc =

Re: Using ttyACM0 as modem

2007-06-03 Thread Guenther Boelter
Sorry, there was error in my setup. I have to use init-string = "AT+CNMI=1,2,0,0,0"  in group=modems then Kannel is working well for me together with my Motorola E770. Guenther Boelter wrote: Sorry, I am new with Kannel, but for the modem this configuration is working for me:

Using ttyACM0 as modem

2007-06-01 Thread Julien Buratto
Hi all, I'm trying a new modem usb. When I plugit into my linux box, I get from kernel: Jun 1 14:43:37 db kernel: cdc_acm 4-1:1.0: ttyACM0: USB ACM device If I set this tty to kannel.conf and launch kannel, I get in the logs: 2007-06-01 14:46:24 [5106] [7] INFO: AT2[Modem_TEST]: opening device

Re: Using ttyACM0 as modem

2007-06-01 Thread Alejandro Guerrieri
Try opening the port with minicom and closing without resetting just after launching Kannel. I don't know why, but Kannel seems to have problems initializing the modem for the first time and that may fix it. Regards, Alejandro On 6/1/07, Julien Buratto [EMAIL PROTECTED] wrote: Hi all, I'm

Re: Using ttyACM0 as modem

2007-06-01 Thread Julien Buratto
Hi Alejandro, I did it also with minicom but the modem seems not to respond to AT commands at all. I mean, that pretty strange... it seems like the modem does not start the AT interface... Julien Alejandro Guerrieri ha scritto: Try opening the port with minicom and closing without resetting

Re: Using ttyACM0 as modem

2007-06-01 Thread Julien Buratto
Just another thing: I've installed that modem on a windows machine with its own software and I can read from there some stuff like, if it helps. I think it can maybe be a problem of my linux kernel... ? Julien 15:57:46,79 ReinitCapaMobile 15:57:46,81 ReadCMDFile Start 15:57:46,87 ReadCMDFile

Re: Using ttyACM0 as modem

2007-06-01 Thread seik
and set speed to 115200 in general, dont use kannel to set PIN and to initialize the modem try to use kermit : example kermit script: init.USB.modem.sh #!/usr/local/bin/kermit + SET INPUT ECHO ON set line /dev/ttyACM0 set speed 115200 set flow rts/cts set carrier-watch off OUTPUT