Nice to heard you succeeded to configure your wifi dongle. :thumbup
pedro0lx wrote:I was following previous post and assumed the manual was outdated!
It is the opposite case the topics on development forum are outdated (bad attempts, errors,...) and this wiki is up to date
Otherwise I advice to backup your files (script, conf, driver) which will be overwritten if you upgrade the nas.
I also advice not to edit rcS as this file may be overwritten if you install a patch. But you should enable the feature boot jobs feature (see its related menu in the firmware web-interface) and then create a short shell script in the folder: /direct-usb/fvdw/cron-boot (so in the subfolder cron-boot of the share fvdw).
This short script is
- Code: Select all
#!/bin/sh
[ -e /etc/wpa_supplicant/wpa_supplicant.conf ] && wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -B >> /etc/iface_scripts/udev.log