My hardware info https://clbin.com/gTbzO
My boot log https://clbin.com/FsFnp
My modem is huawei MegaFon M150-2, Modem Manager Gui ver. 0.0.20
My system is Endeavour OS Build 2021 08 27, XFCE.
I have very little linux experience and understandingā¦
Yesterday, Modem Manager gui work just fine with no problem. Today I updated the system, then I realize that I canāt launch Modem Manager Gui when I click the icon app. So I try to remove and reinstalled the app, the problem is still persist.
This time I try sudo modem-manager-gui
, the app showed the welcome screen, but after selecting modem manager and network manager type and pressing continue, the app crashed again.
So hereās what I found,
- While modem is disconnected:
- Clicking the icon app, the app is able to launch without any error
- When I use
sudo modem-manager-gui
, the app is also able to launch, and these show up in the terminal:
Connection manager: Network Manager >= 0.9.0
Modem manager: Modem Manager >= 0.7.0
(modem-manager-gui:3636): libnotify-WARNING **: 13:57:12.333: Failed to connect to proxy
(modem-manager-gui:3636): GLib-CRITICAL **: 13:57:12.334: g_strrstr: assertion 'haystack != NULL' failed
I tried connecting the modem with no sim card on the slot, and try to relaunch the app. App can launch, and the same warning appeared when I use sudo modem-manager-gui
.
- While modem is connected (with simcard on the slot):
- Clicking the icon app does nothing.
- When I use
sudo modem-manager-gui
, these show up:
Connection manager: Network Manager >= 0.9.0
Modem manager: Modem Manager >= 0.7.0
(modem-manager-gui:3038): libnotify-WARNING **: 13:44:22.234: Failed to connect to proxy
(modem-manager-gui:3038): GLib-CRITICAL **: 13:44:22.234: g_strrstr: assertion 'haystack != NULL' failed
Segmentation fault at address: 0x20
Stack trace:
1. /usr/lib/libglib-2.0.so.0(g_bit_lock+0x50) [0x7fb7787edad0]
2. /usr/lib/libglib-2.0.so.0(g_bit_lock+0x50) [0x7fb7787edad0]
3. /usr/lib/libglib-2.0.so.0(g_variant_n_children+0x1e) [0x7fb7788699ee]
4. /usr/lib/modem-manager-gui/modules/libmodcm_nm09.so(mmgui_module_connection_enum+0x4a2) [0x7fb771a2d792]
5. modem-manager-gui(mmguicore_connections_enum+0x6f) [0x5613e1399d9f]
6. modem-manager-gui(+0x4942a) [0x5613e13ba42a]
7. modem-manager-gui(mmguicore_devices_open+0x1c5) [0x5613e139a395]
8. modem-manager-gui(+0x3af15) [0x5613e13abf15]
9. modem-manager-gui(+0x4902b) [0x5613e13ba02b]
Things I have tried to fix the problem:
- Remove and reinstall
modem-manager-gui
from the repo. - Installed
modem-manager
from the repo. - Restart and Shutdown the system.
I tried googling around and tried this:
- Checking if thereās sms stuck on the sim and removing it using
mmcli -m any --messaging-delete-sms=/org/freedesktop/ModemManager1/SMS/
. - Removing sms using
mv ~/.local/share/modem-manager-gui ~/.local/share/modem-manager-gui.old
. - Remove and reinstall
modem-manager-gui
from the repo again. - Try to update the system using
sudo pacman Syu
.
The problem still persist. Any help will be appreciated. Maybe anyone knows a keyword to search around for the fix (since I donāt even understand whatās preventing the app to launch with sim card on haha).
Thank you.