Jump to content

No hardware acceleration an ASRock N100M


Go to solution Solved by toni8767,

Recommended Posts

toni8767
Posted

Hi,

 

i got a problem to get hardware acceleration to work with my ASROCK N100M BIOS 1.10.

System / OS Specs:

- openmediavault 7.7.0-2 (Sandworm) with Kernel 6.12.9+bpo-amd64

- Emby is running on docker --> Version 4.9.0.40 beta, Premiere is enabled

What I've done so far:

- enabled backports on openmediavault

- Docker-compose looks like this:

services:
  emby:
    image: emby/embyserver:beta
    container_name: embyserver
    network_mode: host # Enable DLNA and Wake-on-Lan
    environment:
      - UID=0 # The UID to run emby as (default: 2)
      - GID=0 # The GID to run emby as (default 2)
      - GIDLIST=44,105
    volumes:
      - path:/config # Configuration directory
      - path:/mnt/share1 # Media directory
    ports:
      - 8096:8096 # HTTP port
      - 8920:8920 # HTTPS port
    devices:
      - /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
    restart: always

The Log says still:

 "Devices": [
{
"DeviceIndex": 0,
"DeviceInfo": {
"VendorName": "Intel Corporation",
"DeviceName": "Alder Lake-N [UHD Graphics]",
"SubsytemVendorName": "ASRock Incorporation",
"VendorId": 32902,
"DeviceId": 18129,
"SubsytemVendorId": 6217,
"SubsytemDeviceId": 18129,
"DevPath": "/sys/bus/pci/devices/0000:00:02.0",
"DrmCard": "/dev/dri/card0",
"DrmRender": "/dev/dri/renderD128",
"IsEnabled": 1,
"IsBootVga": 1,
"Error": {
"Number": -1,
"Message": "Failed to initialize VA /dev/dri/renderD128. Error -1"
}
}
}
],

Has anyone a clue ? Really don't know what to do next ...

Thx for any advice...

 

Toni

 

 

 

 

  • Solution
toni8767
Posted

Hi,

fortunately, I was able to solve the problem myself. For all those who should also have the problem. You have to install the firmware for the intel-graphics:

 

apt install firmware-intel-graphics

Thx to all

 

Toni

  • Thanks 1
Posted

Hi, thanks for following up.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...