Amd igpu not working

neutracity

New Member
Jun 8, 2024
1
0
1
Hi,
I started proxmox ve not long ago and i have trouble to put my igpu to work for hardware acceleration (jellyfin, etc ... ), when i use jellyfin in lxc it just use my cpu at max and have issue to see my movie, even try to use docker on host but did not work either.
Thanks for helping me
Cpu :
AMD FX-6300 Black Edition (3.5 GHz)

ls /dev/dri
Code:
ls: cannot access '/dev/dri': No such file or directory

cat /etc/modules
Code:
# Generated by sensors-detect on Sat Aug 26 22:20:16 2023
# Chip drivers
#it87
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd

cat /etc/modprobe.d/blacklist.conf
Code:
blacklist amdgpu
blacklist radeon

lspci -n -s 01:05 -v
Code:
01:05.0 0300: 1002:9714 (prog-if 00 [VGA controller])
        Subsystem: 1565:0017
        Flags: bus master, fast devsel, latency 0, IRQ 11, NUMA node 0
        Memory at d0000000 (32-bit, prefetchable) [size=256M]
        I/O ports at d000 [size=256]
        Memory at feaf0000 (32-bit, non-prefetchable) [size=64K]
        Memory at fe900000 (32-bit, non-prefetchable) [size=1M]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: [50] Power Management version 3
        Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
        Kernel modules: radeon, amdgpu
 
Looks like you are confusing containers with VMs.
ls /dev/dri
Code:
ls: cannot access '/dev/dri': No such file or directory
That's probably because you blacklisted the amdgpu driver.
cat /etc/modules
Code:
# Generated by sensors-detect on Sat Aug 26 22:20:16 2023
# Chip drivers
#it87
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
No need to do this unless you want to use PCI(e) passthrough to a VM (instead of a container), which your CPU might not support anyway. Also, vfio_vifqfd no longer exists.
cat /etc/modprobe.d/blacklist.conf
Code:
blacklist amdgpu
blacklist radeon
Don't do this if you want to pass the GPU to a container. Containers share the kernel and the drivers with the Proxmox host.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!