Größe: 308
Kommentar:
|
← Revision 4 vom 2021-07-09 13:06:10 ⇥
Größe: 384
Kommentar:
|
Gelöschter Text ist auf diese Art markiert. | Hinzugefügter Text ist auf diese Art markiert. |
Zeile 7: | Zeile 7: |
/usr/bin/pkill -f DG8BR_AP.conf | /usr/bin/pkill -f wpa_supplicant.conf systemctl disable wpa_supplicant |
Zeile 13: | Zeile 15: |
/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/DG8BR_AP.conf | /sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf |
Zeile 16: | Zeile 18: |
---- KategorieRaspberry |
Raspberry Pi WLAN an und aus schalten
Abschalten
/sbin/ip link set dev wlan0 down /sbin/dhclient -r wlan0 /usr/bin/pkill -f wpa_supplicant.conf systemctl disable wpa_supplicant
Anschalten
/sbin/ip link set dev wlan0 up /sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf /sbin/dhclient wlan0