Ok.now works...there was an error in line 8 too, the same type of the error in 
line 5 but i correct it.
Maybe was my fault, but now i remember that is a script found on a guide on 
internet (i don't remember exactly where, there are some webpages related to 
S95dial).

The correct version of the file now it is:

#!/bin/bash
modprobe ppp_generic
modprobe pppoatm
count=0
while [[ $((count++)) -lt 40 ]]
do
sync=$(dmesg|grep 'ADSL line is up')
if [ ! -z "$sync" ]
then
pppd call speedtch
exit 0
fi
sleep 1
done
echo "Firmware non caricato"

-- 
Error in /etc/rc2.d/S95dial
https://bugs.launchpad.net/bugs/109969
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to