Contribute
Register

[Problem] "sudo intel_reg_dump" command not found

Status
Not open for further replies.
I landed here when trying to figure this out. Get the latest Ubuntu and Google 'intel_reg dump --all' You'll find that you need to install intel-gpu-tools.
 
I landed here when trying to figure this out. Get the latest Ubuntu and Google 'intel_reg dump --all' You'll find that you need to install intel-gpu-tools.

Thanks!
yep, the command line tool in the package was changed from intel_reg_dumper, now its name is 'intel_reg' and the corresponding command line option is 'dump'
 
Linux is a joke.

ubuntu@ubuntu:~$ intel_reg
intel_reg: command not found
ubuntu@ubuntu:~$ sudo apt install '/home/ubuntu/Downloads/intel-gpu-tools_1.14-1_amd64.deb'
ubuntu@ubuntu:~$ intel_reg dump
Warning: register spec not found in '/usr/share/intel-gpu-tools/registers'. Using builtin register spec.
(intel_reg:8531) intel-mmio-CRITICAL: Test assertion failure function intel_mmio_use_pci_bar, file ../../lib/intel_mmio.c:145:
(intel_reg:8531) intel-mmio-CRITICAL: Failed assertion: !(error != 0)
(intel_reg:8531) intel-mmio-CRITICAL: Last errno: 13, Permission denied
(intel_reg:8531) intel-mmio-CRITICAL: Couldn't map MMIO region
Stack trace:
#0 [_init+0x9b29]
#1 [_init+0x73f6]
#2 [_init+0x74a1]
#3 [_init+0x1f52]
#4 [_init+0xd0f]
#5 [__libc_start_main+0xf3]
#6 [_init+0xdf1]
Test (null) failed.
**** DEBUG ****
(intel_reg:8531) intel-mmio-CRITICAL: Test assertion failure function intel_mmio_use_pci_bar, file ../../lib/intel_mmio.c:145:
(intel_reg:8531) intel-mmio-CRITICAL: Failed assertion: !(error != 0)
(intel_reg:8531) intel-mmio-CRITICAL: Last errno: 13, Permission denied
(intel_reg:8531) intel-mmio-CRITICAL: Couldn't map MMIO region
**** END ****
FAIL (-1.000s)
 
Status
Not open for further replies.
Back
Top