It's a type of Planche
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

reset_pcie_device.sh 339B

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