[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Forzar full-duplex una tarjeta de RED INTEL 100mbs



Kaixo!!!

 Necesito forzar a full-duplex una tarjeta de RED INTEL 100mbs, he estado
mirando los fuentes del kernel y creo que si se puede, pero tengo miedo a
meter la pata y modificar algo intocable.......

 Alguien me puede ayudar?????


NOTAS:

linea  82: MODULE_PARM(full_duplex, "1-" __MODULE_STRING(8) "i");
linea 368: unsigned int full_duplex:1;  /* Full-duplex operation requested. */
linea 382: 0xf2, 0x48,   0, 0x40, 0xf2, 0x80,  /* 0x40=Force full-duplex */
linea 415: /* 'options' is used to pass a transceiver override or full-duplex flag
linea 416:   e.g. "options=16" for FD, "options=32" for 100mbps-only. */
linea 417: static int full_duplex[] = {-1, -1, -1, -1, -1, -1, -1, -1};
linea 577: printk(KERN_INFO "  Forcing %dMbs %s-duplex operation.\n",
linea 582: ((option & 0x10) ? 0x0100 : 0)); /* Full duplex? */

 y alguna más.......


-- 

  Agur......

      The Basque Madness                      / /  (_)__  __ ____  __  
       I.M.D. Computing                      / /__/ / _ \/ // /\ \/ / 
     imd@euskal-linux.org                   /____/_/_//_/____/ /_/\_\
http://www.euskal-linux.org              La novena maravilla del mundo
http://euskal-linux.home.ml.org


Reply to: