RetroELEC Kodi+Wayland+Emulationstation+RetroArch (x86/XU4/RPi)
-
escalade -
May 12, 2016 at 2:26 PM -
Thread is Resolved
-
-
Ah, I see, they've changed the whole update thing? So just put the .img.gz file in the "Update" dir? Mine's stuck in an endless error loop since I put the files in the legacy way there, dang... Not blaming you ofc, blaming myself for not being up to date.
erri thanks for heads up on that, didn't know that update had to be applied first.
Deleting files wasn't an issue thanks to Parted Magic live USB. -
Ah, I see, they've changed the whole update thing? So just put the .img.gz file in the "Update" dir? Mine's stuck in a endless error loop since i put the files in the legacy way there, dang... Not blaming you ofc, blaming myself for not being up to date.
I see! this happen when you update directly to the latest version without updating first to the version in the archive folder. now you need to erase all content of the update folder to stop the error loop. read the readme file. the hard part will be to access your libreelec root system.
-
Can anyone shed some light on my audio problem?
aplay -L displays this:
Code
Display MoreLibreELEC:~ # aplay -L null Discard all samples (playback) or generate zero samples (capture) hdmi:CARD=Generic,DEV=0 HD-Audio Generic, HDMI 0 HDMI Audio Output sysdefault:CARD=SB HDA ATI SB, ALC662 rev1 Analog Default Audio Device front:CARD=SB,DEV=0 HDA ATI SB, ALC662 rev1 Analog Front speakers surround21:CARD=SB,DEV=0 HDA ATI SB, ALC662 rev1 Analog 2.1 Surround output to Front and Subwoofer speakers surround40:CARD=SB,DEV=0 HDA ATI SB, ALC662 rev1 Analog 4.0 Surround output to Front and Rear speakers surround41:CARD=SB,DEV=0 HDA ATI SB, ALC662 rev1 Analog 4.1 Surround output to Front, Rear and Subwoofer speakers surround50:CARD=SB,DEV=0 HDA ATI SB, ALC662 rev1 Analog 5.0 Surround output to Front, Center and Rear speakers surround51:CARD=SB,DEV=0 HDA ATI SB, ALC662 rev1 Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers surround71:CARD=SB,DEV=0 HDA ATI SB, ALC662 rev1 Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers iec958:CARD=SB,DEV=0 HDA ATI SB, ALC662 rev1 Digital IEC958 (S/PDIF) Digital Audio Output
I want sound via HDMI output, so I'm guessing that's hdmi:CARD=Generic,DEV=0 ?
So, this is what I have in asound.conf:
Codepcm.!default { type plug slave.pcm { @func getenv vars [ ALSAPCM ] # Device name can be found using the command 'aplay -L' default "hdmi:CARD=Generic,DEV=0" } }
No sound
Am I able to make these changes on the fly using SSH or do I have to keep rebooting the box to test the asound.conf setup?
Any help appreciated, thanks
PS
Also have hdmi:CARD=Generic,DEV=0 in the Retroarch.cfg under audio_device, if that helps
-
You have of course read the instructions on the first page?
-
You have of course read the instructions on the first page?
Yes I've had a read through, still seem to be having issues I'm afraid. Quite new to using SSH commands to change devices.
speaker-test works while in kodi, but it looks as though my default device is set to
sysdefault:CARD=SB
So should I be using that in my asound.conf instead of CARD=Generic -
Hi mate, diggin the build. Just an FYI, been using the AVX build on my NUC and with the latest one (20170904) I am unable to browse any NFS shares.
Reverted to 20170829 and all was good again.
I did not grab any logs at the time but will do tonight.
Cheers for your work!
-
Yes I've had a read through, still seem to be having issues I'm afraid. Quite new to using SSH commands to change devices.
speaker-test works while in kodi, but it looks as though my default device is set to
sysdefault:CARD=SB
So should I be using that in my asound.conf instead of CARD=GenericScrap that. Now have it working
I did a fresh install of LibreELEC and used hdmi:CARD=Generic,DEV=0 in asound.conf
-
escalade Hey mate. Got some time to provide logs for my NFS issue on 20170904 avx build I mentioned above
I am running a nuc5i7ryh
I can see this myself if thats a clue.
Code18:40:02.463 T:140050200839936 DEBUG: SECTION:LoadDLL(libnfs.so.8) 18:40:02.463 T:140050200839936 DEBUG: Loading: libnfs.so.8 18:40:02.463 T:140050200839936 ERROR: Unable to load libnfs.so.8, reason: libnfs.so.8: cannot open shared object file: No such file or directory 18:40:02.463 T:140050200839936 DEBUG: Dll libnfs.so.8 was not found in path 18:40:02.463 T:140050200839936 ERROR: NFS: Error loading libnfs (HandleDyLoad).
Cheers for all your work legend
-
I see the problem, Kodi needs to be rebuilt after the last libnfs bump. In the meantime you can hack it like this:
mkdir -p /storage/.kodi/addons/hack/lib ; ln -s /usr/lib/libnfs.so.11 /storage/.kodi/addons/hack/lib/libnfs.so.8 ; systemctl restart kodi
-
Cheers mate!
-
Teaser:
Code
Display MorePCSX2 1.5.0-20170831211143 - compiled on Sep 1 2017 Savestate version: 0x9a0d0000 Host Machine Init: Operating System = Linux 4.13.0 x86_64 Physical RAM = 3826 MB CPU name = Intel(R) Core(TM) i5-4250U CPU @ 1.30GHz Vendor/Model = GenuineIntel (stepping 01) CPU speed = 1.893 ghz (2 logical threads) x86PType = Standard OEM x86Flags = bfebfbff 7ffafbbf x86EFlags = 2c100000 x86 Features Detected: SSE2.. SSE3.. SSSE3.. SSE4.1.. SSE4.2.. AVX.. AVX2.. FMA
Coming very soon to an Emulationstation near you
-
Teaser:
Code
Display MorePCSX2 1.5.0-20170831211143 - compiled on Sep 1 2017 Savestate version: 0x9a0d0000 Host Machine Init: Operating System = Linux 4.13.0 x86_64 Physical RAM = 3826 MB CPU name = Intel(R) Core(TM) i5-4250U CPU @ 1.30GHz Vendor/Model = GenuineIntel (stepping 01) CPU speed = 1.893 ghz (2 logical threads) x86PType = Standard OEM x86Flags = bfebfbff 7ffafbbf x86EFlags = 2c100000 x86 Features Detected: SSE2.. SSE3.. SSSE3.. SSE4.1.. SSE4.2.. AVX.. AVX2.. FMA
Coming very soon to an Emulationstation near you
Do you have this code in a branch ? I'd love to assist with testing
-
Not yet. 20170907 for intel-core-avx is out though. Put your roms in /storage/roms/ps2 and bios files in in /storage/roms/bios then you're all set (scph39001.bin USA is the default). Also you need to edit /storage/.config/emulationstation/es_systems.cfg or copy the default one from /usr/config/emulationstation.
Note that the Docker addon is a requirement, and first time launching a PS2 game will take some time as my container will be downloaded in the background.
-
Tronsmart ara x5 is cheap at the moment...
Any new interesting devices in this range?
-
20170907:
Code
Display Morepackages/oem: add pcsx2 helper files emulationstation: add ps2 in es_systems.cfg and create romdir packages/oem: stop kodi completely (but in the bg) in kodifreeze.sh to free up m emory busybox: make it possible to specify mount options for /storage during init libnfs: update to 3ba2a2c SDL2: update to f315493 pulseaudio: update to 11.0 kodi: Fix keyboard input for international keyboard layouts/keymaps when using plain Linux input layer (e.g. LibreELEC on Raspberry Pi): - allow input of unicode characters - map mode key ('Alt Gr') to right Alt key - fix euro currency sign btrfs-progs-system: update to 4.12.1 samba: ensure new properties are populated on upgrade
PCSX2 is here The intel-core-avx build has been updated with an actual working version and the Generic image should be up soon as well. If you are updating to this build run the following in a terminal to update Emulationstation:
cp /usr/config/emulationstation/es_systems.cfg /storage/.config/emulationstation
Then put bios scph39001.bin (USA/NTSC) in your /storage/roms/bios and roms in /storage/roms/ps2. You can change bios and plugins by manually running /usr/bin/pcsx2.sh to get the GUI and configure from there. There's also the possibility to ALT+TAB while inside a game.
As always, a keyboard is handy to use emulators. The DS4v1 is autodetected and works (even rumble), although I couldn't get a second one working properly (also tested onepad-legacy). See my comment on a similar issue on their github. If anyone manages to fix it let me know. Probably not an issue with other gamecontrollers.
-
20170907:
Code
Display Morepackages/oem: add pcsx2 helper files emulationstation: add ps2 in es_systems.cfg and create romdir packages/oem: stop kodi completely (but in the bg) in kodifreeze.sh to free up m emory busybox: make it possible to specify mount options for /storage during init libnfs: update to 3ba2a2c SDL2: update to f315493 pulseaudio: update to 11.0 kodi: Fix keyboard input for international keyboard layouts/keymaps when using plain Linux input layer (e.g. LibreELEC on Raspberry Pi): - allow input of unicode characters - map mode key ('Alt Gr') to right Alt key - fix euro currency sign btrfs-progs-system: update to 4.12.1 samba: ensure new properties are populated on upgrade
PCSX2 is here The intel-core-avx build has been updated with an actual working version and the Generic image should be up soon as well. If you are updating to this build run the following in a terminal to update Emulationstation:
cp /usr/config/emulationstation/es_systems.cfg /root/.config/emulationstation
Then put bios scph39001.bin (USA/NTSC) in your /storage/roms/bios and roms in /storage/roms/ps2. You can change bios and plugins by manually running /usr/bin/pcsx2.sh to get the GUI and configure from there. There's also the possibility to ALT+TAB while inside a game.
As always, a keyboard is handy to use emulators. The DS4v1 is autodetected and works (even rumble), although I couldn't get a second one working properly (also tested onepad-legacy). See my comment on a similar issue on their github. If anyone manages to fix it let me know. Probably not an issue with other gamecontrollers.
Are you sure for the command ?
i think it will be
-
-