News:

è disponibile So.Di.Linux 2025, distro italiana per la scuola basata su mint mate 20 >>> clicca qui

Menu principale

Installazione Semplificata di ArchLinux - Configurazione, Gestione e Varie

Aperto da nessuno, Domenica 29 Marzo 2020, 13:10:54

Discussione precedente - Discussione successiva

bobol

ed è quello che più apprezzo in queste pagine e nei tuoi interventi  ;)

nessuno

#31
Ormai già dalla iso di Arch Linux di luglio 2020 non è più possibile utilizzare il comando wifi-menu per stabilire una connessione wifi in fase di installazione (evidentemente era troppo facile per gli sviluppatori...), in alternativa gli utenti sono invitati ad utilizzare il comando iwctl, come si può vedere dalla schermata:



Utilizzarlo non è difficile, anche se non è certamente semplice come con  wifi-menu. Se volete affrontare la sfida vi consiglio di interpellare prima l'aiuto in linea con il comando:

iwctl -h

questo è il risultato:

$ iwctl -h

                               iwctl version 1.11                             
--------------------------------------------------------------------------------
  Usage
--------------------------------------------------------------------------------
  iwctl [--options] [commands]

                               Available options                               
--------------------------------------------------------------------------------
  Options                                           Description                 
--------------------------------------------------------------------------------
  --username                                        Provide username
  --password                                        Provide password
  --passphrase                                      Provide passphrase
  --dont-ask                                        Don't ask for missing
    credentials
  --help                                            Display help

                               Available commands                             
--------------------------------------------------------------------------------
  Commands                                          Description                 
--------------------------------------------------------------------------------

Adapters:
  adapter list                                      List adapters
  adapter <phy> show                                Show adapter info
  adapter <phy> set-property <name> <value>         Set property

Ad-Hoc:
  ad-hoc list                                       List devices in Ad-hoc mode
  ad-hoc <wlan> start <"network name"> <passphrase> Start or join an existing
    Ad-Hoc network called
    "network name" with a
    passphrase
  ad-hoc <wlan> start_open <"network name">         Start or join an existing
    open Ad-Hoc network called
    "network name"
  ad-hoc <wlan> stop                                Leave an Ad-Hoc network

Access Point:
  ap list                                           List devices in AP mode
  ap <wlan> start <"network name"> <passphrase>     Start an access point
    called "network name" with
    a passphrase
  ap <wlan> stop                                    Stop a started access
    point

Devices:
  device list                                       List devices
  device <wlan> show                                Show device info
  device <wlan> set-property <name> <value>         Set property

Known Networks:
  known-networks list                               List known networks
  known-networks <"network name"> forget            Forget known network
  known-networks <"network name"> show              Show known network
  known-networks <"network name"> set-property <name> <value>Set property

WiFi Simple Configuration:
  wsc list                                          List WSC-capable devices
  wsc <wlan> push-button                            PushButton mode
  wsc <wlan> start-user-pin <8 digit PIN>           PIN mode
  wsc <wlan> start-pin                              PIN mode with generated
    8 digit PIN
  wsc <wlan> cancel                                 Aborts WSC operations

Station:
  station list                                      List devices in Station mode
  station <wlan> connect <"network name"> [security]Connect to network
  station <wlan> connect-hidden <"network name">    Connect to hidden network
  station <wlan> disconnect                         Disconnect
  station <wlan> get-networks [rssi-dbms/rssi-bars] Get networks
  station <wlan> get-hidden-access-points [rssi-dbms]Get hidden APs
  station <wlan> scan                               Scan for networks
  station <wlan> show                               Show station info


Se non avete voglia e tempo di ingegnavi con iwctl potete sempre utilizzare uno smartphone e il tethering usb.  :)

:ciao: