• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by su_root

  1. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Seems like it connected pppd, thus the slow(er) speed I think.. Could you dump your nvram to paste bin? nvram show
  2. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    I'm sorry, do not know.
  3. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Contact with Asus dev guys, tried to help them with the script. That's a dev build and with that said, expect anything.. ..try on your own risk :-)
  4. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Hi guys, Try this and report back: https://www.asuswebstorage.com/navigate/s/70FAF03AA9844F26B120F06183A09E1AY I would try myself but don't have time right now. NOTE! Don't try if you don't know what you are doing! For testers only!
  5. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Nope but with DD-WRT or OpenWRT would be doable. If I have time, I'll look into DD-WRT over the weekend. http://www.dd-wrt.com/phpBB2/viewtopic.php?p=878563 https://forum.openwrt.org/viewtopic.php?id=42136
  6. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    I have also :-) Problem is not with broken drivers, only the connection script => should be a super easy fix if you ask me.. ;-) So most likely, there will be a new firmware with updated scripts at the end of year 2016..
  7. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Try with: iptables -I OUTPUT 1 -p icmp -j ACCEPT iptables -I INPUT 1 -p icmp -j ACCEPT
  8. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Chain FORWARD (policy DROP) num target prot opt source destination 1 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED 2 DROP all -- anywhere anywhere 3 DROP all -- anywhere...
  9. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    You have to modify iptables to allow icmp
  10. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Do you know howto SSH into the Asus router? If so, this is very straight forward.
  11. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Does anyone know where the connection scripts are located, can these be edited? It would be nice to update these and get it working automatically after a reboot. Another option to add own script that is executed during boot, if BusyBox supports runlevels or does it need to be done before...
  12. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Well, I'm actually a Finn living in Finland but speak swedish fluently so, yeah, close enough :-)
  13. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Nice that you both got it working! I also can confirm that connection is still alive nor has the RT-AC68U rebooted over night :-)
  14. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    Var så god, inga problem plun ;-) Disabled Watch Dog and rebooted. Now routing table seems ok without any modifications after connected to ISP. Let's see if the connection still up and running in the morning before I'll go to work :-)
  15. su_root

    3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

    @ plun: try this echo -e "AT^NDISDUP=1,1,\"internet\"\r" > /dev/ttyUSB1 internet = ISP specific when both command executed, the led on your E3276 should turn constant blue. You can check if you have wan with nvram show | grep wan (you should see gateway and dns etc.) Then...
Back
Top