It's a type of Planche
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

123456789101112
  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