Skip to content

Instantly share code, notes, and snippets.

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.

@bbbenji
bbbenji / bambu_lab-lovelace.yaml
Last active June 7, 2024 13:53
Bambu Lab X1C Lovelace Dashboard
type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-title-card
title: Bambu Lab X1C
alignment: start
- type: custom:mod-card
card:
type: custom:mushroom-chips-card
@drbenschmidt
drbenschmidt / att-fiber-bypass.md
Created February 12, 2024 17:56
ATT Fiber Bypass with Unify 3.x

ATT Fiber Bypass with Unify 3.x

Based on Jim Angel's blog post and comment section.

This was ran against UniFi OS v3.2.9.

Reasoning

When moving from UniFi OS 1.x to 2.x, they switched their base OS distro to Debian, which removed the need for containerizing their applications. The original solution was to run wpa_supplicant from within a container on the host system's podman instance - however from 2.x this is no longer needed and the host system itself will run wpa_supplicant.

I did not realize this when I was updating, figuring it's about time to get on the latest version and having regular security patches again. These are the steps I followed after reading the comment section on Jim's original blog post.