That looks better. It doesn't use vfio-pci now but it has no driver. Please try to install the driver on the node now and reboot.
Ideally it should then say Kernel driver in use: nvidia and nvidia-smi should work.
Ultimatively I have to look at...
oh, my bad. i thought you meant the other commands. here are the commands from #4:
# lspci -vnnk | awk '/VGA/{print $0}' RS=
nvidia-smi
pct config 103
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA104 [GeForce RTX 3060 Ti]...
Ah, I didn't see that at all.
That being said, I'm struggling to get my head around how it would actually function. I can see how to represent the information I already have - but I'm not sure how I would discover how to create this if I hadn't...
oh also, after doing that the container where im trying to get GPU passthrough doesnt start anymore.
run_buffer: 569 Script exited with status 255
lxc_init: 1037 Failed to run lxc.hook.pre-start for container "103"
__lxc_start: 2208 Failed to...
i did the thing, rebooted and this is the output:
~# find /etc/modprobe.d/* -exec tail -n+1 {} +
tail -n+1 /proc/cmdline /etc/kernel/cmdline /etc/default/grub
==> /etc/modprobe.d/dkms.conf <==
# modprobe information used for DKMS modules
#
#...
I recommend against such scripts that do everything (and even more unrelated stuff) in the background. You just create a black box you can't troubleshoot.
I also can't help properly if your environment changes while I give support. Try this
rm...
hey thanks for this script, it seems rlly helpful. but it unfortunatly didnt work for me. when i try to add the GPU to the LXC it gives me this:
and when igo to install the drivers on host through the option on the menu, it acts like it's...
Not trying to undercut the assistance which users have provided here, but having gone through the process of manually passing GPU's to both VM's and CT's, I've started to take the easy path and use the ProxmenuX scripts, which allows you to...
yeah i did configure vfio-pci myself with a guide that told me to to make the passthrough work, but clearly it doesnt work and i cant remember how i configged it :c
# find /etc/modprobe.d/* -exec tail -n+1 {} +
tail -n+1 /proc/cmdline...
vfio-pci is not used without being confgured to do so. Currenty your system is set up for PCI(e) (VM) passthrough. You need to reverse your steps to use it for CTs. Share this
find /etc/modprobe.d/* -exec tail -n+1 {} +
tail -n+1 /proc/cmdline...
i removed the vfio-pci through modprobe -r vfio-pci
then it became this:
01:00.0 VGA compatible controller: NVIDIA Corporation GA104 [GeForce RTX 3060 Ti] (rev a1)
Subsystem: PC Partner Limited / Sapphire Technology Device a632...
Seems like you configured it for PCI(e) passthrough or gave it to a VM. You need to reverse that for this to work. The driver should be nvidia.
CTID is a placeholder. Use your CT's ID here.
this is what i get. also i used to think node meant CT/VM, so i re-checked but apparently the node is the host right? anyhow this is on the host:
# lspci -vnnk | awk '/VGA/{print $0}' RS=
nvidia-smi
pct config CTIDHERE
01:00.0 VGA compatible...
hey, thanks for reaching out! i tried to use your guide, specifically the Nvidia-specific part of the GPU passthrough section. but still no worky. and i ran a lot of commands on the host as well as the container bc it wasnt clear to me where i...
Hey there, I recently added an NVidia RTX 3060 ti GPU to my working Proxmox server and I wanted to pass it through to my Debian LXC container to use with Jellyfin for 4k films.
How I have it configged right now: Proxmox running a Debian 13 LXC...
i just have one more question before i close this thread; is it possible to add a GPU to two containers at the same time? so for example i can have my media container using the GPU at the same time my Nextcloud VM uses it? just curious :3
we have the same problem.
our pmg is relaying for int.domaina.de and int.domainb.de and bounces get MAILER-DAEMON@pmg.domaina.de as sender adress (for example when mail is rejected from the mailcow server behind pmg), but this is problematic as...