El vie, 02-09-2011 a las 01:52 -0500, garrent escribió: > Que tal. Acabo de instalar Debian hace 4 dias......... > Debian Squeeze.
> El la consola me da un mensaje de error constantemente: > > [ 2546.824050] phy0 -> rt2500pci_set_device_state: Error - Device failed > to enter state 1 (-16). La solucion fue: iwconfig wlan0 power off Con eso deja de salir el error, pero al encender la maquina de nuevo el error vuelve a presentarse. Para hacer la solucion permanente: Editar /etc/rc.local Poner antes de exit 0 iwconfig wlan0 power off ---------- #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. iwconfig wlan0 power off exit 0 ---------- Otra solucion posible que encontre: Abrir etc/network/if-pre-up.d/wireless-tools y al final de ese archivo agregar esto: /sbin/iwconfig wlan0 power off Tal vez sea una solucion parcial y lo mejor sea lo de actualizar el kernel, pero para que un novato al menos eso funciono Referencias: A parte de la aportacion de esta lista. http://blog.drmodding.com.mx/solucion-rt2500pci_set_device_state-error-device-failed-to-enter-state-1/ Gracias a todos Saludos Garrent -- To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1315892689.2651.9.ca...@maquina-negra.rbn