CC2538 with onboard CC2592 amplifier yes it’s preflashed with the add on it was working fine
well, I see no reason why it wouldn’t start. If you installed it correctly.
Have you restarted the LXC?
really don’t understand i have done all again and same problem, is possible the path to the key is not correct?
your ls -l /dev/serial/by-id
matched your port:
in the config
the only thing that I see different in your configuration.yaml
than the example is you left out version: 4
under mqtt:
I think it’s Optional
in new installation i have copyed exactly your configuration, just changed port, mqtt adress, user and pass
you now have pan_id
and network_key
so it started?
do again
ok why using ipadress:port i don’t see anythig? how i pair devices?
do a cat /opt/zigbee2mqtt/data/log/2022-01-24.16-28-28/log.txt
now try your-lxc-ip:8099
The log shows that it is up and running
as soon as back home i try and let you know, i’m in office now i have the port forwarding setted but it’s not working from here
So, we can say that it is best to copy & paste the example configuration.yaml
to get things going.
ahahah hope so
access done even from my office now. i have only to set up devices. what you use to protect port from external access?
I don’t expose it, but if you do, use Nginx Proxy Manager
@tteck I migrated Plex from my Nvidia Shield Pro to LXC using your script. As soon as I created the container, I noticed it was Ubuntu, then I installed Intel drivers through the script.
I then installed vainfo and checked versions:
root@plex:~# vainfo
error: can't connect to X server!
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(R) Gen Graphics - 20.1.1 ()
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSliceLP
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSliceLP
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointVLD
Then I went on my docker LXC where I migrated frigate and had to manually passthrough the intel gpu with some modifications to the container config file, it is based on your LXC debian script:
root@traefik:~# vainfo
error: can't connect to X server!
libva info: VA-API version 1.10.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_10
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.10 (libva 2.10.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 21.1.1 ()
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSliceLP
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSliceLP
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointVLD
Versions are probably more updated on debian 11 because it’s a lot newer than Ubuntu 20.04. But it was nice to see that /dev/dri/renderD128
was already passed-through without modifications in the container, you accomplished that in the installation script? Does Plex support Ubuntu 21.x?
On my docker container, I didn’t install all those intel drivers, just did an apt install va-driver-all
and debian installed all the latest intel drivers…I think this should work on Ubuntu too…
root@traefik:~# apt info va-driver-all
Package: va-driver-all
Version: 2.10.0-1
Priority: optional
Section: video
Source: libva
Maintainer: Debian Multimedia Maintainers <[email protected]>
Installed-Size: 24.6 kB
Depends: i965-va-driver | i965-va-driver-shaders, intel-media-va-driver | intel-media-va-driver-non-free, mesa-va-drivers
Homepage: https://01.org/linuxmedia/vaapi
Download-Size: 15.3 kB
APT-Manual-Installed: no
APT-Sources: http://ftp.debian.org/debian bullseye/main amd64 Packages
Description: Video Acceleration (VA) API -- driver metapackage
This package depends on the full suite of drivers for the Video Acceleration
API (VA API). It does not provide any drivers itself, and may be removed if
you wish to only have certain drivers installed.
Thanks for the info! I personally don’t have Intel CPU on my laptop so I couldn’t test. Testing was done by a few in the issues-feature request from my repo the script originally was using Debian but someone mentioned that Ubuntu 20 would work. Once I got it working, and no way to test myself, I just left it. May give you a shout later if you’re willing to test.