Re: Problem with 4G modem -- 'ip-config-unavailable'



----- Original Message -----
From: "Andrew Boltachev" <andrewboltachev gmail com>
N.B. I've done some hacking and re-compiling on 0.9.8.0 version and
figured out, that function, that actually outputs the error is
'nm_device_activate_ip4_config_timeout' in 'nm-device.c' file, and
one of it's lines is notably different in very last (commit 47d8db5)

I don't see there any difference like that one, actually.

and 0.9.8.0 versions:
comm. 47d8db5:


if ((priv->ip4_state == IP_DONE) && (priv->ip4_config == NULL)) {


ver. 0.9.8.0


if ((priv->ip6_state == IP_DONE) && (priv->ip6_config == NULL)) {

Looks like you're looking at different lines.

Pavel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]