I am trying to add additional commands to init.d to switch the state of the USB ethernet adapter to try to solve the not working after restart bug (you have to disable and enable Ethernet for the adapter to work again after each restart).
I added netcfg eth0 down and up to the wifi00 file in the init.d folder assuming that is already being executed since the WIFI speed is limited to 65mbps.
But no matter what I do, the commands in the init.d wifi00 file do not appear to get executed - I tried to add a mkdir command so I would know if it was being run and surprise the folder I try to create (in the download folder so it has r/w access) does not work.
Any hints/ideas where I am going wrong (bound to be me...!)
Thanks
Comment