USB 3Gモバイルブロードバンドを接続できません

USB 3Gモバイルブロードバンドを接続できません

私はArch Linuxを使用しており、D-Linkモバイルブロードバンドを使用してインターネットに接続しようとしています。 (NetworkManager および ModemManager を使用)

GUIを使用して設定しました(APN /ネットワーク設定 - Vodafoneなど..)

ただし、接続しようとすると、次のように表示されます。

$ nmcli device connect cdc-wdm0 
Error: Timeout 90 sec expired.

"/etc/NetworkManager/system-connections/Vodafone\ Vodafone\ Connect"ファイルは次のとおりです。

$ cat /etc/NetworkManager/system-connections/Vodafone\ Vodafone\ Connect 

[connection]
id=Vodafone Vodafone Connect
uuid=6700a92d-d76c-4591-86c8-df2d8d3d30f1
type=gsm
autoconnect=false
permissions=user:severus:;

[gsm]
apn=www
number=*99#

[ipv4]
dns-search=
method=auto

[ipv6]
addr-gen-mode=stable-privacy
dns-search=
method=auto

"/etc/NetworkManager/NetworkManager.conf"ファイルは

出力 - journalctl -r -S "2017-06-06" -u NetworkManager>https://ptpb.pw/xiud

出力journalctl -r -S "2017-06-06" -u ModemManager https://ptpb.pw/s7ER

メモ:同じUSBがUbuntuでうまく動作します。

ベストアンサー1

ログファイルには、NM がクラッシュして再起動するのを確認できます。これはバグであり、アップストリームで修正されました。https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=30d06b2253b7277ed1153bcbbc81f9e1ca3e3474

おすすめ記事