- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can you please send us details about your system and which OS to look into this issue? Is that the only error you see - "Error... Not installed intel-linux-media-devel rpm package!" , this error should come if the package is not present in installation folder. Can you please check & confirm?
Thanks,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
Xeon E1225 is not in the list of supported system for Media Server Studio due to which you might be seeing this issue.
The systems we support are -
- 5 th Generation Intel Core™ Processors with Intel Iris™ Pro Graphics, Intel Iris Graphics or Intel HD Graphics 5000/6000+ Series.
- Intel® Xeon® Processor E3-128x v3 with Intel C226 Chipset:
- Intel® Xeon® Processor E3-1284 v3
- Intel® Xeon® Processor E3-1285 v3
- Intel® Xeon® Processor E3-1285L v3
- Intel® Xeon® Processor E3-1286 v3
- Intel® Xeon® Processor E3-1286L v3
- 4 th Generation Intel Core™ Processors with Intel® Iris™ Pro Graphics, Intel Iris Graphics or Intel HD Graphics 4200+ Series (chipset compatibility is usually not an issue for Core™ processors.)
This is mentioned in the Media Server Studio release notes.
Thanks,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does the E1285 system has the latest driver? Can you try running it again as root? Or, instead of running as root, add "admin" user to the video group and run again? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
This is strange that x11 samples are working and not drm, our driver should support both x11 & drm path. One thing I see is that you are using precompiled binaries, can you download sample package for R5 from here and build the samples and check if you see the same issue. We expect pre-compiled binaries to work as well but to rule out any dependency issue can you try the sample package and confirm the results.
>>The driver come from Xf86-video-intel driver (version: 2.20.10,
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/xf86-v...),
The installation scripts in the OS folder installs the driver as well, did you install it separately? Also did you follow the procedure mentioned under CentOS7.1 in getting started guide to install the product?
If you still see the issue can you run this quick test & confirm the o/p so that we can debug the issue, if any -
o/p of $rpm -qa | grep drm (to check libdrm version)
o/p of $rpm -qa | grep libva (to check libva version)
o/p of $uname -r (to check the kernel version)
o/p of $rpm -qa | grep intel
Also, can you force the rpm packages manually to resolve any conflicts with
cd to OS directory and run this cmd $rpm --force -Uvh *.rpm
Please let us know your findings.
Thanks,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Demo which I build for R5 from your address by downloading,still fail as old.
The driver is right.
[admin@localhost Desktop]$ rpm -qa |grep drm
drm-utils-2.4.56-36242.el7.x86_64
libdrm-2.4.56-36242.el7.x86_64
libdrm-devel-2.4.56-36242.el7.x86_64
[admin@localhost Desktop]$ rpm -qa |grep libva
libva-utils-1.3.1-staging.20130628.36242.el7.x86_64
libva-1.3.1-staging.20130628.36242.el7.x86_64
libva-devel-1.3.1-staging.20130628.36242.el7.x86_64
[admin@localhost Desktop]$ uname -r
3.10.0-229.4.2.el7.x86_64
[admin@localhost Desktop]$ rpm -qa | grep intel
intel-opencl-1.2-devel-16.4-36242.el7.x86_64
intel-linux-media-devel-16.4.2-36242.el7.x86_64
intel-linux-media-16.4.2-36242.el7.x86_64
xorg-x11-drv-intel-2.99.916-5.el7.x86_64
intel-opencl-1.2-16.4-36242.el7.x86_64
[admin@localhost Desktop]$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't see you are not booted into right kernel -
[admin@localhost Desktop]$ uname -r
3.10.0-229.4.2.el7.x86_64
It should have MSS reference like this
$ uname -r
3.10.0-229.1.2.36242.MSSr4.el7.centos.x86_64
Please re-run the kernel installation script and reboot the system and boot into the MSS kernel. Please verify the installation by following the getting started guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi 峰 王.,
How did you resolve:
Error... Not installed intel-linux-media-devel rpm package!
I have same issue.
Regards,
Ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ran,
I see you have asked install related questions on few threads and Jeff has replied on the other . So I wanted to confirm if your issue got resolved? If not, please let us know what is the exact error you are seeing?
Thanks,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Surbhi M,
I followed the steps mentioned in the getting started guide for installing the Intel media server studio SDK.
1) Version used: MediaServerStudioEssentials2016.tar.gz
2) Here are details about system:
i) Model name: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (SKYLAKE PROCESSOR) & x86_64 CPU : 64-bit
ii) Linux_Version used : CentOS Linux release 7.1.1503
3) checked few basic steps like :
i) [skylake@localhost user]$ lsmod | grep i915
Checked i915 DRM module is installed
ii) [squidskylake@localhost ffmpeg-3.0]$ lspci -nn -s 00:02.0
00:02.0 VGA compatible controller [0300]: Intel Corporation Sky Lake Integrated Graphics [8086:1912] (rev 06)
I tried to select/enter into MSS patched kernel while booting , now I am getting like
4) [root@localhost ffmpeg-3.0]$ uname -ar
Linux localhost.localdomain 3.10.0-229.1.2.47109.MSSr1.e17.centos.x86_64 #1 SMP Fri Mar 18 07:50:19 IST 2016 x86_64 x86_64 x86_64 GNU/Linux
5) [root@localhost ffmpeg-3.0]$ uname -r
3.10.0-229.1.2.47109.MSSr1.e17.centos.x86_64
6) configured libmfx library and checked hw accelerators :
[skylake@localhost ffmpeg3.0]$ ./ffmpeg -codecs | grep 'qsv'
Displaying all existing H264_qsv & HEVC_qsv encoders & decoders
7) but find some problem while running vainfo as follows.
[skylake@localhost ffmpeg-3.0]# vainfo
libva info: VA-API version 0.99.0
Xlib: extension "XFree86-DRI" missing on display ":0".
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
vaInitialize failed with error code -1 (unknown libva error),exit
can you please help me regarding above issues.
I am unable to use intel HW engines for AVC decoder with ffmpeg on skylake pc
Right now getting errors when i try to use H264_qsv decoding :
[user@localhost ffmpeg-3.0]$ ./ffmpeg -i /home/xyz/tractor.264 -vcodec h264_qsv /home/xyz/out1.yuv
ffmpeg version 3.0 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
configuration: --enable-libmfx --enable-nonfree
libavutil 55. 17.103 / 55. 17.103
libavcodec 57. 24.102 / 57. 24.102
libavformat 57. 25.100 / 57. 25.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 31.100 / 6. 31.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
[h264 @ 0x23a6380] Stream #0: not enough frames to estimate rate; consider increasing probesize
Input #0, h264, from '/home/xyz/tractor.264':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p, 1280x720, 25 fps, 25 tbr, 1200k tbn, 50 tbc
[h264_qsv @ 0x245d4c0] mfx init: /dev/dri/renderD128 fd open failed
[h264_qsv @ 0x245d4c0] mfx init: /dev/dri/renderD129 fd open failed
[h264_qsv @ 0x245d4c0] mfx init: /dev/dri/renderD130 fd open failed
libva info: VA-API version 0.99.0
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
[h264_qsv @ 0x245d4c0] mfx init: /dev/dri/card0 vaInitialize failed
[h264_qsv @ 0x245d4c0] mfx init: /dev/dri/card1 fd open failed
[h264_qsv @ 0x245d4c0] mfx init: /dev/dri/card2 fd open failed
[h264_qsv @ 0x245d4c0] Selected ratecontrol mode is not supported by the QSV runtime. Choose a different mode.
Output #0, rawvideo, to '/home/xyz/out1.yuv':
Stream #0:0: Video: h264, none, q=2-31, 128 kb/s, 25 fps
Metadata:
encoder : Lavc57.24.102 h264_qsv
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_qsv))
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Thanks & Regards,
Giri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Giri,
Media Server Studio 2016 doesn't support 6th generation(codename as Skylake processor). Please refer to release notes for hardware support - https://software.intel.com/sites/default/files/media_server_studio_essentials_release_notes_linux.pdf
Thanks,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Surbhi ,
Thank you very much ,
what about vainfo,is vainfo error related to system or MSS installation ?
I tried on both Skylake and HSW systems,both as same issue like
when I run vainfo , i am getting like:
libva info: VA-API version 0.99.0
Xlib: extension "XFree86-DRI" missing on display ":0".
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
vaInitialize failed with error code -1 (unknown libva error),exit
Regards,
Giri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Surbhi,
one thing I forgot to mentioned that:
Installing CentOS 7.1 on VM Ware Workstation 11.1.0
HSW system, Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
still while i run vainfo ,getting error like avobe,please give solution for that one..
Thanks & Regards,
Giri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Giri,
That's not an expected o/p, seems like it's opening a different driver, not iHD. Can you please provide system details of HSW - i7-4700MQ ? Can you please make sure to go through pre-requisite and hardware access steps from getting started guide - https://software.intel.com/sites/default/files/media_server_studio_getting_started_guide.pdf. ;
Thanks,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Surbhi,
I tried on HSW system only,
here are the system details:
[giri@localhost lib64]$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 2
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
Stepping: 3
CPU MHz: 2394.465
BogoMIPS: 4788.93
Hypervisor vendor: VMware
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0,1
Installing CentOS 7.1 on VM Ware Workstation 11.1.0..
but vainfo still fails..
Please let me know any another details required...
REgards,
Giri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to opening iHD driver...?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page