Salve a tutti,

come dal titolo ho lanciato lo script speedtouchconf.sh per far funzionare il mio modem ADSL USB Alcatel SpeedTouch Manta.

questo l'output dello script:

  • (c) Steve Parker, 17 Oct 2002 - 2005 (http://steve-parker.org)
    speedtouchconf comes with ABSOLUTELY NO WARRANTY; for details type:
    /usr/bin/connetti -gpl
    This is free software, and you are welcome to redistribute it
    under certain conditions.
    See the included file COPYING for more details.

    ************************************************
    * *
    * speedtouchconf.sh by Steve Parker *
    * *
    * http://speedtouchconf.sourceforge.net/ *
    * based on speedtouch.sourceforge.net project *
    * *
    ************************************************

    If you have any problems with this script, mail me
    (steve at steve-parker dot org) with the files
    /tmp/speedtouch.txt and /var/log/messages for diagnosis.
    The kernel speedtch module is loaded. This is not
    compatible with the speedtouch usermode driver.
    Removing the speedtch module
    Linux kernel version 2.6 okay.
    /usr/bin
    *******************************************
    * *
    * Please select your ISP Settings *
    * *
    *******************************************

    Country/ISP VPI VCI
    Belgium, ? 8 35
    Denmark, Orang 8 35
    France, wanado 8 35
    France, ? 8 67
    Italy, ? 8 35
    Netherlands, ? 8 48
    Netherlands 0 35
    Poland (NeoStrada) 0 35
    UK, Any 0 38
    Austria (AON) 8 48
    US, BellSouth 8 35
    Singapore Pacificnet 0 100
    Please type your VPI VCI numbers (eg, 0 38 for UK)
    8 35
    Please enter your ISP Login ID (eg another@hg1.btinternet.com)
    **********@*********
    Please enter your ISP Password
    **********
    Settings:
    VPI / VCI : 8 / 35
    Login : **********@*********
    Password : ******
    Are these correct? (Y/N)
    y
    No further user interaction is required.
    Configuring SpeedTouch Driver...
    Software Configuration - SUCCESS
    Building SpeedTouch Driver...
    Software Build - SUCCESS
    Installing SpeedTouch Driver...
    Software Installation - SUCCESS
    Creating ppp files in /etc/ppp
    You can ignore any insmod hints here...

    *** Configuration finished. Starting the connection ***

    ven set 30 15:30:36 UTC 2005
    The modem lights should start flashing for approx. 60 seconds...
    You might see some messages about USBDEVFS_BULK failed - you can ignore this.
    ven set 30 15:31:11 UTC 2005
    The lights should both be solid green now.
    Running : /usr/sbin/pppd call adsl
    Called pppd - you should see some messages about IP addresses now...
    Sep 30 15:31:22 FuncrusherMachinE pppd[7683]: pppd 2.4.3 started by root, uid 0
    Sep 30 15:31:22 FuncrusherMachinE pppd[7683]: Using interface ppp0
    Sep 30 15:31:22 FuncrusherMachinE pppd[7683]: Connect: ppp0 <--> /dev/pts/2
    Sep 30 15:31:23 FuncrusherMachinE pppd[7683]: PAP authentication succeeded
    Sep 30 15:31:23 FuncrusherMachinE pppd[7683]: local IP address 151.37.88.13
    Sep 30 15:31:23 FuncrusherMachinE pppd[7683]: remote IP address 151.6.155.65
    Sep 30 15:31:23 FuncrusherMachinE pppd[7683]: primary DNS address 193.70.152.15
    Sep 30 15:31:23 FuncrusherMachinE pppd[7683]: secondary DNS address 193.70.152.25
    inet addr:151.37.88.13 P-t-P:151.6.155.65 Mask:255.255.255.255
    Looks like we're online...
    Hey look, I can see the Net from here!
    Configuration finished.
    Any potential problems are listed below:
    To automatically dial-in when the PC boots up :
    update-rc.d speedtouch start 90 2 3 4 5 . stop 10 0 1 6 .
    Do you want to set this up now? (Yes / No)
    No
    You are now connected. There is no need to run this
    speedtouchconf.sh script again.
    Congratulations.




fin quì tutto bene, infatti sono collegato a internet.

Il problema sorge dopo il riavvio: seguendo l'indicazione dello script "There is no need to run this
speedtouchconf.sh script again" non lo lancio ma noto ke mi ha installato degli eseguibili:

speedtouch-setup
speedtouch-start
speedtouch-stop

lancio speedtouch-setup configuro tutto indicandogli il file del firmware scaricato dal sito dell'alcatel e tutto il resto di cui aveva bisogno.

Lancio anche speedtouch-start e questo è l'output ke ricevo:

  • root@FuncrusherMachinE:/home/funcrusher# speedtouch-start
    Starting ADSL connection...
    Loading OHCI support... KO


senza connettermi.

Perchè mi da questo problema se quando lancio lo script x l'installazione fila tutto liscio?

Grazie!

Funcrusher