Hi, additionally to the duplicated quotes, which should be fixed for the next upload already, there is a "bashism" in asus-wireless.sh. "==" won't work in e.g. "dash".
So, please change it as follows: -if [ "$1" == "" ] ; then +if [ "$1" = "" ] ; then The same applies to the other two comparisons in this file. btw: We're experiencing the same/similar problems with Asus laptops in Ubuntu, too: https://launchpad.net/bugs/204378 -- http://daniel.hahler.de/
signature.asc
Description: This is a digitally signed message part.

