It's a type of Planche
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

13 líneas
339B

  1. #!/usr/bin/bash
  2. # Find the PCI ID of the device you want to reset
  3. # # lspci | grep -i usb
  4. # ...
  5. # 0c:00.0 USB controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller (rev 03)
  6. # Remove the device from the system
  7. # # echo 1 > /sys/bus/pci/devices/0000\:0c\:00.0/remove
  8. # Rescan the PCI bus
  9. # # echo 1 > /sys/bus/pci/rescan