[EMAIL PROTECTED] wrote:

> load_firmware() {
>   if ! modem_run $MODEM_RUN_OPTIONS; then
>     echo "Cannot initialize the modem."
>     exit 1
>   fi
>   return 0
> }
> 
> I have no idea what means the if condition...
> 
It means if modem_run fails to load the firmware then print a message 
"Cannot initialize the modem."
> I have another doubt about this script:
> 
>   case "$MODEM_REVISION" in
>     0.00|2.00) # old stingray and purple frog
>       FIRMWARE_FILE="/usr/local/lib/speedtouch/KQD6_3.012"  <-- HERE
>       ;;
>     4.00) # new grey frog
>       FIRMWARE_FILE="/usr/local/lib/speedtouch/ZZZL_3.012"   <-- HERE
>       ;;
>     *)
>       echo "Unknown modem revision $MODEM_REVISION"
>       exit 1
>       ;;
>   esac
> fi
> 
> if [ ! -e "$FIRMWARE_FILE" ]; then
>   echo "Cannot find $FIRMWARE_FILE."
>   exit 1
> fi
> 
> It asks for the Speedtouch 330 firmware (I placed KQD6_3.012 in there),
> but I have a Speedtouch USB, is that a problem?
> I tried placing in that directory the KQD6P2.eni firmware, renaming it
> KQD6_3.012, but I get the message "Cannot find
> /usr/local/lib/speedtouch/KQD6_3.012". 

You can get those files from Thompson 
http://www.speedtouch.com/driver_upgrade_lx_3.0.1.2.htm Scroll to the 
bottom of the page and click download Firmware.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to