Advertisement
hansfbaier

Untitled

Mar 18th, 2021
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. # path to the xilinx device on your PC vvvvvvvvvvvvvv
  3. cd /sys/devices/pci0000:00/0000:00:09.0/0000:02:00.0
  4. echo 1 > remove
  5. sleep 1
  6. cd ..
  7. echo 1 > rescan
  8. lspci -vt
  9. dmesg | tail
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement