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.

cheers

iain

Reply via email to