What's new

3.0.0.4.374.5656 fixes 3G Dongles Huawei ?

  • 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!

well this is what I wrote some post higher:

hey are in the ROM, so we can not modify them. But you can add this to the /jffs/scripts/service-start :

echo -e "AT^NDISDUP=1,1,\"data\"\r" > /dev/ttyUSB1
sleep 5
udhcpc -i usb0 -p /var/run/udhcpc1.pid -s /tmp/udhcpc
 
well its a DHCP which will get you the IP from your Provider. Without this you would need to assign it manually.

Yes... I know but something is blocking the ping signal from the router?
 
Is it possible for mr Merlin to make a beta fw with this fix?;)

for us how dont no a sh***t about this and how it works:confused:

regards

Do you know howto SSH into the Asus router? If so, this is very straight forward.
 
You have to modify iptables to allow icmp

well its blocking from the router to internet or from internet to router ? When from internet to router than allow the PING in the Firewall (not a good Idea anyway in my opinion.)
 
well its blocking from the router to internet or from internet to router ? When from internet to router than allow the PING in the Firewall (not a good Idea anyway in my opinion.)

Code:
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             anywhere             state INVALID
4    ACCEPT     all  --  anywhere             anywhere            
[B]5    DROP       icmp[/B] --  anywhere             anywhere            
6    ACCEPT     all  --  anywhere             anywhere             ctstate DNAT
7    ACCEPT     all  --  anywhere             anywhere
 
well this is what I wrote some post higher:

OK, sorry missed that ....

Somehow I need another sleep.

Code:
#!/bin/sh
sleep 120
echo -e "AT^NDISDUP=1,1,\"internet.telenor.se\"\r" > /dev/ttyUSB1
sleep 5
udhcpc -i usb0 -p /var/run/udhcpc1.pid -s /tmp/udhcpc

icmp next.....;)
 
icmp next.....;)

Well, I am too dumb figuring out correct syntax for outgoing icmp....:eek:

I can find a lot with Google and incoming ping request but not outgoing.
 
well it should not be blocked. Not sure but by me its not working SSH router -> to any internet destination like google.de

But when I do the same from the Laptop connected to Wifi than it works. Just from the router itself (also network tool) is not working. How by you plun ?

Just applied the iptables rules, also still not working. This maybe some with the DUAL LAN ?

Anyway for what you want to use this in normal usage ?
 
Anyway for what you want to use this in normal usage ?

OK, it has been the same situation with Shibbys firmware and I don't need it but other users with other ISPs in my country needs it for stayin alive scripts, some ISPs resets the net during nights and therefore a stayin alive script is needed for router reboots.

Stable connection also today!
 
I have make a supportcase to Swedish Asus support about the broken Huawei drivers. So intressding what there anwser is going to be........ to be continued...
 
I have make a supportcase to Swedish Asus support about the broken Huawei drivers. So intressding what there anwser is going to be........ to be continued...

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..
 
not anything you can fix ?:D
 
okay..... for my selft , I preferd Merlins FW but thanks anyway

is there Another highspeed usb modem that the 68u router supports then?
 
Last edited:
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

Well, maybe dd-wrt can be considered as "stable" now but I like Merlins firmware and it's near Asus official fw.

dd-wrt AC68 thread, 44 pages :p
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=177612

I don't want to test it.

Shibby got a new tomato release: (Merlin also helped him, see changelog)
http://tomato.groov.pl/

OpenWRT doesn't like Broadcom and closed drivers so I exclude it directly.

So maybe it's to wait for 2016 or use the two magic commands and a little script! ;)
 
I have make a supportcase to Swedish Asus support about the broken Huawei drivers. So intressding what there anwser is going to be........ to be continued...

probably they will tell you the same as me. Will be in the next release. I opened a case already for this.
 
okay..... I aslo Think they will tell me the same anweser.... i meen time I did go for mr @plun advise and run Putty and the command to run the Modem in highspeed...and it work great :D

thanks @Speedy1205 for commands
logg.jpg
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top