[POSSIBLY BROKEN FEATURE] Do 3G-Modem connections work in http://build.laptop.org/13.1.0/os5/xo-1.75/31005o2.zd ?

Ajay Garg ajay at activitycentral.com
Sun Oct 14 14:56:23 EDT 2012


Well, I don't know what it is, but it's working now.

One point to note, is that I had to modify the code  FROM


#############################################################################
              self._connection_timestamp = time.time() - \
                         connection.get_settings('connection')['timestamp']

#############################################################################


TO


#############################################################################

              # Introspect the settings's keys once; else
sometimes

              # the key 'timestamp' gets missed.
              connection.get_settings('connection').keys()

              self._connection_timestamp = time.time() - \
                         connection.get_settings('connection')['timestamp']

#############################################################################

in sugar/extensions/deviceicon/network.py.



Sorry for the bother :-\






On Sun, Oct 14, 2012 at 1:05 AM, Ajay Garg <ajay at activitycentral.com> wrote:

>
>
> On Sun, Oct 14, 2012 at 1:00 AM, RJV <jv.ravichandran at gmail.com> wrote:
>
>> I am not sure about 13.1 but this download worked for me -
>> http://wiki.laptop.org/go/Release_notes/12.1.0#XO-1.75 on 0.96 Sugar XO
>> 1.75 C2 Build 21.
>
>
> Yep JV, that works at my side too :)
>
> Thanks for the reply anyways.
>
>
>
>>
>> Jv
>>
>> On Sat, Oct 13, 2012 at 10:43 PM, Ajay Garg <ajay at activitycentral.com>wrote:
>>
>>> Kinda raising the priority of the issue.
>>> Just want to know, that does this feature work in general on
>>> http://build.laptop.org/13.1.0/os5/xo-1.75/31005o2.zd (or later) ?
>>>
>>>
>>> On Fri, Oct 12, 2012 at 7:59 PM, Ajay Garg <ajay at activitycentral.com>wrote:
>>>
>>>> Hi all.
>>>>
>>>> I have been trying to get my 3G Idea Cellular modem working on
>>>> http://build.laptop.org/13.1.0/os5/xo-1.75/31005o2.zd, and have not
>>>> been successful.
>>>> Please find attached the error message I get; and "/var/log/messages"
>>>> file.
>>>>
>>>>
>>>> Some notes ::
>>>>
>>>> a)
>>>> I experience the exact same failure steps, while working on the
>>>> sugar-build on Fedora-17, based on NM-0.9, on my laptop..
>>>>
>>>>
>>>> b)
>>>> The modem DOES WORK FINE, in Gnome on Fedora-17, based on NM-0.9, on my
>>>> laptop.
>>>>
>>>>
>>>> c)
>>>> The modem DOES WORK FINE, on a sugar-jhbuild on Fedora-14, based on
>>>> NM-0.8, on my laptop.
>>>>
>>>>
>>>>
>>>> Please let me know if any other info is required.
>>>>
>>>>
>>>
>>> Regards,
>>>
>>> Ajay Garg
>>> Dextrose Developer
>>> Activity Central: http://activitycentral.com
>>>
>>> _______________________________________________
>>> Devel mailing list
>>> Devel at lists.laptop.org
>>> http://lists.laptop.org/listinfo/devel
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>> Ravichandran Jv
>> http://ravichandranjv.blogspot.com
>>
>
>
>
>
Regards,

Ajay Garg
Dextrose Developer
Activity Central: http://activitycentral.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.laptop.org/pipermail/devel/attachments/20121015/c84f8043/attachment.html>


More information about the Devel mailing list