I got the menu Wlan, my Dlink Wifi adapter LED's is blinking and the WLAN scan gives me all the the neighbors Wifi. by Using this syntax :

wlan=rt5370sta `cat /etc/enigma2/settings | grep systemoptions.wlan | cut -d "=" -f2`
if [ ! $wlan ] || [ ! -e $MODDIR/$wlan.ko ]; then
echo "No WLAN"
else
insmod $MODDIR/$wlan.ko
echo "$wlan WLAN"
# echo "$wlan WLAN" > /dev/vfd
# sleep 3
fi

But unfortunately :
- it does not connect properly to my router. Using the network test Menu, the IP address failed and the Nameserver failed.
- and I do not know why but my two phones are disconnected from my WLAN network. and they do not reconnect even while trying to reconnect them manually. I need to disconnect the Hs7429 WLAN so that the connection is restored to my phones.


after several attempts, I gave up.