Historias
Slashboxes
Comentarios
 
Este hilo ha sido archivado. No pueden publicarse nuevos comentarios.
Mostrar opciones Umbral:
Y recuerda: Los comentarios que siguen pertenecen a las personas que los han enviado. No somos responsables de los mismos.
  • Re:En debian...

    (Puntos:1)
    por monet (9006) <jturarrobaeresmas.net> el Jueves, 11 Marzo de 2004, 18:23h (#276070)
    ( http://ttt.inf.upv.es/~joatumas )
    Efectivamente, en debian se puede poner la configuración en /etc/network/interfaces

    En mi caso tengo esta entrada:

    iface eth1 inet dhcp
                    wireless_essid UPVNET

    y para levantar el interface:

    # ifup eth1
    [ Padre ]
  • Re:En debian...

    (Puntos:1)
    por Taylor (290) el Viernes, 12 Marzo de 2004, 09:02h (#276246)
    ( http://barrapunto.com/ )
    ¿Has probado esto?
    System hang?
    There is currently an issue with some laptops such that if the C3 processor power state is enabled, the system will hang shortly after initializing the IPW2100.

    If you experience this, please send us an email letting us know the model and vendor information.

    As a temporary work around you can disable the 'processor' module in ACPI, or appply the following patch to drivers/acpi/processor.c to disable C3 (your processor can then continue to transition into C2 and also use the thermal module for controlling the fan, etc.):

    --- processor.c.orig Wed Mar 3 14:10:42 2004
    +++ processor.c Thu Mar 4 17:56:02 2004 @@ -1598,6 +1598,11 @@
    "No bus mastering arbitration control\n"));

    /*
    + * Hack: Disable bus master controller to disable C3 power transitions
    + */
    + pr->flags.bm_control = 0;
    +
    + /*
    * Evalute the processor object. Note that it is common on SMP to
    * have the first (boot) processor with a valid PBLK address while
    * all others have a NULL address.
    --
    Si no puedes deslumbrar con tu sabiduría, desconcierta con tus gilipolleces.
    [ Padre ]
  • 1 respuesta por debajo de tu umbral de lectura actual.