Hi, I successfully installed LibreElec on my MXQ PRO RK3229, but the remote isn't working. Is there any fix please? Thank you
Posts by Martynet
-
-
This project is fantastic.
I recently purchased a MXQ PRO 4K box which was listed to have a S905W, but I was surprised to see in Android that it has a RK3229 board (checked in CPU-Z too). If I boot to recovery it lists the board as a RK322x.
I have tried the RK3228a MXQ PRO 4K image listed on the releases page and it booted fine but without wifi working. Is it possible that my board is actually a RK3228a and android is telling me lies? I've been trying to research the variations of the board/wifi and how to detect them properly but haven't found much information.
Is it likely that the wifi on my MXQ PRO 4K isn't supported, and should I just go grab a USB wifi dongle? Are most dongles supported?
A lot of questions - if anyone can answer any of them I'll be greatly appreciative.
There's more versions of this box. One with Amlogic s905 and second with Rockchip RK3229.
I'm just in the middle of helping my friend to install Libreelec on the same box – MXQ PRO RK3229 – but the remote control stopped working. Is there any fix for that? He's using BT mouse for now but it's not ideal. -
BTW, here a link for non docker version of PMS if anyone interested:
-
Any update on this? I tried on my KIII Pro and got this error. See attached.
-
Actually I think I got it now. Basically in Plex Addon settings I changed tvshows to 1 external hdd and videos to 2 external hdd. And now I can see them both in PMS IT'S WORKING. Thank you so much! I really appreciate all the help.
-
I tried to create the screenshot again. See below. About the mapping... When I had the old PMS installed, which was not a docker version, I could see the external USB hdds, under VAR/MEDIA/, but now, the VAR folder is different and there is no MEDIA folder at all. Basically this Plex doesn't see my root... I took a photo, where you can see two root folders, one in CoreELEC and second on my MacBook in Plex.
-
OK, so it's working. At last I can login to Plex web
BUT, When I try to add folders movie library, I can't see the same file structure as I'm used to. So I checked the systemctl status docker.linuxserver.plex.service again and this is what it looks like. Few errors there....
-
That's a great help! Thank you so much. BTW, I always used Libreelec before but then I switched android box from minix neo u1 s905 to k3 pro s912 because of dvbs/dvbt and it seems that new coreelec with leila works great there. But if I'm wrong, I wouldn't mind switching back to Libreelec.
-
Hmm the error is docker reference format, which suggests that there is an issue with one of the parameters. Did you change any of the addon settings? If so, go back to default and try again.
If not, it could be an issue with coreelec. I suspect the way I determine the arch is no longer working. They probably renamed it.
Here's my logic to determine whether it's x86_64 or arm: "sed -e '/LIBREELEC_ARCH/ !d' -e 's/[^.]*\.\([^"]*\).*/\1/' /etc/os-release"
If they renamed it to COREELEC_ARCH that would surely break it.
Can you do "cat /etc/os-release" and post the output?
Thanks
here
-
The service/container name is "docker.linuxserver.plex"
"systemctl status docker.linuxserver.plex.service" will tell you the current status of the systemd service that is responsible for creating and starting the container
"journalctl -u docker.linuxserver.plex.service" will show you the log
Since you mentioned there is no running container on your system when the addon is enabled, there must have been an error with systemd. We need to see the log to troubleshoot that.
I just installed the addon on a fresh test instance and it fired right up
OK, I removed plex addon and all the docker addons and also linuxserver repo. Then I reinstalled linux server repo and pms addon and run the two commands you gave me. See attached screenshots.
-
Ok, I removed the PMS and all docker addons and linux repo too. Reinstalled the repo and now, when I select PMS to be installed, I have one question. See attached screenshot. See it says on one of the three items - os.libreelec.tv - not available.
Could this cause any issues? I know I use CoreELEC, but CoreELEC is based on LibreELEC, I thought.
-
Don't stop at two, try the other ones too. Without the log I can't help you
I managed to download Plex image manually and run it through commands. Does this help? See attached.
But still nothing under: 192.168.1.50:32400/web/
-
Don't stop at two, try the other ones too. Without the log I can't help you
The other commands need a container name, which I don't have. I posted log earlier. Unless you mean a different log?
-
Please read the forum thread I mentioned earlier. It tells you how to troubleshoot and get docker logs
Hi, I looked into that and I found this list of Commands For Troubleshooting and after trying first two - “docker ps -a” and “docker images”, I'm being suspicious that PMS is just not installed at all. Just to test this I installed another Addon called Portrainer and I can see it there on the list of images and I could log into Portrainer from web and everything. See attached screenshot from terminal.
-
Did you install through the linuxserver docker addon or in docker yourself through command line or portainer?
The addon has plex run in host mode, so all ports should be exposed on the host automatically.
How did you conclude the port has to be forwarded?
Did you check the logs? Is plex running?
I have tried everything. So again, if I install older PMS 1.0.4, it's working but needs to be updated but the update package is in .spk package instead of .deb, which I think is required.
Anyway, I disabled this older Plex and installed the latest version from linuxserver addon. I enable the PMS, but can't login into it through the web. I'm attaching my log if it helps. Thanks for any advice.
-
I don't mind updating it manually but it doesn't work I think. I get this after 1st command. The download link is right.
-
Well the older version is working. Just need help with updating it manually.
The docker PMS version doesn't let me access it through web.
I could post a log if you tell me where it is.
-
So the question now is, how do I update it? In setting, it says there is an update and then it says: install manually please. And it's a clickable link. If I click on that, my browser downloads this file: PlexMediaServer-1.13.8.5395-10d48da0d-arm7.spk
I found this link where is a list of commands for updating manually through SSH. Will give it a go and see if it worked.
Upgrade Plex Media Server with PlexPass on LibreElec via Command Line | naschenweng.info