Pagina 1 di 3 1 2 3 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 23
  1. #1
    Utente di HTML.it L'avatar di alby89
    Registrato dal
    Dec 2003
    Messaggi
    337

    Modem ethernet,strano TIMEOUT

    Ciao a tutti,ho un problema.da domenica non mi và più la connessione su linux,col modem ethernet.
    Domenica,ho staccato il pc,e lo ho portato da un amico,per giocare,sono tornato a casa,ho riattacato il pc,accendo il pc,linux,e poi.....TIMEOUT!
    Ecco i risultati da shell:

    codice:
    root@mshome:/home/alby#adsl-start................TIMED OUT
    /usr/sbin/adsl-start: line 194:   791 Terminated              $CONNECT "$@" >/d                 v/null 2>&1
    e
    codice:
    root@mshome:/home/alby# adsl-connect 
    eth0: unknown interface: No such device
    SIOCSIFMTU: No such device
    /usr/sbin/adsl-connect: line 16: ipchains: command not found
    /usr/sbin/adsl-connect: line 17: ipchains: command not found
    /usr/sbin/adsl-connect: line 18: ipchains: command not found
    /usr/sbin/adsl-connect: line 20: ipchains: command not found
    /usr/sbin/adsl-connect: line 21: ipchains: command not found
    /usr/sbin/adsl-connect: line 22: ipchains: command not found
    /usr/sbin/adsl-connect: line 25: ipchains: command not found
    /usr/sbin/adsl-connect: line 26: ipchains: command not found
    /usr/sbin/adsl-connect: line 29: ipchains: command not found
    /usr/sbin/adsl-connect: line 32: ipchains: command not found
    /usr/sbin/adsl-connect: line 35: ipchains: command not found
    /usr/sbin/pppd: This system lacks kernel support for PPP.  This could be because
    the PPP kernel module could not be loaded, or because PPP was not
    included in the kernel configuration.  If PPP was included as a
    module, try `/sbin/modprobe -v ppp'.  If that fails, check that
    ppp.o exists in /lib/modules/`uname -r`/net.
    See README.linux file in the ppp distribution for more details.
    :master: Cosa devo fare??

  2. #2
    Prova a fare quello che ti dice il msg d'errore
    dai modprobe -v ppp per vedere se ti carica il modulo ppp
    Altrimenti prova a vedere se il modulo in questione è stato compilato. Lo trovi in /lib/modules/tuokernel/net
    Se c'è ppp.o vuol dire che il modulo è stato compilato, altrimenti preparati ad una ricompilazione del kernel
    Vivere senza tentare, significa rimanere con il dubbio che ce l'avresti fatta.

  3. #3
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,558

    Re: Modem ethernet,strano TIMEOUT

    Originariamente inviato da alby89
    Ciao a tutti,ho un problema.da domenica non mi và più la connessione su linux,col modem ethernet.
    Domenica,ho staccato il pc,e lo ho portato da un amico,per giocare,sono tornato a casa,ho riattacato il pc,accendo il pc,linux,e poi.....TIMEOUT!
    Ecco i risultati da shell:

    codice:
    root@mshome:/home/alby#adsl-start................TIMED OUT
    /usr/sbin/adsl-start: line 194:   791 Terminated              $CONNECT "$@" >/d                 v/null 2>&1
    e
    codice:
    root@mshome:/home/alby# adsl-connect 
    eth0: unknown interface: No such device
    SIOCSIFMTU: No such device
    /usr/sbin/adsl-connect: line 16: ipchains: command not found
    /usr/sbin/adsl-connect: line 17: ipchains: command not found
    /usr/sbin/adsl-connect: line 18: ipchains: command not found
    /usr/sbin/adsl-connect: line 20: ipchains: command not found
    /usr/sbin/adsl-connect: line 21: ipchains: command not found
    /usr/sbin/adsl-connect: line 22: ipchains: command not found
    /usr/sbin/adsl-connect: line 25: ipchains: command not found
    /usr/sbin/adsl-connect: line 26: ipchains: command not found
    /usr/sbin/adsl-connect: line 29: ipchains: command not found
    /usr/sbin/adsl-connect: line 32: ipchains: command not found
    /usr/sbin/adsl-connect: line 35: ipchains: command not found
    /usr/sbin/pppd: This system lacks kernel support for PPP.  This could be because
    the PPP kernel module could not be loaded, or because PPP was not
    included in the kernel configuration.  If PPP was included as a
    module, try `/sbin/modprobe -v ppp'.  If that fails, check that
    ppp.o exists in /lib/modules/`uname -r`/net.
    See README.linux file in the ppp distribution for more details.
    :master: Cosa devo fare??
    A quanto sembra non ti riconosce l' ethernet , riconfigurala.
    Oppure prima prova a togliere x un attimo lo spinotto d' alimentazione al ruter-modem , se è solo disallineamento ,
    col il suo riavvio risolvi.

  4. #4
    Utente di HTML.it L'avatar di alby89
    Registrato dal
    Dec 2003
    Messaggi
    337

    Re: Re: Modem ethernet,strano TIMEOUT

    Originariamente inviato da francofait
    A quanto sembra non ti riconosce l' ethernet , riconfigurala.
    Oppure prima prova a togliere x un attimo lo spinotto d' alimentazione al ruter-modem , se è solo disallineamento ,
    col il suo riavvio risolvi.
    Lo ho già provato
    Ho provato altri comandi:
    codice:
    root@mshome:/home/alby# modprobe via-rhine
     modprobe: Can't locate module via-rhine
    root@mshome:/home/alby# ifconfig eth0 up
    eth0: unknown interface: No such device
    root@mshome:/home/alby#

  5. #5
    dai un occhiata in /lib/modules// come dice il messaggio se i moduli ci sono
    sembra che il pasticcio sia li

    se tu ricompilassi il kernel risolveresti subito

  6. #6
    Utente di HTML.it L'avatar di alby89
    Registrato dal
    Dec 2003
    Messaggi
    337
    Originariamente inviato da andy caps
    dai un occhiata in /lib/modules// come dice il messaggio se i moduli ci sono
    sembra che il pasticcio sia li

    se tu ricompilassi il kernel risolveresti subito
    :rollo:
    Vado a vedere in lib/modules

  7. #7
    Utente di HTML.it L'avatar di alby89
    Registrato dal
    Dec 2003
    Messaggi
    337
    ecco il risultato
    in /lib/modules/2.4.22/kernel/drivers/net ho trovato un file dummy.o
    poi:
    codice:
    root@mshome:/home/alby# modprobe -v ppp
    modprobe: Can't locate module ppp
    codice:
    root@mshome:/home/alby# modprobe -vppp
    
    modprobe: invalid option -- p
    modprobe: invalid option -- p
    
    modprobe: invalid option -- p
    modprobe 2.4.25
    Load/Unload modules with dependencies
    
    
    Load module(s):
     
     modprobe [-a -n -v ] [-C config ] [ -t type ] pattern OR module1 module2 ...
    
    List modules:
      
    modprobe [-l ] [-C config ] [ -t type ] pattern
    
       note: wildcard patterns should be escaped
    
    Show configuration:
      modprobe [-C config ] -c
    
    Remove module(s) or autoclean:
     
     modprobe [-C config ] -r [ module ...]
    
    
    options:
          
         -a, --all                  Load _all_ matching modules
       
         -c, --showconfig           Show current configuration
     
        -d, --debug                Print debugging information
     
        -h, --help                 Print this message
        
       -k, --autoclean            Set 'autoclean' on loaded modules
       
         -l, --list                 List matching modules
       
         -n, --show                 Don't actually perform the action
        
        -q, --quiet                Quiet operation
          
      -r, --remove               Remove module (stacks) or do autoclean
         
       -s, --syslog               Use syslog to report
       
         -t, --type moduletype      Only look for modules of this type
      
          -v, --verbose              Print all commands
     
           -V, --version              Show version
         
       -C, --config configfile    Use instead of /etc/modules.conf
    :master:

  8. #8
    Devi ricompilarti il kernel
    Vivere senza tentare, significa rimanere con il dubbio che ce l'avresti fatta.

  9. #9
    Utente di HTML.it L'avatar di alby89
    Registrato dal
    Dec 2003
    Messaggi
    337
    Originariamente inviato da []v[]aStEr
    Devi ricompilarti il kernel
    Ma nooooo.Non cè altro modo?? :rollo:

  10. #10
    se hai fatto uno spegnimento violento potrebbe avere perso dei dati

    il kernel è il precompìlato slack da installazione o lo hai ricompilato successivamente ?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.