FS#34795 - modemmanager 0.7.990-1 networkmanager 0.9.8.0-3 breaks UMTS/LTE Mobile Stick Support.
Attached to Project:
Arch Linux
Opened by Marcel Rouvlak (catravic) - Monday, 15 April 2013, 19:44 GMT
Last edited by Jan Alexander Steffens (heftig) - Thursday, 18 April 2013, 14:36 GMT
Opened by Marcel Rouvlak (catravic) - Monday, 15 April 2013, 19:44 GMT
Last edited by Jan Alexander Steffens (heftig) - Thursday, 18 April 2013, 14:36 GMT
|
Details
Description:
Failing at initializing modem. Additional info: modemmanager 0.7.990-1 networkmanager 0.9.8.0-3 Downgrade to 0.9.8.0-2; 0.6.0.0-1; works fine. See https://bbs.archlinux.org/viewtopic.php?id=161441 for logs Steps to reproduce: Upgrade to mentoined packages and test with huawei or zte modem. |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Thursday, 18 April 2013, 14:36 GMT
Reason for closing: Fixed
Additional comments about closing: 0.7.990-3
Thursday, 18 April 2013, 14:36 GMT
Reason for closing: Fixed
Additional comments about closing: 0.7.990-3
in addition, when i plug in the modem and NetworkManager & ModemManager are running, my sound devices get shuffled around: they appear and disappear in the KDE systemsettings module, confusing pulseaudio. without those ~Managers, that doesn't happen.
also, without Network- and ModemManager, wvdial and the proposed netctl profile mobile_ppp work fine.
for some reason, the 3G modem gets assigned conflicting/wrong resources.
the firest time i connect the modem, it's recognized as such and appears as option in NM. that it doesn't connect at that time may be due to my lousy provider, who've over-sold their capacity, but i've tried several times and normally this time of night (here) works mostly.
i'm attaching 'everything.log' from the moment of connection until the device disappears again from NM.
on further attempts to re-connect the modem it isn't even recognized anymore, only after restarting ModemManager.service.
Never mind, it's not in the journal. Please stop ModemManager and rerun it under gdb in order to get traces.
Oh, and for the future, note that ModemManager must now be enabled (systemctl enable) in order to get started automatically.
when i attach gdb later (via PID) the same thing happens, but the 3G modem isn't recognize at all.
attaching gdb after the modem has been recognized but before trying to connect doesn't show any output during the (failed) connect attempts. even though i think it's useless, i'm attaching the output i get.
and after stopping MM & NM, the connection works immediately using netctl profile mobile_ppp.
of course; but in general i prefer netcfg, or netctl now.
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x00007f51346815e6 in __memcpy_ssse3_back () from /usr/lib/libc.so.6
(gdb) bt
#0 0x00007f51346815e6 in __memcpy_ssse3_back () from /usr/lib/libc.so.6
#1 0x00007f5134b3585f in g_array_append_vals () from /usr/lib/libglib-2.0.so.0
#2 0x00007f5134b36869 in g_byte_array_append () from /usr/lib/libglib-2.0.so.0
#3 0x0000000000439458 in mm_sms_part_new_from_binary_pdu ()
#4 0x00000000004399b6 in mm_sms_part_new_from_pdu ()
#5 0x00000000004631f9 in ?? ()
#6 0x00007f51350d0ab7 in g_simple_async_result_complete () from /usr/lib/libgio-2.0.so.0
#7 0x0000000000434d08 in ?? ()
#8 0x000000000048312b in ?? ()
#9 0x0000000000480b13 in ?? ()
#10 0x00000000004826ab in ?? ()
#11 0x00007f5134b5ff06 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#12 0x00007f5134b60258 in ?? () from /usr/lib/libglib-2.0.so.0
#13 0x00007f5134b6065a in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#14 0x0000000000426da6 in main ()
(gdb)