Search found 4 matches

by XorXor
16 May 2017, 17:16
Forum: The PPP Widget Family for Android
Topic: PPP Widget 3 if-up if-down scripts
Replies: 0
Views: 15365

PPP Widget 3 if-up if-down scripts

Hi! It would be convenient if the widget supported the launch of the script at the start and stop of the connection (if-up, if-down). Could you add this function? I want to use the tethering for tun0. It is necessary to add iptables rules. For example iptables -t filter -F FORWARD iptables -t nat -F...
by XorXor
07 Feb 2012, 18:18
Forum: Everything Coding
Topic: usb_modeswitch on Ralink-based router
Replies: 5
Views: 12328

Try this: usb_modeswitch -v ${idVendor} -p ${idProduct} -c /share/data/usb_modeswitch/${idVendor}:${idProduct} Thanks, it works! But it should work without -v -p options The link you posted shows the unchanged original source code, but not the way the binary program is called in the router. There m...
by XorXor
07 Feb 2012, 10:01
Forum: Everything Coding
Topic: usb_modeswitch on Ralink-based router
Replies: 5
Views: 12328

The dispatcher script in the original source since version 1.2.1 adds the default values on the fly. They are contained in the config file name, so it's really a redundancy to have them inside the file again. The size of the data package can be reduced considerably by throwing them out. I assume th...
by XorXor
07 Feb 2012, 08:43
Forum: Everything Coding
Topic: usb_modeswitch on Ralink-based router
Replies: 5
Views: 12328

usb_modeswitch on Ralink-based router

Hello. After updating to version 1.2.3 usb_modeswitch I had a problem with switching the modem from the zero-cd mode. On the Router I use this software http://gitorious.org/wive-rtnl-ralink-rt305x-routers-firmware/wive-rtnl-ralink-rt305x-routers-firmware The problem appeared after this commit http:/...