Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. hyamanieu
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 1
    • Controversial 0
    • Groups 0

    hyamanieu

    @hyamanieu

    1
    Reputation
    119
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hyamanieu Unfollow Follow

    Best posts made by hyamanieu

    • RE: Version de kernel et compatibilité Hardware carte réseau bluetooth

      @johanjani thanks for your response!

      How do I go about this?

      posted in Recalbox Général
      hyamanieu
      hyamanieu

    Latest posts made by hyamanieu

    • RE: Version de kernel et compatibilité Hardware carte réseau bluetooth

      @Magaki

      Oui j'ai lu le message, par contre je suis pas sûr de ce qui est attendu de moi.

      Ce que j'ai fait c'est que j'ai copié un backup de /lib/firmware/mediathek puis j'ai copié depuis le repo git, ou en ligne de commande:

      depuis la recalbox:

      # mkdir ~/firmware_mediatek_backup
      # cp -r /lib/firmware/mediatek/* ~/firmware_mediatek_backup
      # mkdir ~/firmware_mediatek_new
      

      depuis ma machine:

      # scp -r mediatek/* recalbox:~/firmware_mediatek_new
      

      de nouveau depuis la recalbox:

      # cp -r firmware_mediatek_new/* /lib/firmware/mediatek/
      

      Certains fichiers n'ont pas pu être copié car "read only" ou "déjà présent". Comme on est déjà en root, je vois pas ce que je peux faire d'autres avec mon installation actuelle.

      La prochaine chose ça serait de testé la version 10 en boot live.

      posted in Recalbox Général
      hyamanieu
      hyamanieu
    • RE: Version de kernel et compatibilité Hardware carte réseau bluetooth

      @johanjani thanks for your response!

      How do I go about this?

      posted in Recalbox Général
      hyamanieu
      hyamanieu
    • Version de kernel et compatibilité Hardware carte réseau bluetooth

      Bonjour à toutes et tous,

      je viens d'acheter une carte WiFi/bluetooth AX3000, et j'ai installé celle-ci dans le PC que j'utilise avec recalbox.

      Pour résumer, j'ai noté que:

      • Elle ne fonctionne pas avec Recalbox 9.2.3 qui fait tourner le Kernel 6.1.32
      • Elle ne fonctionne pas avec Ubuntu 22.04 qui a un kernel en 5.x
      • Elle fonctionn avec ubuntu 24.04 qui a le kernel 6.8. J'ai booté en live après avoir installé bluez: donc ce n'est pas un problème de compatibilité linux/hardware.

      Il me semble que j'ai donc deux solutions:

      • attendre la prochaine version de Recalbox (10 est sur le feu je vois sur gitlab) qui j'espère aura le Kernel qui fait tourner la carte réseau. Je ne sais pas comment "Buildroot" fonctionne, mais j'ai l'impression que le jour où vous mettrez la version 10 à disposition, ce sera avec le kernel stable le plus récent. N'est ce pas?
      • Si je me trompe (ou la prochaine version a une date de sortie non prévisible) la renvoyer et chercher un dongle compatible avec des kernels plus vieux.

      Que me conseillez-vous de faire?

      A noter que le wifi fonctionne avec cette carte!


      Voici quelques infos en plus:

      # uname -a
      Linux RECALBOX 6.1.32 #1 SMP PREEMPT_DYNAMIC Tue Jul 23 11:10:32 CEST 2024 x86_64 GNU/Linux
      # cat /etc/os-release 
      NAME=Buildroot
      VERSION=2023.02.2-dirty
      ID=buildroot
      VERSION_ID=2023.02.2
      PRETTY_NAME="Buildroot 2023.02.2"
      

      notez l'erreur Bluetooth: hci0: Opcode 0x c03 failed: -110:

      # dmesg | grep -i bluetooth
      [   17.941872] Bluetooth: Core ver 2.22
      [   17.941891] NET: Registered PF_BLUETOOTH protocol family
      [   17.941892] Bluetooth: HCI device and connection manager initialized
      [   17.941895] Bluetooth: HCI socket layer initialized
      [   17.941896] Bluetooth: L2CAP socket layer initialized
      [   17.941899] Bluetooth: SCO socket layer initialized
      [   19.998416] Bluetooth: hci0: Opcode 0x c03 failed: -110
      [   22.174382] Bluetooth: hci0: Opcode 0x c03 failed: -110
      [   24.505619] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
      [   24.505623] Bluetooth: BNEP filters: protocol multicast
      [   24.505625] Bluetooth: BNEP socket layer initialized
      
      
      # lspci -knn | grep Net -A3
      05:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7922]
      	Subsystem: Lite-On Communications Inc Device [11ad:3804]
      	Kernel driver in use: mt7921e
      	Kernel modules: mt7921e
      

      Bluetoothctl n'est pas supposé fonctionner vue l'erreur dans dmesg, mais je vous montre quand même l'output (le même jeu de commandes fonctionnent avec le Kernel 6.8):

      # bluetoothctl     
      Agent registered
      [bluetooth]# list
      [bluetooth]# power on
      No default controller available
      
      posted in Recalbox Général
      hyamanieu
      hyamanieu
    • RE: checksum rpi3 download

      Thanks for your response.
      As said in my first post, I did use Imager v1.4

      I will try again this week-end if the new image on the server is good.

      posted in Recalbox General
      hyamanieu
      hyamanieu
    • checksum rpi3 download

      Hi dear devs,

      I have downloaded both recalbox-rpi3.img.xz.sha1 and recalbox-rpi3.img.xz from respectively https://upgrade.recalbox.com/latest/rpi3/recalbox-rpi3.img.xz.sha1 and https://upgrade.recalbox.com/latest/download/rpi3/recalbox-rpi3.img.xz (as on found download.recalbox.com). Well the checksum fails. cat-ing the sha1 file 80e4d0916ef8249aa2d708a13c2f5cfffdf4db30 recalbox-rpi3.img.xz, while sha1suming the downloaded image gives me 23b9693c6d8e04c6841ee4271ae8574a77599e8c recalbox-rpi3.img.xz. I have redownloaded twice. Still same checksum output. Is there an error on the download side or is it from me?
      I have installed Imager 1.4 using Ubuntu's snap. It's failing the install and it can't open the compressed file, so it seems there is an error with it...
      Are there mirror links? Or peer2peer?

      posted in Recalbox General
      hyamanieu
      hyamanieu
    • RE: Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...)

      Just a quick positive feedback: adding an own script in /share/system/custom.sh works flawlessly.

      posted in Testers's corner
      hyamanieu
      hyamanieu
    • RE: Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...)

      @nihil-baxter

      concerning the n64 emulator menu, it was the same with the stable version. The only thing that worked was hotkey+start to quit.

      posted in Testers's corner
      hyamanieu
      hyamanieu
    • RE: Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...)

      Hi all, hello dear devs 🙂 ,

      I have just updated my image from 507-b*mp-bui (4ad393af) 36325817 rpi3 2018/11/12 18:53:18 to 507-b*mp-bui (361600e2) 38422234 rpi3 2018/11/29 21:24:06

      I have tried both on a rpi3 as well as rpi3b+

      In both cases, I have two bugs to report that didn't appear on the rpi3 with the stable version:

      • Unable to save games in favorite. Just the pharaoh game is there for some reason, but unable to save any other game.

      • I have saved a second SSID and passwords on the .conf file, but it doesn't connect.

      I have a few questions:

      • How can I help besides what's on the first post, i.e. use it normally until hitting a bug? I am not an OS developer, so I can mostly do testing. Unfortunately I don't have access to the stable version to use on my rpi3 as it's used for another project, so I'll be only on the rpi3b+ with the dev version.

      • The shown RAM memory is half of what it should be:

        # cat /proc/meminfo 
        MemTotal:         507292 kB
        

        is it because half the ram is used elsewhere? I don't recall if that was the case with the stable version...

      • I haven't seen the following question in the topic, which is surprising so I hope I won't get kicked-banned 😛 : Do you have an ETA for the stable version release?

      Thanks for all!

      edit: I see someone else reported 3 hours before me the issue with the list of favorite games not being saved upon restart.
      edit2: forgot to add that I used a PS4 pad with Bluetooth: works flawlessly!

      posted in Testers's corner
      hyamanieu
      hyamanieu