Je vais coller la séquence de commandes que j'essaie d'exécuter pour configurer le bureau Ubuntu 18.04 NetworkManager en fonction de la réponse dans cette SO question . Lorsque j'effectue les étapes dans la réponse , je me retrouve avec un "Erreur: échec de la vérification de la connexion" .
NAME UUID TYPE DEVICE
LINKSYS99999 ... wifi wlp4s0
Valid connection types: adsl, bluetooth, bond, bridge, cdma, dummy, generic, gsm, infiniband, ip-tunnel, macsec, macvlan, 802-11-olpc-mesh (olpc-mesh), ovs-bridge, ovs-interface, ovs-port, pppoe, team, tun, vlan, vpn, vxlan, wimax, 802-3-ethernet (ethernet), 802-11-wireless (wifi), bond-slave, bridge-slave, team-slave
nmcli> remove ipv4.dns
nmcli> set ipv4.ignore-auto-dns yes
nmcli> set ipv4.dns 8.8.8.8 8.8.4.4
nmcli> save
Erreur: échec de la vérification de la connexion: 802-11-wireless.ssid: une propriété est manquante. Vous pouvez essayer d’exécuter "verify fix" pour corriger les erreurs.
Vérifiez la connexion: 802-11-wireless.ssid: la propriété est manquante. L'erreur ne peut pas être corrigée automatiquement.
Qu'est-ce qui se passe et comment puis-je résoudre ce problème? Dois-je publier toutes mes informations sans fil conformément à ce SO guide ?
Vous devez spécifier un ID de connexion ou un nom pour modifier un script de connexion existant, ou ajouter des informations SSID si vous créez un nouveau script de connexion ...
homme nmcli
edit {[id | uuid | path] ID | [type type] [con-name name] }
Edit an existing connection or add a new one, using an interactive
editor.
The existing connection is identified by its name, UUID or D-Bus
path. If ID is ambiguous, a keyword id, uuid, or path can be used.
See connection show above for the description of the ID-specifying
keywords. Not providing an ID means that a new connection will be
added.
The interactive editor will guide you through the connection
editing and allow you to change connection parameters according to
your needs by means of a simple menu-driven interface. The editor
indicates what settings and properties can be modified and provides
in-line help.
Available options:
type
type of the new connection; valid types are the same as for
connection add command.
con-name
name for the new connection. It can be changed later in the
editor.
note de bas de page: s'il s'agit d'une installation Ubuntu Desktop, il est plus facile d'utiliser l'interface graphique de NetworkManager pour configurer ces paramètres.