On Sun, 2012-09-02 at 14:18 +0200, Marius Kotsbak wrote: > Den 01. sep. 2012 16:16, skrev Marius Kotsbak: > > > > Attached patches to indicate in nm-applet to the user if the modem is > > connected to a LTE network. This is very useful for integrated > > combined 3G/CDMA and LTE modems as they might not provide an LED to > > indicate this to the user as external USB modems often do. > > > > Another related patch attached updating the ETSI mode table for LTE. > > Anyway, with this also applied, I seem to have problems getting the mode > text in the nm-applet to update when the connection is active, even > though I see poll updates as this: > > Sep 1 14:16:01 marius-T1005 modem-manager[4084]: <debug> > [1346501761.086064] [mm-at-serial-port.c:334] debug_log(): (ttyUSB3): > --> 'AT*CNTI=0<CR>' > Sep 1 14:16:01 marius-T1005 modem-manager[4084]: <debug> > [1346501761.101695] [mm-at-serial-port.c:334] debug_log(): (ttyUSB3): > <-- '<CR><LF>*CNTI: 0,LTE<CR><LF><CR><LF>OK<CR><LF>' > > Starting nm-applet again/reconnect seems to update the access technology > correctly. Any ideas to more bits missing?
Try listening to MM with dbus-monitor --system "type='signal',sender='org.freedesktop.ModemManager'" and making sure MM is emitting the right signal when the access technology changes to LTE. That would be the "AccessTechnology" of the org.freedesktop.ModemManager.Gsm.Network interface. If so, then the problem is in the applet, obviously. If not, then there's something else in MM. Dan _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
