[SOLVED] Network Manager doesn't work

Hello. I installed Mageia 7.1 x86 LXDE from DVD. When installing, I put all the checkboxes in the "Desktop" section. I only have access to the Internet via a Nokia E51 mobile phone connected via a USB cable in modem mode. Everything works in other Linux distributions. But in Mageia, I can't establish an internet connection.
I followed this instruction https://wiki.mageia.org/en/Switching_to_networkmanager
And
However, the ModemManager package was not in the local DVD repository and I installed it manually by downloading the rpm's from the dual boot Ubuntu 16.04
https://mirror.yandex.ru/mageia/distrib ... e/release/
Rebooted
Services are active, but the Network Manager is empty (no mobile network support). I created a connection manually but it won't connect (no matching devices).
Note that other Linux distributions have no problem with my modem. Moreover, I used to run it in Mageia 7.1 as well, but I don't remember how (then I reinstalled the system).
I managed to get online only via the console wvdial. This package was not on the DVD either, so I downloaded the rpm's and installed it manually:
But, I would like to configure Network Manager to understand what is the cause of the problem.
As you can see, the ModemManager is working. The problem is in NetworkManager. After examining the logs, I believe that the matter is in DBus or freedesktop.
Next, I attach the logs (from Mageia 7.1 and Ubuntu 16.04, where no problem):
Mageia:
Ubuntu (after system load):
Ubuntu (Network active):
journalctl | grep ModemManager > log https://pastebin.com/raw/MzWAdwCN
journalctl (full) > log https://pastebin.com/raw/0xmvggRm
wvdial working config (/etc/wvdial.conf):
I followed this instruction https://wiki.mageia.org/en/Switching_to_networkmanager
And
- Code: Select all
sudo urpmi networkmanager networkmanager-applet ppp openvpn usbutils (from DVD)
However, the ModemManager package was not in the local DVD repository and I installed it manually by downloading the rpm's from the dual boot Ubuntu 16.04
https://mirror.yandex.ru/mageia/distrib ... e/release/
- Code: Select all
sudo rpm -i libmbim-utils.rpm libmbim-glib4.rpm
sudo rpm -i libqmi-utils.rpm libqmi-glib5.rpm
sudo rpm -i modemmanager.rpm
Rebooted
- Code: Select all
sudo systemctl status ModemManager.service
sudo systemctl status NetworkManager.service
Services are active, but the Network Manager is empty (no mobile network support). I created a connection manually but it won't connect (no matching devices).
Note that other Linux distributions have no problem with my modem. Moreover, I used to run it in Mageia 7.1 as well, but I don't remember how (then I reinstalled the system).
I managed to get online only via the console wvdial. This package was not on the DVD either, so I downloaded the rpm's and installed it manually:
- Code: Select all
sudo rpm -i libwvstreams.rpm
sudo rpm -i uniconf.rpm
sudo rpm -i wvdial.rpm
sudo wvdial
But, I would like to configure Network Manager to understand what is the cause of the problem.
As you can see, the ModemManager is working. The problem is in NetworkManager. After examining the logs, I believe that the matter is in DBus or freedesktop.
Next, I attach the logs (from Mageia 7.1 and Ubuntu 16.04, where no problem):
- Code: Select all
lsusb
Bus 005 Device 002: ID 0421:0042 Nokia Mobile Phones E51 (PC Suite mode)
- Code: Select all
ifconfig -a
lo Link encap:Локальная петля (Loopback)
usbpn0 Link encap:UNSPEC
Mageia:
- Code: Select all
sudo comgt -d /dev/ttyUSB0
Can't open device /dev/ttyUSB0
- Code: Select all
sudo comgt -d /dev/ttyACM0
SIM ready
Waiting for Registration..(120 sec max)
Registered on Home network:
Failed to register
- Code: Select all
sudo comgt -d /dev/ttyACM1
Error @139, line 8, Could not write to COM device. (1)
- Code: Select all
sudo comgt -d /dev/ttyACM2
Can't open device /dev/ttyACM2
Ubuntu (after system load):
- Code: Select all
sudo comgt -d /dev/ttyACM0
***SIM ERROR***
Check device port configuration.
Check SIM is inserted
Test SIM in a mobile phone?
Ubuntu (Network active):
- Code: Select all
sudo comgt -d /dev/ttyACM0
Error @74, line 4, Could not write to COM device. (1)
journalctl | grep ModemManager > log https://pastebin.com/raw/MzWAdwCN
journalctl (full) > log https://pastebin.com/raw/0xmvggRm
wvdial working config (/etc/wvdial.conf):
- Code: Select all
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = 9180******
Username = 9180******
Init3 = AT+CGDCONT=1,"IP","internet.yota"