Posts by 5schatten
-
-
-
I make a script with options like Ubuntu and now I HEAR A NOISE!!!
when I move around the kodi menu the noise changes and sometimes the real sounds of the menu are heard .... I think what should be my next step? =)
AND
NORMAL VOICE VIA CONSOLE
LibreELEC:~ # systemctl stop kodi
LibreELEC:~ # aplay -D plughw:1,0 /storage/Front_Left.wav
Playing WAVE '/storage/Front_Left.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
LibreELEC:~ #
In Kodi When I play video, wheezing and very fast talk
Code
Display Moreamixer -c1 set 'Headphone' off amixer -c1 set 'Speaker Left DACL' 3% amixer -c1 set 'Speaker Right DACR' 3% amixer -c1 set 'Left ADC MIC' on amixer -c1 set 'MIC1' 10 amixer -c1 set 'MIC2' 10 amixer -c1 set 'Right ADC MIC' on amixer -c1 set 'THD for key voice command' 16 amixer -c1 set 'codec_in0 Gain 0' on amixer -c1 set 'codec_in0 Gain 0' 80% amixer -c1 set 'codec_out0 Gain 0' on amixer -c1 set 'codec_out0 Gain 0' 80% amixer -c1 set 'codec_out0 mix 0 pcm0_in' on amixer -c1 set 'media0_in Gain 0' on amixer -c1 set 'media0_in Gain 0' 80% amixer -c1 set 'media0_out mix 0 media0_in' on amixer -c1 set 'media0_out mix 0 media1_in' on amixer -c1 set 'media0_out mix 0 media3_in' on amixer -c1 set 'media1_in Gain 0' on amixer -c1 set 'media1_in Gain 0' 80% amixer -c1 set 'media3_in Gain 0' on amixer -c1 set 'media3_in Gain 0' 80% amixer -c1 set 'modem_in Gain 0' on amixer -c1 set 'modem_in Gain 0' 80% amixer -c1 set 'modem_out Gain 0' on amixer -c1 set 'modem_out Gain 0' 80% amixer -c1 set 'modem_out mix 0 pcm0_in' on amixer -c1 set 'pcm0_in Gain 0' on amixer -c1 set 'pcm0_in Gain 0' 80% amixer -c1 set 'pcm1_out Gain 0' on amixer -c1 set 'pcm1_out Gain 0' 80% amixer -c1 set 'pcm1_out mix 0 codec_in0' on amixer -c1 set 'pcm1_out mix 0 modem_in' on
Could you check if the Ubuntu & LE ucm files for your audio device differ?
-
I tried every output, Yes you are right, everything is determined, but there is no sound, I have a suspicion that the ucm chtnau8824 files do not load, because after a reboot the sound settings are reset to 0 and on ubuntu there is some level after loading. I tried to change the ucm files in the assembly, the results were unsuccessful.aplay -D plughw:1,0 /usr/share/sounds/alsa/Front_Right.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Right.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
aplay: set_params:1403: Unable to install hw params:
ACCESS: RW_INTERLEAVED
FORMAT: S16_LE
SUBFORMAT: STD
SAMPLE_BITS: 16
FRAME_BITS: 16
CHANNELS: 1
RATE: 48000
PERIOD_TIME: 125000
PERIOD_SIZE: 6000
PERIOD_BYTES: 12000
PERIODS: 4
BUFFER_TIME: 500000
BUFFER_SIZE: 24000
BUFFER_BYTES: 48000
TICK_TIME: 0LibreELEC:~ # lspci -nnk | grep -iA2 audio | paste
LibreELEC:~ # lspci -nnk | grep -iA2 audio
LibreELEC:~ # lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register [8086:2280] (rev 36)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register [8086:7270]
Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [8086:22b0] (rev 36)
DeviceName: Onboard IGD
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [8086:7270]
Kernel driver in use: i915
00:03.0 Multimedia controller [0480]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit [8086:22b8] (rev 36)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit [8086:7270]
Kernel driver in use: intel_atomisp2_pm
00:0b.0 Signal processing controller [1180]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller [8086:22dc] (rev 36)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller [8086:7270]
00:14.0 USB controller [0c03]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller [8086:22b5] (rev 36)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller [8086:7270]
Kernel driver in use: xhci_hcd
00:1a.0 Encryption controller [1080]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine [8086:2298] (rev 36)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine [8086:7270]
00:1f.0 ISA bridge [0601]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU [8086:229c] (rev 36)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU [8086:7270]
LibreELEC:~ #
Pentium Processor x5-E8000???? I have Z8350
on Ubuntu a have same output and sound working
And a have not this module snd_soc_skl
Your audio device wasn't detected, the output should look like:
Codephoenix:~ # lspci -nnk | grep -iA2 audio 00:1f.3 Audio device [0403]: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller [8086:a170] (rev 31) Subsystem: Gigabyte Technology Co., Ltd 100 Series/C230 Series Chipset Family HD Audio Controller [1458:a182] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel
or
Codesupervisedthinking@x220l:~$ lspci -nnk | grep -iA2 audio 00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 04) Subsystem: Lenovo 6 Series/C200 Series Chipset Family High Definition Audio Controller [17aa:21da] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel
-
Yes? i have several logs in this dir, it was test build, but sound not working too(
Well I wasn't expecting working audio I just wanted to be sure that it does not work in recent master based builds & I did not screw up something.
So which audio output did you chose in Kodi? Have you tried each one? Because I googled a bit and looks like the usual stuff you need to make it work is in place. The kernel module is included, the ucm files are installed & the card is detected by the kernel.
drivers - "Intel SST Audio Device WDM" not working on Xubuntu 18.04 - Ask Ubuntu
what is the output of:
you can also try:
and reboot.
-
-
Code
Good afternoon, I installed your assembly on the Charry trail netbook Intel Atom X8350, everything works except for sound, aplay -l view and HDMI and chtnau8824, kodi sees it too, but the sound does not go through the code or from the console, ucm files are available, on ubuntu 19.04 the sound works immediately, through alsamixer I see the settings and sound levels, but there is no sound itself. There are some additional sound modules on ubuntu, but they are not in Libreelec. and I can not find them in linux.x86_64.conf Have any ideas? =) Please Help)
Well does it work with any stock/vanilla LE version? If not it's a matter of LE and not really for this build only. So please check this first and if it doesn't work in other LE builds e.g. libreelec-generic.x86_64-9.1.501.img.gz then it has to solved upstream.
Btw. to generate nice logs just enter your command whatever args | paste and you'll get a link which contains the output. And while your at it read the start post again how to grab the logfile.zip and post it here.
-
thanks for your job !
i have install on my libreelec 9.1 and its very cool version.
On all RR version, emulstation dont work for me (oopsss i fix it, its my old emulstation the problem but volume is very high in PCSX2) and on the nightly version my DS4 dont work (but works with builds version)
Well I don't support updating from vanilla LE so please use my images and start with a clean installation
Emulationstation works fine here on all of my systems so logs or no problem
I have no DS4 controllers but they should at least pair so same thing... logs or no problem
It's normal that PCSX2 and basically all other programs are quite loud as long as you use ALSA as audio backend. Simply switch to PulseAudio in my seetings addon as described in the FAQ, a volume slider will appear & adjust the master volume to your needs.
-
I don't know with which release it started to work again (I remember to have tested it with the 07/10 release maybe, and it was still not working) but hey, chrome is working again now (the issue about Intel 3000 igpu)! Thank you!
Probably Mesa 19.2.1 or a recent Linux kernel bump. It can alway be a bit tricky if you're running the latest software versions. But good to know that it's fixed.
-
Build RR-20191013-b5875c0 | uploaded for Generic/RK3399/RPi2 | Index of /nightly/
- updated to latest LE 9.80 / master branch
- updated RPi Linux kernel to 5.3.5
- updated to meson build to 0.52.0
- updated dav1d to 0.5.0
- updated gameOS Pegasus theme to v0.6.6
- added OpenBOR -> delete your es_systems.cfg & place your games with .pak extension in /storage/roms/openbor
- updated several libretro-cores
- updated RPCS3
heisenberg I've tested OpenBOR with a BOR.pak on a Generic & RPi2 system so I assume it should work fine. I haven't tested any other fancy pak file so you might run into some issues with those
-
Hi,
Spotify does not fill my screen 100%.
There is a large black border around it.
Is this a known issue?
Thanks!
Normally all programs should scale to fullscreen. So if Spotify does not you probably you have to setup your xorg.conf properly or... well add some logs? Could also be you TV which scales wrong... use native display settings and not format adjustments.
-
Build RR-20191011-5774be8 | uploaded for Generic/RK3399/RPi2 | Index of /nightly/
- updated to latest LE 9.80 / master branch
- updated Emulationstation system config for FBA & Flycast
- updated PCSX2 to 1.5.0.r3303.c6b8763ba / Docker image to v1.0.5
- updated several libretro-cores
- updated Citra, Dolphin & RPCS3
-
Hi,
this project looks awesome.
(When) will Raspberry Pi 4 be supported?
I guess when the next LTS Linux kernel 5.4 will be released because then the focus shifts to that & vendor specific stuff for RPi will be pushed to this repo instead of 4.19.y like they do now. Also the firmware for the RPi4 sees rapid development... I guess at this point it should be stable for general usage. Beside that I haven't bought a RPi4 because... well basically no need for it since I already have to many devices laying around. If some people are willing to test I can build images for them but don't be afraid to end up as guinea pig.
-
I just restored my SD card dump and the LibreELEC addon server (now again?) has the 9.0 addons for 905 ( addons.xml.gz ).
However, in your most recent build (RR-20190326-8c1b004) it's version 9.1 and that is not on the server currently.
I just wanted to say that the box has some serious real estate, hence it's nowhere sold at such low prices as $25. DVB tuner, lots of RAM, Bluetooth, etc. plays even Quake and all sorts of games. And that doesn't change as the box gets older! It even runs Openload videos 1080p inside Firefox on Android and ARMbian (but of course not LibreELEC). It would be a shame if it turns out broken, just because someone deleted the less pretty files on their server and no one bothered to mirror it.
If I could I would use Android, just for the browser. But the internal NAND is corrupted. That is how I happened to install LibreELEC on the first place. Android on the other hand however doesn't at all work properly with retro gaming. So I feel I have gained more than I lost.
Well I guess you did not get the underlying problem. The last official LE build was 9.0 for AML & the recent one is 9.2 but mine was 9.1 which is obviously superflous now. The addon repo is tied to a specific set of package versions & rebuilding them takes time & space and so the LE servers probably ditched the 9.1 repo which was probably only for development purposes populated.
I currently can't offer a proper AMLGX (S905/S905X/S90...) image until it gets proper mainline Linux kernel support. I can build one and if you like subpar performance & crackling audio then you'll be happy. People are working on these issues so be patient. If you're not patient then get a NUC + USB DVB hardware.
It doesn't matter how old your device is it's all about the software support. You could run a 5.3 kernel on 15 year old Intel or AMD hardware. You can even run kernel 5.3 on a RPi 1 because they either offer a recent BSP kernel or have send patches upstream to support their hardware properly. Amlogic focues on Android which means they hack one kernel together and you have to deal with it until your box dies because of faulty hardware or else.
If you need more information about this topic read:
Linux Kernel v5.3 released, our contributions - BayLibre
How We Improved AmLogic Support in Mainline Linux - BayLibre -
I don't quite understand. I have used LibreELEC-RR before with this box and the addon repository was working back then for 905. In fact, the entire box works flawlessly with your Mod.
It's a Mecool Ki Pro and it's 100% working on the 3.14 kernel. It got DVB tuners 2GB RAM and it's still $150 on Amazon.
Thank god I found a backup now from February, where I had TVHeadend already installed!
Well this probably doesn't matter. The addon repo was most likely replaced with versions compiled for mainline kernel where the current development is focused on. It doesn't matter what a box retails for at Amazon... you can get them quite cheap at aliexpress. Kernel 3.14 was released more than 5 years ago and there is simply no way to build recent software with it.
So you have to wait until mainline kernel somewhat fully supports these SoCs. This is not LibreELECs fault but rather Amlogic which refuse to offer proper software support for their stuff.
-
I just installed the latest 905 version RR-20190326-8c1b004 and the libreelec addon repository is broken.
It took some insane amount of fiddling for something as trivial, but it seems that the libreelec addon server was wiped of all the 905 addons ...
... and what do we 905 people do now??
Without the TVHeadend Backend from the repository I can't watch TV. That's like the primary function of this tv box.
Just now I tricked the box to use the TVHeaded Backend from the 9.0 Khadas VIM addon repository, but that's no good it doesn't even start. RPi doesn't work either .. both are missing libraries albeit it's for the exact same LibreELEC version...
So what options does that leave? Compile the build from scratch? Trying to get luckshots with different verisons? And I would like to have other plugins from the LibreELEC repository too.
It seems so crazy to me that there is no "sane" way to overcome this petty issue! It's just a missing download link for Christ's sake!
Can someone shed some light on this? I am baffled.
Well the last Amlogic builds were afaik based on LE9.0 & the BSP-Kernel 3.14.29 which was basically hacky & not maintained. Until there is somehwat proper mainline support for Amlogic SoCs (see start [linux-meson]) you have to wait for updates or replace those 25$ tv boxes which were not properly supported by the manufactures.
I technically can build AMLG12 & AMLGXL images but they have still some flaws like imperfect audio output or subpar performance.
-
Sorry for late response... (3 kids, and I'm on Afternoon shift this week).... anyways,
First I'll answer your questions, then tell ya a bit more about this system.
1. Yes. /usr/bin/frontend-pegasus-fe.py. does launch! <--- I did NOT make any changes. just ran the command from the way i describe below.
2. for Transparency! Settings/interface/skin settings/ Menu tab/ Add-ons- Submenu - <--- from there Application 1-5 if you enable them you can add a command, and a label for the home screen. That's how I've had it
3. my rig.. well.. ya it's possible its a messed up HDD, (which is going to get formatted once we're done here with the new info)
So. this Pc, has 2 Hard drives, RR Libreelec on one... Windows 10 on the other.. by default Libreelec loads... If i want windows 10, I just hit the boot menu and boot from that drive...
95% of the time its running your RR libreelec, I only flip over to windows 10 for my kids to play stream games etc...
my display is a POS Samsung smart 50in.. 4k
Test the latest update. Hopefully this fixes the startup problems.
-
Build RR-20191009-d00f027 | uploaded for Generic | Index of /nightly/
- updated to latest LE 9.80 / master branch
- updated Generic Linux kernel to 5.3.5
- updated to mesa 19.2.1
- updated vulkan to 1.1.124
- updated Pegasus frontend to Alpha 13
- updated dosbox-sdl2 to 0.74-3 / r4250
- added missing execeutable bit for ES & RA python scripts
- updated several libretro-cores
- updated Retroarch ressources (core-info, gamepad config etc.)
- updated Citra, Dolphin & RPCS3