USB stability (rb751g)
Posted: Tue Mar 05, 2013 11:36 pm
I connected a mobile usb modem to a rb751g with the intention that the router should provide network access for some laptops. It worked great... for two days. Within a week the mobile connection has failed 4 times, in 4 different ways. Has anyone experienced anything similar? Any suggestions on how to make it stable?
ROS: 5.20
Heres the code I used to configure the interface
So when it stopped working, the messages showing in the log are:
I disconnect the usb, wait a minute and reconnect ... still no help
Then I unplug the power of the router for a minute - and it starts working again
Then the next day it stops working again. From experience from the day before I unplug the power from the router and reconnect the power - to no help. Then I tried unplugging and reconnect the usb - still no help. Finally I deleted the interface and recreated it using the same command, and it started to work again.
A couple of days later it stopped working again.
I tried all the tricks mentioned above, and when I tried to recreate the interface, it failed. It turns out that the port is no longer named usb1, but usb3. So I edit the command, recreate the interface and it works again.
But just a couple of hours later it stops again. Before doing anything else, I check the usb status. It turns out that the port once again has changed, now back to start and it's called usb1 again.
So I change the port of the existing interface from usb3 to usb1 - to no help.
Then I deleted the interface and recreated it - to no help.
Rebooted the router - to no help.
Disconnected and reconnected usb - to no help.
Disconnected the power and reconnected - then it started working.
How can I make this stable?
ROS: 5.20
Heres the code I used to configure the interface
Code: Select all
/interface ppp-client
add add-default-route=yes allow=pap,chap,mschap1,mschap2 apn=internet data-channel=2
dial-command=ATDT dial-on-demand=no disabled=no info-channel=2 keepalive-timeout=30 max-mru=1500
max-mtu=1500 modem-init="" mrru=disabled name=ppp-out1 null-modem=no password=580000363006
phone="" pin=5687 port=usb1 profile=default use-peer-dns=yes user=580000363006
I rebooted the router - to no help.echo: async,ppp,info ppp-out1: initializing...
echo: async,ppp,info ppp-out1: reseting link...
echo: async,ppp,info ppp-out1: reseting link... - could not acquire serial port
echo: async,ppp,info ppp-out1: disconnected
I disconnect the usb, wait a minute and reconnect ... still no help
Then I unplug the power of the router for a minute - and it starts working again
Then the next day it stops working again. From experience from the day before I unplug the power from the router and reconnect the power - to no help. Then I tried unplugging and reconnect the usb - still no help. Finally I deleted the interface and recreated it using the same command, and it started to work again.
A couple of days later it stopped working again.
I tried all the tricks mentioned above, and when I tried to recreate the interface, it failed. It turns out that the port is no longer named usb1, but usb3. So I edit the command, recreate the interface and it works again.
But just a couple of hours later it stops again. Before doing anything else, I check the usb status. It turns out that the port once again has changed, now back to start and it's called usb1 again.
So I change the port of the existing interface from usb3 to usb1 - to no help.
Then I deleted the interface and recreated it - to no help.
Rebooted the router - to no help.
Disconnected and reconnected usb - to no help.
Disconnected the power and reconnected - then it started working.
How can I make this stable?