Lochnair my apologies, the repository was not updated. try again now.
Thank you
Lochnair my apologies, the repository was not updated. try again now.
Thank you
Lochnair my apologies, the repository was not updated. try again now.
Thank you
Thanks!
Some fiddling later and I've got the builds going. I think the only problem was that the RTL8189ES package wasn't actually added to the ADDITIONAL_PACKAGES for the device, so the modules didn't get included in the build.
After adding that it seems to work well, connected to the wifi without any difficulty
The only thing I'm not sure about if it's using the correct MAC addresses or not, the label on the box doesn't say, so I'm not sure what they're supposed to be.
Hi all,
a new build of libreelec 12 available with:
- added RTL8189ES wifi driver (thanks Lochnair for testing)
- various fixes and improvements
- finished porting from libreelec 11
- reintroduced wpa_supplicant as wifi manager (iwd has problems with bad drivers that I have to use)
- updated to latest libreelec source
Cheers
Michele
I installed it on an SD card on my V88 4K box. I used rk322x-box-v884k device tree.
When turning the box on and off the LED also changes ON/OFF, but no LED feedback when pressing a button on remote. This was cool on the LE10.
If it could be installed on NAND it would be great.
Everything else is fine.
Hi all,
a new build of libreelec 12 available with:
- added RTL8189ES wifi driver (thanks Lochnair for testing)
- various fixes and improvements
- finished porting from libreelec 11
- reintroduced wpa_supplicant as wifi manager (iwd has problems with bad drivers that I have to use)
- updated to latest libreelec sourceCheers
Michele
Thanks for this release. I was using version 11. When I updated with the .tar file I can no longer choose Skins. The menu is also not available in the repository.
Hi guys, excuse my english. I leave you some optimizations and my Remote Control configuration. My device is industrial, for that reason I added some python scripts to the gps. You'll see that I loaded the remote in autostart, since it became impossible for it to read rc_maps.cfg
autostart.sh
#!/bin/bash
mount --bind /var/media/sdcard11 /storage/sdcard11
# Configuración de zRAM
modprobe zram
swapoff -a
totalmem=$(free | awk '/^Mem:/ {print $2}')
mem=$(( totalmem * 512 ))
echo $mem > /sys/block/zram0/disksize
mkswap /dev/zram0
swapon -p 100 /dev/zram0 &
echo "zRAM configurado."
sleep 5
# Inicialización del GPS
echo "Inicializando GPS..."
/storage/.config/init_gps.sh &
sleep 10 # Dar tiempo para que el GPS se inicie correctamente
# Iniciar el logger de GPS
echo "Iniciando el script de registro GPS..."
python3 /storage/.config/gps_logger.py &
echo "Script de GPS iniciado."
ir-keytable -p nec -w /storage/.config/rc_keymaps/my_remote
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
exit 0
Display More
/storage/.config/rc_keymaps/my_remote
# table my_remote, type: nec
0x001c KEY_ENTER
0xb3dc KEY_POWER
0xb3c5 KEY_BACK
0xb382 KEY_MENU
0x00a4 KEY_PLAYPAUSE
0xb3ce KEY_OK
0xb3d2 KEY_DOWN
0xb3ca KEY_UP
0xb388 KEY_HOME
0xb399 KEY_LEFT
0xb3c1 KEY_RIGHT
0xb380 KEY_VOLUMEUP
0xb381 KEY_VOLUMEDOWN
0xb39c KEY_MUTE
0xb38d KEY_SETUP
0xb392 KEY_1
0xb393 KEY_2
0xb3cc KEY_3
0xb38e KEY_4
0xb38f KEY_5
0xb3c8 KEY_6
0xb38a KEY_7
0xb38b KEY_8
0xb3c4 KEY_9
0x000b KEY_0
0xb3da KEY_KPASTERISK
0xb3d0 KEY_KPHASH
0xb3cd KEY_RED
0xb391 KEY_GREEN
0xb383 KEY_YELLOW
0xb3c3 KEY_BLUE
0xb385 KEY_REWIND
0xb386 KEY_FASTFORWARD
Display More
Hi all,
a new build of libreelec 12 available with:
- added RTL8189ES wifi driver (thanks Lochnair for testing)
- various fixes and improvements
- finished porting from libreelec 11
- reintroduced wpa_supplicant as wifi manager (iwd has problems with bad drivers that I have to use)
- updated to latest libreelec sourceCheers
Michele
I am from Cuba and I am extremely grateful for your time and effort. Today I tried to put this new version (12) but version 10 does not start. It works without problems. Well, the WiFi works and connects well, but I thought about upgrading to this new version but it was not possible. If you could help me?