Comment 9 for bug 416418

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 416418] Re: First connection attempt via F3507g fails

On Mon, Aug 24, 2009 at 09:53:26PM -0000, Chris Jones wrote:
> Hi
>
> Alexander Sack wrote:
> > please try this patch against mm:
>
> I applied the patch, did debuild -b, dpkg -i on the resulting deb,
> killed modem-manager, network-manager restarted it.
> I then rfkill'd the wwan modem, and then enabled it again and I get the
> same errors as before.
> I'm pretty sure that I applied the patch correctly, and it looks like
> you even committed it to the source that I got.
>

Yep. Just came back from vac. IIRC, I wrongly added a
whitespace. remove the trailing whitespace in the string i gave you
(before the final linefeeds).

So more like

regex = g_regex_new ("\\r\\n\\ *ESTKSMENU: .*\\r\\n", G_REGEX_RAW | G_REGEX_OPTIMIZE, 0, NULL);
                                            ^^^

Can you try that?

 - Alexander