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

@p0n1
p0n1 / epub_to_audiobook_guide_for_windows.md
Last active March 15, 2025 19:24
This tutorial was crafted with the help of ChatGPT. Leave a comment if you find any mistakes.

EPUB to Audiobook Converter for Windows Users

Welcome to the tutorial on using the EPUB to Audiobook Converter tool on Windows. If you're not familiar with command-line tools or programming, don't worry. This guide is specially designed for users like you. Let's get started!

This tutorial may be out of date. So also check the README of https://github.com/p0n1/epub_to_audiobook for latest command options.

1. Pre-requisites:

  • A working internet connection
  • An active Microsoft Azure account with access to the Microsoft Cognitive Services Speech Services. If you don't have one, follow this link to create it.

Enable & Using vGPU Passthrough

This gist is almost entirely not unlike Derek Seaman's awesome blog:

Proxmox VE 8: Windows 11 vGPU (VT-d) Passthrough with Intel Alder Lake

As such please refer to that for pictures, here i will capture the command lines I used as i sequence the commands a little differently so it makes more logic to me.

This gists assumes you are not running ZFS and are not passing any other PCIE devices (as both of these can require addtional steps - see Derek's blog for more info)

This gist assumes you are not running proxmox in UEFI Secure boot - if you are please refer entirely to dereks blog.