User Tools

Site Tools


doc:appunti:hardware:raspberry_networking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
doc:appunti:hardware:raspberry_networking [2022/02/09 11:30] – [/etc/dhcpcd.conf] niccolodoc:appunti:hardware:raspberry_networking [2022/02/09 12:55] – [/etc/dhcpcd.conf] niccolo
Line 39: Line 39:
 </file> </file>
  
 +Per configurare **wlan0** tramite DHCP è necessario configurare il file **/etc/wpa_supplicant/wpa_supplicant.conf**, comprese le righe iniziali con le impostazioni **country**, ecc.:
 +
 +<file>
 +country=IT
 +ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
 +update_config=1
 +network={
 +        ssid="MyESSID"
 +        psk="MyWPA2Secret"
 +}
 +</file>
 ===== Network Manager ===== ===== Network Manager =====
  
doc/appunti/hardware/raspberry_networking.txt · Last modified: 2023/06/11 11:41 by niccolo