Hello Aleksander,
Thanks for your fast response! and thanks for the new NewtorkManager packages. 
I have installed them and they seem to work fine.

I was using a Git version from the 18th. This morning I have updated my local 
version with the latest version from the repository.

I have tried with the Huawei e303 modem and it tries to create an NDIS 
connection, but it doesn't work.
So I have removed the net interface from mm-plugin-huawei.c

--- a/plugins/huawei/mm-plugin-huawei.c
+++ b/plugins/huawei/mm-plugin-huawei.c
@@ -492,7 +492,7 @@ grab_port (MMPlugin *self,
 G_MODULE_EXPORT MMPlugin *
 mm_plugin_create (void)
 {
-    static const gchar *subsystems[] = { "tty", "net", "usb", NULL };
+    static const gchar *subsystems[] = { "tty", "usb", NULL };
     static const guint16 vendor_ids[] = { 0x12d1, 0 };
     static const MMAsyncMethod custom_init = {
         .async  = G_CALLBACK (huawei_custom_init),

Now it always try to connect through pppd and it always works :) I haven't the 
port problem that the previous version has.
Has anyone been able to connect through NDIS with a Huawei modem? With which 
model?

I have found another issue that I am not sure if it is a bug or not. It seems 
that the ModemManager cannot detect the first time that I insert the modem.
After try with many ports it prints the next lines:
ModemManager[7749]: <debug> [1361368039.448167] [mm-serial-port.c:994] 
mm_serial_port_close(): (ttyUSB0) device open count is 0 (close)
ModemManager[7749]: <debug> [1361368039.448198] [mm-serial-port.c:1010] 
mm_serial_port_close(): (ttyUSB0) closing serial port...
ModemManager[7749]: <debug> [1361368039.449123] [mm-serial-port.c:1041] 
mm_serial_port_close(): (ttyUSB0) serial port closed
ModemManager[7749]: <debug> [1361368039.449164] [mm-serial-port.c:1109] 
mm_serial_port_close_force(): (ttyUSB0) forced to close port
ModemManager[7749]: <debug> [1361368039.449231] [mm-plugin-manager.c:352] 
plugin_supports_port_ready(): (Plugin Manager) (Huawei) [ttyUSB0] found best 
plugin for port
ModemManager[7749]: <debug> [1361368039.449274] [mm-plugin-manager.c:238] 
port_probe_context_finished(): (Plugin Manager) 'ttyUSB0' port probe finished, 
last one in device, but minimum probing time not consumed yet ('24.443516' 
seconds elapsed)

But If I unplug and plug it again it will recognize the modem.


It's good to know that you are so close :).
I thought you were living in Germany.

Best regards,
José María González
________________________________________
De: Aleksander Morgado [aleksan...@lanedo.com]
Enviado el: martes, 19 de febrero de 2013 16:50
Para: Gonzalez Calabozo, Jose Maria
CC: networkmanager-list@gnome.org
Asunto: Re: [MM] Problem Huawei E303

On 02/19/2013 04:49 PM, Aleksander Morgado wrote:
> On 02/19/2013 03:57 PM, Aleksander Morgado wrote:
>> I fixed quite some things since I created those packages, so let me
>> re-create whole new ones with the latest stuff. As said, the port to be
>> used as data port by pppd is the one given in the Bearer interface.
>
> Try with these ones here:
>
> /home/aleksander/public_html/fedora-packages/20130219
>

Oops, here better:

http://www.lanedo.com/~aleksander/fedora-packages/20130219/

--
Aleksander

Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, 
contiene información de carácter confidencial exclusivamente dirigida a su 
destinatario o destinatarios. Si no es vd. el destinatario indicado, queda 
notificado que la lectura, utilización, divulgación y/o copia sin autorización 
está prohibida en virtud de la legislación vigente. En el caso de haber 
recibido este correo electrónico por error, se ruega notificar inmediatamente 
esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.

This email and any file attached to it (when applicable) contain(s) 
confidential information that is exclusively addressed to its recipient(s). If 
you are not the indicated recipient, you are informed that reading, using, 
disseminating and/or copying it without authorisation is forbidden in 
accordance with the legislation in effect. If you have received this email by 
mistake, please immediately notify the sender of the situation by resending it 
to their email address.
Avoid printing this message if it is not absolutely necessary.
_______________________________________________
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to