ubuntu:gpu:check_which_kernel_driver_is_loaded
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:gpu:check_which_kernel_driver_is_loaded [2023/06/27 07:50] – peter | ubuntu:gpu:check_which_kernel_driver_is_loaded [2023/06/27 08:08] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - GPU - Check which kernel driver is loaded ====== | ||
- | |||
- | ===== Using lspci ===== | ||
- | |||
- | <code bash> | ||
- | lspci -k | grep -A 3 -E " | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code bash> | ||
- | 0c:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 744c (rev c8) | ||
- | Subsystem: Gigabyte Technology Co., Ltd Device 240e | ||
- | Kernel driver in use: amdgpu | ||
- | Kernel modules: amdgpu | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * This indicates an AMD GPU. | ||
- | |||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Using lshw ===== | ||
- | |||
- | <code bash> | ||
- | sudo lshw -c video | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code bash> | ||
- | *-display | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | bus info: pci@0000: | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | </ | ||
- | |||
- | ---- | ||
ubuntu/gpu/check_which_kernel_driver_is_loaded.1687852217.txt.gz · Last modified: 2023/06/27 07:50 by peter