Hi Renat, On 12/09/2011 07:37 AM, Renat Zaripov wrote: > 2011/12/9 Daniel Wagner >> >> Hi Sergey, >> >> On 09.12.2011 14:08, Sergey Lapin wrote: >>> I'm interested in c) because somehow we have troubles with udev in our >>> device, systemd detects ttys perfectly while ofono can't find anything >>> and it seems >>> to see no tty devices at all, so we'd like to use systemd to provide >>> ofono with information regarding devices (tty and driver). >>> It is unable to connect to udev monitor also. udev version is 175. >> >> Could you provide some logs? > > cat /etc/ydev/rules.d/ofono.rules > > KERNEL=="ttySAC0", ENV{OFONO_DRIVER}="atmodem" > 'atmodem' is not a modem driver. You need to specify a modem driver here, e.g. calypso, huawei, ifx, etc. If your hardware is not covered by an existing driver, then you will have to write your own. By convention all modem drivers are found in plugins/, e.g. plugins/calypso.c, plugins/huawei.c, plugins/ifx.c, etc. Regards, -Denis