xipbox
18-03-2008, 21:11
Hi friend
Thera are the dial user config that resolve the problems connecting to internet with Huawei E-220 connect Box of Vodafone Portugal in Oleg's firmware.
The solution is the command that wil verify if /dev/usb/tty/0 is mounted if not it restart the router and then it work fine.
This problem appends when power on the router for the firts time and it don't reconise the E-220 box.
this is the script
if [ -c /dev/usb/tts/0 ]
then ( pppd call gprs )
else ( sleep 10 && reboot )
fi
:D
2728
Thera are the dial user config that resolve the problems connecting to internet with Huawei E-220 connect Box of Vodafone Portugal in Oleg's firmware.
The solution is the command that wil verify if /dev/usb/tty/0 is mounted if not it restart the router and then it work fine.
This problem appends when power on the router for the firts time and it don't reconise the E-220 box.
this is the script
if [ -c /dev/usb/tts/0 ]
then ( pppd call gprs )
else ( sleep 10 && reboot )
fi
:D
2728