Skip to content

Instantly share code, notes, and snippets.

@ccoles146
ccoles146 / readme.md
Last active November 18, 2024 08:36
Intel Meteor Lake Ultra 5 vGPU iGPU SR-IOV VFs Support

How to get SR-IOV working for Intel Meteor Lake Ultra 5 iGPU

This is largely copied from

Statement of where we're at

Intel Arc driver support is available for Ubuntu 22.04 and 23.04 but not 24.04 or later Additional (more recent) drivers from Intel can be found here Hardware Support table is available here The above table suggests that the Ultra 5 which includes the 7dd5 PCI ID, is supported since kernel 6.8 but may need enabling by including the Kernel parameter force_probe=7dd5

In kernel 6.11 it seems that even with the latest Intel DRM driver installed it does not support SR-IOV

@ccoles146
ccoles146 / server-install.md
Created April 3, 2024 15:12
Quick Local Video streaming server with push to multiple destinations

Video Streaming Server

Installation

  1. Download and install Ubuntu, (e.g. server 22.04)
  2. Configure server with static IP address
  3. Install Nginx-RTMP
sudo apt update