Al aire libre
Nightly images for A64, H3, H5, H6 and R40 boards
-
jernej -
May 18, 2019 at 5:09 PM -
Thread is Unresolved
-
-
- Official Post
The Kodi user interface is not smooth on H6
Latest nightlies should work better regarding that due to higher mali clock frequency.
-
Code
Hola, soy nuevo por aquí. Tengo una pregunta. ¿En este dispositivo puedo instalar libreelec? https://es.aliexpress.com/item/32999240962.html?src=google&albslr=202310162&albch=shopping&acnt=494-037-6276&isdl=y&slnk=&plac=&mtctp=&albbt=Google_7_shopping&aff_platform=google&aff_short_key=UneMJZVf&albagn=888888&albcp=1633820309&albag=63890294393&trgt=743612850874&crea=es32999240962&netw=u&device=c&gclid=Cj0KCQjwpavpBRDQARIsAPfTwiz3dU2_p2ZB32gznPPsz1jvY6JkHp6UgxMHg1cXk0N4KlXHs03GV4YaAmg4EALw_wcB&gclsrc=aw.ds Thanks in advance. a greeting
-
I just did a clean build for H6 (OrangePi 3, I don't have One+) and it works, except 4k H264, which I will look into later. Not sure what could be wrong, since only U-Boot and DT differ between these two and DTs are almost the same.
Thanks, OPi-3 build (2019-07-13) works OK* on OPi One+ with dtb replaced (U-boot intact)
*576 streams don't show the video with OK sound.
-
- Official Post
*576 streams don't show the video with OK sound.
Can you give me a sample file so I can debug the issue?
-
Can you give me a sample file so I can debug the issue?
deleted
-
Here is the latest version for OrangePi One (H3) to tryout LINK
-
Hi, I have one question: Is it possible to create a tar update file from img.gz image? Or another way?
Thanks for your work.
-
- Official Post
Hi, I have one question: Is it possible to create a tar update file from img.gz image? Or another way?
It is, but for some time now you can also use .img.gz file for updating too (it's just a bit slower), so img.gz is actually the only needed format.
-
- Official Post
Heads up - next images with have a bunch of wifi and HID drivers enabled, including game pads.
-
Heads up - next images with have a bunch of wifi and HID drivers enabled, including game pads.
Awesome. Linux 5.2? Tempted to see it. Thank you!
-
-
I have tried latest build LibreELEC-H3.arm-9.80-nightly-20190718-0b82779-orangepi-pc.img for OPI PC, seems not working USB gamepad.
Tested with SNES gamepad. Can not assign any button.
Yes , system reported as Linux 5.2.0, so new kernel.
Well, i have a same trouble. Sega, nes and ps1-ps2 usb gamepads not working. I wan't use ROPi's images, like this Libreelec.
ps I have Raspberry 2 and same version Kodi and usb gamepads work by default.
Do you have any luck with latest build?
-
- Official Post
which driver would be needed for that? I mean exact kernel config line.
-
Hey, guys!
Has anyone installed Plex Media Server on LibreELEC? Is that even possible?
-
which driver would be needed for that? I mean exact kernel config line.
Unfortunately I can't definitely say. Sorry.
This is my devices list:
Display Spoiler
LibreELEC:~ # ls /dev/input/*
/dev/input/event0 /dev/input/event2 /dev/input/event4
/dev/input/event1 /dev/input/event3
/dev/input/by-id:
usb-0810_usb_gamepad-event-joystick
usb-Apple__Inc_Apple_Keyboard-event-if01
usb-Apple__Inc_Apple_Keyboard-event-kbd
/dev/input/by-path:
platform-1c1b000.usb-usb-0:1.2:1.0-event-kbd
platform-1c1b000.usb-usb-0:1.2:1.1-event
platform-1c1d400.usb-usb-0:1:1.0-event-joystick
platform-1f02000.ir-event
LibreELEC:~ # mc
In console I can get response from gamepad via simple cat /dev/input/by-id/usb-0810_usb_gamepad-event-joystick:
Display Spoiler
LibreELEC:~ # cat /dev/input/by-id/usb-0810_usb_gamepad-event-joystick
o0]7 o0]7 ! o0]7 o0]Tp o0]Tp ! o0]Tp ^C
I googled on this subject and maybe it is joydev module we are looking for?
CodeLibreELEC:~ # modprobe usbhid LibreELEC:~ # modprobe joydev modprobe: FATAL: Module joydev not found in directory /lib/modules/5.2.0
Display Spoiler
USB joysticks
You need to get USB working, and then modprobe your joystick driver, which is
usbhid
, as well asjoydev
. If you use a usb mouse or keyboard,usbhid
will be loaded already and you just have to load thejoydev
module.I'm far from an expert in the Linux kernel, sorry again.
-
- Official Post
I googled on this subject and maybe it is joydev module we are looking for?
So CONFIG_INPUT_JOYDEV, which indeed is not enabled. Most other projects have it enabled. I'll add it in next PR.
-
I can't connect Panasonic TV via HDMI-CEC (Viera Link).
Board: Orange Pi Plus
LibreElec: 20190718
Where i should search a problem?
-