Proxmox will need to run between version : proxmox-kernel-6.5.13-3-pve ~ 6.8.12-1-pve
Things are currently working using proxmox-kernel-6.8.12-1-pve.
- Clone this repo : https://github.com/strongtz/i915-sriov-dkms
Proxmox will need to run between version : proxmox-kernel-6.5.13-3-pve ~ 6.8.12-1-pve
Things are currently working using proxmox-kernel-6.8.12-1-pve.
Google did some weird stuff with their Google Coral USB, it has two different VID:PID depending on if the device has been initialized or not, which can cause issues when automating USB passthrough to a VM. Here are the instruction to overcome said issues:
/usr/local/bin/ and create a coral-init foldercd /usr/local/bin
mkdir coral-init
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)
Note:i made no changes to the BIOS defaults on the Intel Nuc 13th Gen. This just worked as-is.
| Fix N95 Ethernet issues on Proxmox 8.0 | |
| Step 1 - Edit /etc/apt/sources.list | |
| - Add "non-free" at the end to the first two lines | |
| - Add proxmox repository: | |
| deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription | |
| Step 2 - Apt update |
I owe my very rapid learning journey in the world of ConfigFs to several key sources which aren't necessarily relevant to this result, but I feel deserve a mention anyway.
| #!/bin/bash | |
| if [ "$EUID" -ne 0 ] | |
| then echo "Must be root" | |
| exit | |
| fi | |
| if [[ $# -lt 2 ]]; | |
| then echo "Invalid input" | |
| echo "Usage:" |
| "files.associations": { | |
| "*logcat*": "log", | |
| "*.log.*": "log" | |
| }, | |
| "logFileHighlighter.customPatterns": [ | |
| { | |
| "pattern": "^[0-9\\- :\\.]*V.*", | |
| "foreground": "#d7dae0" | |
| }, | |
| { |
| #!/bin/bash | |
| # | |
| # This version uses September 2017 august stretch image, please use this image | |
| # | |
| if [ "$EUID" -ne 0 ] | |
| then echo "Must be root" | |
| exit | |
| fi |