PDA

Bekijk de volledige versie : How TO - Vodafone Huawei E-220 Connecting problems



xipbox
18-03-2008, 20: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

newbiefan
18-03-2008, 20:44
Be very careful when installing this script, because it can end in a continuous rebooting.
Much better is to add to your post-boot (right before rcunslung) 'sleep 30'

Don't forget to store your postboot with flashfs...........&& reboot

xipbox
19-03-2008, 01:07
hi friend

I known if the USB Huawei e-220 isnt connect in the router it go to continous reboot

I have tested this script in post bost and it makes the router continuous rebooting.

With this way is only the form that i can work better.

If you have a better soluttion please help-me

newbiefan
19-03-2008, 21:16
Just replace your script with a 'sleep 30'

When I remove the sleep 30 in my post-boot, I get the same behaviour, because the modem needs time to be initialized, hence let your router wait some seconds and your problems are gone......