Comment 0 for bug 291333

Revision history for this message
Eddi (eddi-depieri) wrote :

Binary package hint: network-manager

Please add this definition to
/usr/share/hal/fdi/information/10freedesktop/10-modem.fdi
        <!-- ONDA MF632 HSDPA USB dongle -->
        <match <email address hidden>:usb.product_id" int="0x0002">
          <match <email address hidden>:usb.interface.number" int="4">
            <append key="modem.command_sets" type="strlist">GSM-07.07</append>
            <append key="modem.command_sets" type="strlist">GSM-07.05</append>
          </match>
        </match>

My SIM have PIN active.

AT command different from ATZ and AT+CPIN don't work until pin accepted, so NM timeout because dongle answer to ATZ E0 .... with ERROR

if gcom -d /dev/ttyUSB3 to unlock PIN, NM pass the initialization but stops on pppd.
For this I haven't investigated yet.