Linux Passthrough issue, Dolby Atmos sound cuts in and out through my AVR
#31
what kernel you have installed?, could you try install intel specify kernel?
(linux-image-5.13.0-1010-intel)

presume you have intel graphic

(the specify driver gave me never version of drivers)
libva info: VA-API version 1.7.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.7 (libva 2.6.0)
vainfo: Driver version: Intel iHD driver for Intel® Gen Graphics - 20.1.1 ()
vainfo: Supported profile and entrypoints

hopfully it could help
Reply
#32
No he uses the integrated radeon GPU in hist NUC, see his first kodi.log:
Code:
2022-03-30 23:40:58.431 T:10936 DEBUG <general>: libva info: VA-API version 1.7.0
2022-03-30 23:40:58.434 T:10936 DEBUG <general>: libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
2022-03-30 23:40:58.434 T:10936 DEBUG <general>: libva info: Found init function __vaDriverInit_1_7
2022-03-30 23:40:58.443 T:10936 DEBUG <general>: libva info: va_openDriver() returns 0
2022-03-30 23:40:58.443 T:10936 INFO <general>: VAAPI::Close - closing decoder context
2022-03-30 23:40:58.472 T:10936 DEBUG <general>: EGL_EXTENSIONS: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_CHROMIUM_sync_control EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_NOK_texture_from_pixmap EGL_WL_bind_wayland_display
2022-03-30 23:40:58.472 T:10936 INFO <general>: CRenderSystemGL::InitRenderSystem - Version: 4.6 (Core Profile) Mesa 20.1.6, Major: 4, Minor: 6
2022-03-30 23:40:58.472 T:10936 INFO <general>: GL_VENDOR = X.Org
2022-03-30 23:40:58.472 T:10936 INFO <general>: GL_RENDERER = AMD VEGAM (DRM 3.40.0, 5.4.0-107-generic, LLVM 10.0.1)
2022-03-30 23:40:58.472 T:10936 INFO <general>: GL_VERSION = 4.6 (Core Profile) Mesa 20.1.6
2022-03-30 23:40:58.472 T:10936 INFO <general>: GL_SHADING_LANGUAGE_VERSION = 4.60

Maybe it's a problem with the radeon driver.
It would be worth a shot, trying to use an usb-c/tb to HDMI adapter, if there is a video signal on the port.
Kodi 21.0α | Ubuntu 22.04.3 | Kernel 6.4.x | intel i5-12600K | Gigabyte Z690 Gaming X DDR4 | Corsair 2x8192MB (DDR4-3200) | HDPlex H5v2 | HDPlex 400W HiFi DC-ATX | Pioneer VSX-934 | LG 65B7D
Reply
#33
I saw that now, Im prety sure this is driver problem

you could try to add this respetory
https://launchpad.net/~oibaf/+archive/ub...cs-drivers
Reply
#34
(2022-04-07, 09:44)alfton Wrote: I saw that now, Im prety sure this is driver problem

you could try to add this respetory
https://launchpad.net/~oibaf/+archive/ub...cs-drivers

Thank you for the input guys.

I will try that link you posted and will let you know how i went.
Reply
#35
another thing, is there any new firmware or something for you nuc you could try uprade it with?
Reply
#36
(2022-04-07, 11:56)alfton Wrote: another thing, is there any new firmware or something for you nuc you could try uprade it with?

I followed the url you sent me, installed the ppa and did the sudo apt upgrade which returned 1 error, i rebooted and now i am presented with a black screen, i can't do anything, so i have rebooted pressing the esc key and am in the Grub menu but I'm totally lost, i don't know what to do.
Reply
#37
if you are abel to get in console try following
sudo apt-get install ppa-purge
sudo ppa-purge ppa:oibaf/graphics-drivers

then you revert back to original again

you have to tell Xorg to use the obioaf driver i think.
Reply
#38
GNU GRUB VERSION 2.04 is as far as i can get. I press the Tab key and there's a bunch of text there that i don't understand
Reply
#39
sorry, im not sure what have gone wrong here, you dont get any posibility to get into safe modus kernel here? If not you have to try to start a live ubuntu cd, and try to chroot onto your broken system, and do a revert of the latest changes.
or you could try out the easy way, and try out libreelec to se if it could solve your problem

Sorry I leeded you out in this failure.. was not my itend
Reply
#40
(2022-04-07, 12:27)alfton Wrote: sorry, im not sure what have gone wrong here, you dont get any posibility to get into safe modus kernel here? If not you have to try to start a live ubuntu cd, and try to chroot onto your broken system, and do a revert of the latest changes.
or you could try out the easy way, and try out libreelec to se if it could solve your problem

Sorry I leeded you out in this failure.. was not my itend

No need to apologise mate, you were only trying to help.
I am going to reinstall Linux Mint and start fresh.
I don't want to use Libreelec as I'll only be able to use it for Kodi which will be a waste for this Nuc.
Reply
#41
check if there is any firmware upgrade to your nuc, and if you dare to try again to find another video driver, could solve your problem.
Reply
#42
Before you attempt to re-install the whole system, can you log in via ssh?
There you could still try to repair the system.

And if you are going for a fresh install, maybe consider using ubuntu?
Maybe the oibaf ppa isn't meant for Mint, not sure
Kodi 21.0α | Ubuntu 22.04.3 | Kernel 6.4.x | intel i5-12600K | Gigabyte Z690 Gaming X DDR4 | Corsair 2x8192MB (DDR4-3200) | HDPlex H5v2 | HDPlex 400W HiFi DC-ATX | Pioneer VSX-934 | LG 65B7D
Reply
#43
Nod Think maybe 3dfx is right here, i think its more compatible with ubuntu

but read this instruktions very closely:
https://www.linuxcapable.com/how-to-inst...x-mint-20/
Reply

Logout Mark Read Team Forum Stats Members Help
Passthrough issue, Dolby Atmos sound cuts in and out through my AVR0