Advertisement
Guest User

Untitled

a guest
Mar 7th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. echo 1 > /sys/bus/pci/devices/0000\:01\:00.0/remove
  2. echo 1 > /sys/bus/pci/rescan
  3. dmesg | tail -15
  4. [ 5540.084190] pci 0000:01:00.0: BAR 2: failed to assign [io size 0x0004]
  5. [ 6207.574013] pci 0000:01:00.0: [1c00:5834] type 00 class 0x100000
  6. [ 6207.574120] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
  7. [ 6207.574136] pci 0000:01:00.0: reg 0x10: [io size 0x0100]
  8. [ 6207.574187] pci 0000:01:00.0: reg 0x14: [mem 0xfa000000-0xfa007fff pref]
  9. [ 6207.574237] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
  10. [ 6207.574249] pci 0000:01:00.0: reg 0x18: [io size 0x0004]
  11. [ 6207.574398] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
  12. [ 6207.574720] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
  13. [ 6207.580682] pci 0000:01:00.0: BAR 1: assigned [mem 0xfa000000-0xfa007fff pref]
  14. [ 6207.580707] pci 0000:01:00.0: BAR 6: assigned [mem 0xfa008000-0xfa00ffff pref]
  15. [ 6207.580711] pci 0000:01:00.0: BAR 0: no space for [io size 0x0100]
  16. [ 6207.580714] pci 0000:01:00.0: BAR 0: failed to assign [io size 0x0100]
  17. [ 6207.580717] pci 0000:01:00.0: BAR 2: no space for [io size 0x0004]
  18. [ 6207.580719] pci 0000:01:00.0: BAR 2: failed to assign [io size 0x0004]
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement