Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

QuickSync on CentOS with i5-4460?

Ildar_K_
Beginner
1,254 Views

Hi,

i install MediaServerStudioEssentials2016 on CentOS 7.1.1503 but it not work:

# ls /dev/dri
ls: cannot access /dev/dri: No such file or directory

 

# cat /etc/redhat-release 
CentOS Linux release 7.1.1503 (Core) 

# rpm -qa | grep drm
libdrm-2.4.56-47109.el7.x86_64
drm-utils-2.4.56-47109.el7.x86_64
libdrm-devel-2.4.56-47109.el7.x86_64
# rpm -qa | grep libva
libva-1.67.0.pre1-47109.el7.x86_64
libva-devel-1.67.0.pre1-47109.el7.x86_64
libva-utils-1.67.0.pre1-47109.el7.x86_64
# rpm -qa | grep intel
intel-opencl-1.2-16.4-47109.el7.x86_64
intel-linux-media-16.4.4-47109.el7.x86_64
xorg-x11-drv-intel-2.99.917-8.20150615.el7.x86_64
intel-opencl-1.2-devel-16.4-47109.el7.x86_64
intel-linux-media-devel-16.4.4-47109.el7.x86_64

# uname -a
Linux localhost.localdomain 3.10.0-229.1.2.47109.MSSr1.el7.centos.x86_64 #1 SMP Tue Apr 19 09:40:11 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux

# lspci -nn -v -s 00:02.0
00:02.0 Display controller [0380]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
    Subsystem: ASUSTeK Computer Inc. Device [1043:8534]
    Flags: bus master, fast devsel, latency 0, IRQ 11
    Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at f000 [size=64]
    Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features

 

0 Kudos
8 Replies
Jiandong_Z_Intel
Employee
1,254 Views

Hi There,

I want to better understand your system. can you share following output of command line to me ?

$ cat /proc/cpuinfo | grep -i intel

$ lspci -nn | grep VGA

$ lspci -k -s 00:02.0 

And, Have you met any error during run the script (install_sdk_UMD_CentOS.sh and build_kernel_rpm_CentOS.sh) ?

 

Thanks,

Zachary

0 Kudos
Ildar_K_
Beginner
1,254 Views

Hi,

 

# cat /proc/cpuinfo | grep -i intel
vendor_id    : GenuineIntel
model name    : Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz
vendor_id    : GenuineIntel
model name    : Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz
vendor_id    : GenuineIntel
model name    : Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz
vendor_id    : GenuineIntel
model name    : Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz

 

#  lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)

# lspci -k -s 00:02.0 
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
    Subsystem: ASUSTeK Computer Inc. Device 8534

 

No  error during run the scripts.

 

Thanks.

 

 

 

0 Kudos
Alexander_K_5
Beginner
1,254 Views

Hi Ildar.

Check i915 module with following command:

$ lsmod | grep i915

If the module is not loaded, try to load it manually:

$ modprobe i915

0 Kudos
Ildar_K_
Beginner
1,254 Views

Hi Alexander.

i915 module loaded

$ lsmod | grep i915
i915                  938476  0 
i2c_algo_bit           13413  1 i915
drm_kms_helper         98274  1 i915
drm                   311336  2 i915,drm_kms_helper
i2c_core               40325  5 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit
video                  19263  1 i915

 

0 Kudos
Ildar_K_
Beginner
1,254 Views

no error in scripts, except need addition installation mesa-dri-drivers and net-tools

0 Kudos
Jiandong_Z_Intel
Employee
1,254 Views

Hi Ildar.

on my machine will got following output.

lmsdk@jiandon-desk1:~$ lspci -k -s 00:02.0
00:02.0 VGA compatible controller: Intel Corporation Device 0d22 (rev 08)
        Subsystem: Gigabyte Technology Co., Ltd Device d000
        Kernel driver in use: i915
 

It looks like your i915 module is not load correctly.

let's check grub menu, please share the output of following command line.

$ cat /proc/cmdline

and let me know if you used UEFI in BIOS ?

 

Thanks,

Zach

0 Kudos
Ildar_K_
Beginner
1,254 Views

Thanks. nomodeset in cmdline disable quicksync.

0 Kudos
Jiandong_Z_Intel
Employee
1,254 Views

Hi,

It looks like you have found the root cause of this issue, I am closing this thread.

Thanks

Zachary

 

 

0 Kudos
Reply