Iain Dooley wrote:

hi, i managed to get the mozat m2u gsm modem working with kannel. i used:

speed = 115200
modemtype = wavecom
device = /dev/cuaU0 (on freebsd 6.0... ttyU0 also works)

in order to find this stuff out i did:

cu -s 115200 -l /dev/cuaU0
ae1 #set echo responses to true so you can see what you type
ati1 #display the modem type

this showed 'WAVECOM MODEM' so i copied modems.conf from the gateway directory into /usr/local/etc/ and put the line:

include = "modems.conf"

into smskannel.conf. also for all your freebsd users out there, the mozat m2u usb modem will show up as device ugen0 when you plug it in. it needs to show up as a ucom device when you plug it in (which will create the device nodes /dev/ttyU0 and /dev/cuaU0 for you, that you can 'cu' in to, man cu for more details).

in order to get the mozat m2u to register as a ucom device, type the following (as root):

kldload uplcom

now unplug the device and plug it back in again and you should see 'ucom0'.

once you've confirmed this works, add this to your kernel.

Hi Iain,

thanks a lot for sharing the information.

I'd even suggest (in order this doesn't get lost in the mailing archive again), you may provide a patch for our doc/userguide/userguide.xml, creating an own section for "OS-specific hints" ?

So we could add this to the user's guide.

Stipe

-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------

Reply via email to