Guest User

Untitled

a guest
Dec 11th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. anisha@linux-dopx:/> sudo /sbin/lspci -n
  2. 00:00.0 0600: 8086:29c0 (rev 10)
  3. 00:02.0 0300: 8086:29c2 (rev 10)
  4. 00:1b.0 0403: 8086:27d8 (rev 01)
  5. 00:1c.0 0604: 8086:27d0 (rev 01)
  6. 00:1c.1 0604: 8086:27d2 (rev 01)
  7. 00:1d.0 0c03: 8086:27c8 (rev 01)
  8. 00:1d.1 0c03: 8086:27c9 (rev 01)
  9. 00:1d.2 0c03: 8086:27ca (rev 01)
  10. 00:1d.3 0c03: 8086:27cb (rev 01)
  11. 00:1d.7 0c03: 8086:27cc (rev 01)
  12. 00:1e.0 0604: 8086:244e (rev e1)
  13. 00:1f.0 0601: 8086:27b8 (rev 01)
  14. 00:1f.1 0101: 8086:27df (rev 01)
  15. 00:1f.2 0101: 8086:27c0 (rev 01)
  16. 00:1f.3 0c05: 8086:27da (rev 01)
  17. 01:00.0 0200: 10ec:8136 (rev 01)
  18.  
  19. the hardware being used
  20. the features used by the OS/distribution
  21. the features by you (file-systems, raid, ..etc)
  22.  
  23. cd your_kernel_src
  24. cp /boot/your-distribution-config .config
  25. make localmodconfig
  26. make menuconfig
  27.  
  28. make defconfig
  29.  
  30. make V=1 defconfig
  31.  
  32. make -f ./scripts/Makefile.build obj=scripts/basic
  33. rm -f .tmp_quiet_recordmcount
  34. make -f ./scripts/Makefile.build obj=scripts/kconfig defconfig
  35. scripts/kconfig/conf --defconfig=arch/x86/configs/x86_64_defconfig Kconfig
  36.  
  37. make ARCH=arm64 defconfig
Add Comment
Please, Sign In to add comment