Re: Mobile network type support or not?

2009-06-03 Thread Dan Williams
On Wed, 2009-06-03 at 09:31 +0800, 代尔欣 wrote:
> Thanks! Dan, 
> 
> How to get the 'master' development branch codes? I try below from the
> NetworkManager official site:
> 
> git clone
> git://anongit.freedesktop.org/NetworkManager/NetworkManager.git
> svn co svn://svn.gnome.org/svn/network-manager-applet/trunk
> network-manager-applet

You'll want ModemManager too, which NM 'master' now uses for all 3G
control:

git://anongit.freedesktop.org/ModemManager/ModemManager

Let me know if you have any questions, happy to answer them.

Dan

> Seems it is not the correct codes.
> 
> 2009/6/3 Dan Williams 
> On Tue, 2009-06-02 at 09:21 +0800, 代尔欣 wrote:
> > Hi Paul,
> >   Yes, the mobile broadband can work. My question is the
> network
> > type seetings for the MB. Below codes are in
> > nm-connection-editor(version 0.7.1):
> >
> >  /* Hide network type widgets; not supported yet */
> > gtk_widget_hide (GTK_WIDGET (priv->network_type));
> > widget = glade_xml_get_widget (CE_PAGE (self)->xml,
> "type_label");
> > gtk_widget_hide (widget);
> >
> > It seems the related UI is hidden. So user can't set those
> through
> > nm-connection-editor. If comment above codes, you will see a
> new
> > combobox in *MobileBroadband* config page. I also searched
> the related
> > codes. It seems those settings are not used.
> 
> 
> Yes, it's hidden, because NM 0.7.1 doesn't have the
> infrastructure to
> support that.  Please see:
> 
> 
> http://blogs.gnome.org/dcbw/2009/03/20/thats-when-i-reach-for-my-revolver/
> 
> basically, *every* vendor implements the prefer 2G/3G command
> differently, which is quite annoying.
> 
> This functionality is supported on the NM 'master' development
> branch,
> which uses ModemManager, which has a plugin architecture that
> allows us
> to special-case whatever crackrock commands the OEM decides to
> impose on
> users.
> 
> Seriously though, I can't believe there are like 5 different
> AT commands
> for setting 2g/3g preference.  It's not that hard a thing to
> standardize, but I guess the 3GPP got caught with their pants
> down.
> 
> Dan
> 
> 
> > Thank!
> >
> > 2009/6/1 Paul Menzel 
> > Dear 代尔欣,
> >
> >
> > Am Montag, den 01.06.2009, 10:06 +0800 schrieb 代尔
> 欣:
> >
> > […]
> >
> > >  In NetworkManager-0.7.1, Mobile Broadband
> have network
> > type
> > > setting(NM_GSM_NETWORK_UMTS_HSPA), but it
> seems not
> > support yet.
> >
> >
> > How come?
> >
> > > I want to know whether the unstable version
> support this?
> >
> >
> > As far as I know, NetworkManager 0.7.1 supports
> mobile
> > broadband just
> > fine.
> >
> > > And better give me a description about this
> setting plan for
> > what.
> >
> >
> > Sorry, I do not understand. This setting enables you
> to
> > connect to the
> > Internet using UMTS/HSDPA.
> >
> >
> > Thanks,
> >
> > Paul
> >
> > ___
> > NetworkManager-list mailing list
> > NetworkManager-list@gnome.org
> >
> http://mail.gnome.org/mailman/listinfo/networkmanager-list
> >
> >
> > ___
> > NetworkManager-list mailing list
> > NetworkManager-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/networkmanager-list
> 
> 
> 

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Mobile network type support or not?

2009-06-03 Thread Dan Williams
On Wed, 2009-06-03 at 09:36 +0100, Rui Tiago Cação Matos wrote:
> 2009/6/3 代尔欣 :
> > How to get the 'master' development branch codes? I try below from the
> > NetworkManager official site:
> >
> > git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager.git
> > svn co svn://svn.gnome.org/svn/network-manager-applet/trunk
> > network-manager-applet
> >
> > Seems it is not the correct codes.
> 
> Gnome is also now using git. These should work:
> 
> git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager
> git clone git://git.gnome.org/network-manager-applet

Yeah, I'm updating the website as we speak.  Sorry about that.

Dan


___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Mobile network type support or not?

2009-06-03 Thread Rui Tiago Cação Matos
2009/6/3 代尔欣 :
> How to get the 'master' development branch codes? I try below from the
> NetworkManager official site:
>
> git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager.git
> svn co svn://svn.gnome.org/svn/network-manager-applet/trunk
> network-manager-applet
>
> Seems it is not the correct codes.

Gnome is also now using git. These should work:

git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager
git clone git://git.gnome.org/network-manager-applet

Rui
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Mobile network type support or not?

2009-06-02 Thread 代尔欣
Thanks! Dan,

How to get the 'master' development branch codes? I try below from the
NetworkManager official site:

git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager.git
svn co 
svn://svn.gnome.org/svn/network-manager-applet/trunknetwork-manager-applet

Seems it is not the correct codes.

2009/6/3 Dan Williams 

> On Tue, 2009-06-02 at 09:21 +0800, 代尔欣 wrote:
> > Hi Paul,
> >   Yes, the mobile broadband can work. My question is the network
> > type seetings for the MB. Below codes are in
> > nm-connection-editor(version 0.7.1):
> >
> >  /* Hide network type widgets; not supported yet */
> > gtk_widget_hide (GTK_WIDGET (priv->network_type));
> > widget = glade_xml_get_widget (CE_PAGE (self)->xml, "type_label");
> > gtk_widget_hide (widget);
> >
> > It seems the related UI is hidden. So user can't set those through
> > nm-connection-editor. If comment above codes, you will see a new
> > combobox in *MobileBroadband* config page. I also searched the related
> > codes. It seems those settings are not used.
>
> Yes, it's hidden, because NM 0.7.1 doesn't have the infrastructure to
> support that.  Please see:
>
> http://blogs.gnome.org/dcbw/2009/03/20/thats-when-i-reach-for-my-revolver/
>
> basically, *every* vendor implements the prefer 2G/3G command
> differently, which is quite annoying.
>
> This functionality is supported on the NM 'master' development branch,
> which uses ModemManager, which has a plugin architecture that allows us
> to special-case whatever crackrock commands the OEM decides to impose on
> users.
>
> Seriously though, I can't believe there are like 5 different AT commands
> for setting 2g/3g preference.  It's not that hard a thing to
> standardize, but I guess the 3GPP got caught with their pants down.
>
> Dan
>
> > Thank!
> >
> > 2009/6/1 Paul Menzel 
> > Dear 代尔欣,
> >
> >
> > Am Montag, den 01.06.2009, 10:06 +0800 schrieb 代尔欣:
> >
> > […]
> >
> > >  In NetworkManager-0.7.1, Mobile Broadband have network
> > type
> > > setting(NM_GSM_NETWORK_UMTS_HSPA), but it seems not
> > support yet.
> >
> >
> > How come?
> >
> > > I want to know whether the unstable version support this?
> >
> >
> > As far as I know, NetworkManager 0.7.1 supports mobile
> > broadband just
> > fine.
> >
> > > And better give me a description about this setting plan for
> > what.
> >
> >
> > Sorry, I do not understand. This setting enables you to
> > connect to the
> > Internet using UMTS/HSDPA.
> >
> >
> > Thanks,
> >
> > Paul
> >
> > ___
> > NetworkManager-list mailing list
> > NetworkManager-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/networkmanager-list
> >
> >
> > ___
> > NetworkManager-list mailing list
> > NetworkManager-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/networkmanager-list
>
>
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Mobile network type support or not?

2009-06-02 Thread Dan Williams
On Tue, 2009-06-02 at 09:21 +0800, 代尔欣 wrote:
> Hi Paul,
>   Yes, the mobile broadband can work. My question is the network
> type seetings for the MB. Below codes are in
> nm-connection-editor(version 0.7.1):
> 
>  /* Hide network type widgets; not supported yet */
> gtk_widget_hide (GTK_WIDGET (priv->network_type));
> widget = glade_xml_get_widget (CE_PAGE (self)->xml, "type_label");
> gtk_widget_hide (widget);
> 
> It seems the related UI is hidden. So user can't set those through
> nm-connection-editor. If comment above codes, you will see a new
> combobox in *MobileBroadband* config page. I also searched the related
> codes. It seems those settings are not used.

Yes, it's hidden, because NM 0.7.1 doesn't have the infrastructure to
support that.  Please see:

http://blogs.gnome.org/dcbw/2009/03/20/thats-when-i-reach-for-my-revolver/

basically, *every* vendor implements the prefer 2G/3G command
differently, which is quite annoying.

This functionality is supported on the NM 'master' development branch,
which uses ModemManager, which has a plugin architecture that allows us
to special-case whatever crackrock commands the OEM decides to impose on
users.

Seriously though, I can't believe there are like 5 different AT commands
for setting 2g/3g preference.  It's not that hard a thing to
standardize, but I guess the 3GPP got caught with their pants down.

Dan

> Thank!
> 
> 2009/6/1 Paul Menzel 
> Dear 代尔欣,
> 
> 
> Am Montag, den 01.06.2009, 10:06 +0800 schrieb 代尔欣:
> 
> […]
> 
> >  In NetworkManager-0.7.1, Mobile Broadband have network
> type
> > setting(NM_GSM_NETWORK_UMTS_HSPA), but it seems not
> support yet.
> 
> 
> How come?
> 
> > I want to know whether the unstable version support this?
> 
> 
> As far as I know, NetworkManager 0.7.1 supports mobile
> broadband just
> fine.
> 
> > And better give me a description about this setting plan for
> what.
> 
> 
> Sorry, I do not understand. This setting enables you to
> connect to the
> Internet using UMTS/HSDPA.
> 
> 
> Thanks,
> 
> Paul
> 
> ___
> NetworkManager-list mailing list
> NetworkManager-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list
> 
> 
> ___
> NetworkManager-list mailing list
> NetworkManager-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Mobile network type support or not?

2009-06-01 Thread 代尔欣
Hi Paul,
  Yes, the mobile broadband can work. My question is the network type
seetings for the MB. Below codes are in nm-connection-editor(version 0.7.1):

 /* Hide network type widgets; not supported yet */
gtk_widget_hide (GTK_WIDGET (priv->network_type));
widget = glade_xml_get_widget (CE_PAGE (self)->xml, "type_label");
gtk_widget_hide (widget);

It seems the related UI is hidden. So user can't set those through
nm-connection-editor. If comment above codes, you will see a new combobox in
*MobileBroadband* config page. I also searched the related codes. It seems
those settings are not used.

Thank!

2009/6/1 Paul Menzel 

> Dear 代尔欣,
>
>
> Am Montag, den 01.06.2009, 10:06 +0800 schrieb 代尔欣:
>
> […]
>
> >  In NetworkManager-0.7.1, Mobile Broadband have network type
> > setting(NM_GSM_NETWORK_UMTS_HSPA), but it seems not support yet.
>
> How come?
>
> > I want to know whether the unstable version support this?
>
> As far as I know, NetworkManager 0.7.1 supports mobile broadband just
> fine.
>
> > And better give me a description about this setting plan for what.
>
> Sorry, I do not understand. This setting enables you to connect to the
> Internet using UMTS/HSDPA.
>
>
> Thanks,
>
> Paul
>
> ___
> NetworkManager-list mailing list
> NetworkManager-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list
>
>
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Mobile network type support or not?

2009-06-01 Thread Paul Menzel
Dear 代尔欣,


Am Montag, den 01.06.2009, 10:06 +0800 schrieb 代尔欣:

[…]

>  In NetworkManager-0.7.1, Mobile Broadband have network type
> setting(NM_GSM_NETWORK_UMTS_HSPA), but it seems not support yet.

How come?

> I want to know whether the unstable version support this?

As far as I know, NetworkManager 0.7.1 supports mobile broadband just
fine.

> And better give me a description about this setting plan for what.

Sorry, I do not understand. This setting enables you to connect to the
Internet using UMTS/HSDPA.


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Mobile network type support or not?

2009-05-31 Thread 代尔欣
Hi all,
 In NetworkManager-0.7.1, Mobile Broadband have network type
setting(NM_GSM_NETWORK_UMTS_HSPA), but it seems not support yet. I want
to know whether the unstable version support this? And better give me a
description about this setting plan for what.

Thanks! !
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list