Dan

Results 18 comments of Dan

@vmavromatis Thanks for the request 👍 We've had a few users attempt this installation manually, would be great if we could automate this for them. If noone else is able...

@MichaIng I've considered scrapping dietpi-sync, and upgrading dietpi-backup to support multiple source and target directories. Its basically the same programs. Only issue is with automated sync, and, supporting additional backup...

@frankdugan3 > line 20: G_DIETPI-NOTIFY: command not found Yep, needs globals loaded in. > If I wait long enough, it does seem to randomly connect successfully. The issue is that...

@frankdugan3 Yep, testing now. ``` root@DietPi:~# lsusb Bus 001 Device 003: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS] ```

Notes: ``` Listening on LPF/wlan0/74:da:38:26:9d:65 Sending on LPF/wlan0/74:da:38:26:9d:65 Sending on Socket/fallback DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4 DHCPREQUEST...

So the issue appears to be, when both ```eth``` and ```wlan``` are enabled/active, with the wifi connection script, and, connections are on different subnetworks: - Ping from wlan fails: ```...

@frankdugan3 - Are both eth and wlan connections on the same networks? eg: 192.168.0.* - Do the problems still occur when eth is disabled and system rebooted?

@frankdugan3 > They are on the same networks. Thanks. Interesting, what happens if you run these commands (please paste results): ``` systemctl stop dietpi-wifi-monitor ifdown wlan0 ifup wlan0 sleep 5...

@frankdugan3 > Seems like if I disable eth, it has no problem disconnecting/reconnecting with ifup wlan0/ifdown wlan0. Many thanks for testing 👍 So basically, running both ```eth``` and ```wlan``` causes...

Ok RPi tests: #### Same network: STATIC - 🈯️ Pings fine - 🈴 No gateway from ``` ip route``` ``` root@DietPi:~# ping -I wlan0 -c 1 192.168.0.1 PING 192.168.0.1 (192.168.0.1)...