> From: "Lucas De Marchi" <[email protected]>
> To: "Robert Krambovitis" <[email protected]>
> Cc: [email protected], [email protected]
> Sent: Thursday, November 22, 2012 8:31:29 PM
> Subject: Re: [e-users] econnman and release
>
> On Thu, Nov 22, 2012 at 4:00 PM, Robert Krambovitis <[email protected]>
> wrote:
> >> On Fri, Nov 16, 2012 at 2:26 PM, Lucas De Marchi
> >> <[email protected]> wrote:
> >> > Hi Robert,
> >> >
> >> > I'm not subscribed to enlightenment-users so I got this
> >> > forwarded
> >> > to
> >> > me. Please keep me on CC when responding.
> >> >
> >> >>
> >> >>
> >> >> Good Morning,
> >> >>
> >> >> Being that the end of the world is just over a month away, I
> >> >> would
> >> >> like to request that econnman be improved by then.
> >> >
> >> > econnman, the python script, is not part of E17 release.
> >> >
> >> >
> >> >> I believe that the network integration is a major part of the
> >> >> desktop
> >> >> environment, and relying on 3rd party "distro" config tools,
> >> >> manual
> >> >> ifconfigs, or gnome nm-applet etc is (imho) not the proper way
> >> >> to
> >> >> go
> >> >> about it.
> >> >
> >> > indeed.
> >> >
> >> >>
> >> >> Here are the issues I have with current connman / econnman
> >> >> (some
> >> >> are
> >> >> bugs, some are feature requests)
> >> >>
> >> >> 1. On my laptop hitting "configure" has a tendancy to segfault
> >> >> my
> >> >> E. I
> >> >> have no pattern for this. Sometimes it just works fine,
> >> >> sometimes
> >> >> it
> >> >> repeatedly segs :(
> >> >> This does not happen on my work pc (same packages, no wireless)
> >> >> If nobody else is seeing this, I will try to get some more info
> >> >> /
> >> >> bt
> >> >> and whatnot.
> >> >> (Please note I use up-to-date svn elementary and python
> >> >> bindings)
> >> >
> >> > I reproduced this only in the first days of the new connman
> >> > module
> >> > and
> >> > its integration with econnman. I can't reproduce it no more. So,
> >> > please send more info/bt to get it fixed asap.
> >> >
> >> >
> >> >>
> >> >> 2. Many times when I change the default gateway, it disables my
> >> >> wireless completely (wtf !)
> >> >
> >> > probably a connman/econnman bug... so not really related to
> >> > connman
> >> > module in E.
> >> >
> >> >
> >> >>
> >> >> 3. If you enter wrong wifi password, there's no way to undo /
> >> >> delete /
> >> >> reenter a new password (breaker, #1766)
> >> >
> >> > yep... this is in my/Bruno's todo list. CC'ing him.
> >> >
> >> >>
> >> >> 4. Ofono support has been dropped completely ? Or at least
> >> >> there
> >> >> is no module.
> >> >> The wiki/documentation on ofono website is a joke /
> >> >> nonexistant.
> >> >> So how do I connect to 3G ?
> >> >
> >> > Plug the dongle. If it's supported by oFono, a "network"
> >> > ("service"
> >> > in
> >> > connman's terminologies) will appear with a "3G" icon. Click in
> >> > it
> >> > to
> >> > connect as for any other service. There's no need for an
> >> > explicit
> >> > oFono module. If we need anything more than connecting (like
> >> > setting
> >> > APN and friends), maybe they could be absorbed by connman
> >> > module.
> >> >
> >> >>
> >> >> 5. Need to be able to add static routes (#1639)
> >> >
> >> > not in my near term TODO list of features to add.
> >> >
> >> >>
> >> >> 6. Need to be able to add vpn (#1639)
> >> >
> >> > not in my near term TODO list of features to add.
> >> >
> >> >>
> >> >> 7. I don't use proxy, but I expect some people would need that
> >> >> too
> >> >> (currently it's marked as "todo")
> >> >
> >> > Maybe it will be done before e17 release, but no promises.
> >> >
> >> >>
> >> >> 8. How about dialup modems ?
> >> >
> >> > not in my near/mid/long term TODO list of features to add.
> >> >
> >> >>
> >> >> 9. It would be nice if the module icon would reflect the signal
> >> >> strength.
> >> >
> >> > Bruno is working (or will work, not sure) on it.
> >>
> >> Right, I've decided to actually rest on this holiday (and solve
> >> some
> >> personal stuff).
> >> So next days it will be coming.
> >>
> >> Regards
> >>
> >> >
> >> >
> >> > Regards,
> >> > Lucas De Marchi
> >
> >
> > Good afternoon,
> >
> > I'm terribly sorry about the delay, I've not had much free time to
> > spend on this.
> > I mistakenly thought that connman module and the econnman script
> > were interlinked.
> >
> > Unfortunately, on the ofono front, when plugging in a zte usb
> > dongle... nothing happens.
> > It is theoretically supported. This is the output of list-modems.
> >
> > [ /zte_0 ]
> > Features = sim
> > Emergency = 0
> > Powered = 1
> > Lockdown = 0
> > Interfaces = org.ofono.SimManager
> > Online = 0
> > Model = MF636
> > Revision = BD_P673M2V1.0.4B08
> > Type = hardware
> > Serial = 353924030942001
> > Manufacturer = ZTE CORPORATION
> > [ org.ofono.SimManager ]
> > Retries =
> > FixedDialing = 0
> > SubscriberNumbers =
> > BarredDialing = 0
> > LockedPins =
> > PinRequired = none
> > Present = 1
>
> By the properties above the modem is not online. Connman should drive
> it to online automatically if the technology is enabled. In connman
> module we *currently* don't have a way to enable/disable
> technologies,
> except for wifi. Try enabling it and see if it works. Otherwise try
> to
> put the modem online manually trough the script provided by ofono.
> Then we think about what to do.
>
>
>
> Lucas De Marchi
>
>
Ok,
I opted for the ofono script.
The modem is now online
[ /zte_2 ]
Features = sim
Emergency = 0
Powered = 1
Lockdown = 0
Interfaces = org.ofono.SimManager
Online = 1
Model = MF636
Revision = BD_P673M2V1.0.4B08
Type = hardware
Serial = 353924030942001
Manufacturer = ZTE CORPORATION
[ org.ofono.SimManager ]
Retries =
FixedDialing = 0
SubscriberNumbers =
BarredDialing = 0
LockedPins =
PinRequired = none
Present = 1
However, connman module still has nothing new :(
Maybe my connman is installed badly.
I only seem to get wifi and wired when I issue:
dbus-send --system --dest=net.connman --print-reply /
net.connman.Manager.GetTechnologies
The documentation says it's built in and can only be disabled manually, so it
should be ok.
Thanks in advance,
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel