Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Recalbox sur 1up-pix-raspberry-pi-pocket-gameboy-2018

    Recalbox Général
    recalbox
    5
    45
    10350
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dragu
      Dragu Banned last edited by Dragu

      @fredkadelic
      Tu as un paramètre en moins 12 au lieu de 13 prévus, alors essaie peut-être d'allonger ton paramètre

      controllers.gpio.args="map=5 gpio=17,16,27,22,21,20,6,26,14,19,5,4,-1"
      

      mk_arcade_joystick.conf n'est pas nécessaire au niveau de /etc/modprobe.d

      1 Reply Last reply Reply Quote 0
      • fredkadelic
        fredkadelic last edited by

        @Dragu : ok je vais rajouter le -1 😉
        Par contre je testerai que demain boulot boulot et fini à 00h30 😉
        @Substring : je testerai tes manips si celle de Dragu ne fonctionne pas 😉
        Une petite question: pourquoi sur la version stable de Recalbox les modifs:
        controllers.gpio.enabled=1
        controllers.gpio.args=map=5 gpio=17,16,27,22,21,20,6,26,14,19,5,4

        Font planter le Recalbox alors que sur la beta non ?

        1 Reply Last reply Reply Quote 0
        • fredkadelic
          fredkadelic last edited by

          @Dragu : cela n'a rien changer 😕
          Voila ce que j'ai fait:

          -Passer en mode écriture la partition:
          mount -o remount, rw /

          -Créer le fichier de conf:
          nano /etc/modprobe.d/mk_arcade_joystick.conf

          -Copier la ligne dedans, puis ctrl+x pour sortir et Y pour valider:
          options mk_arcade_joystick_rpi map=5 gpio=17,16,27,22,21,20,6,26,14,19,5,4

          Le fichier mk_arcade_joystick à bien été crée dans le dossier modprobe.d

          -Passer en mode écriture la partition:
          mount -o remount, rw /

          -Editer le fichier des modules:
          nano /etc/modules

          -Copier à la fin la ligne ci-dessous, puis ctrl+x pour sortir et Y pour valider:
          mk_arcade_joystick_rpi

          -Désactiver la conf dans recalbox.conf:
          controllers.gpio.enabled=0

          Cela ne donne rien 😕 vérifier que le module est bien chargé avec lsmod mais pas visible dans la liste 😕

          -Passer en mode écriture la partition:
          mount -o remount, rw /

          -charger le module manuellement :
          modprobe mk_arcade_joystick_rpi

          Message en ssh : modprobe: can't load module mk_arcade_joystick_rpi (extra/mk_arcade_joystick_rpi.ko): No such device

          -Autre essai
          Passer en mode écriture la partition:
          mount -o remount, rw /

          Taper :modprobe mk_arcade_joystick_rpi map=5 gpio=17,16,27,22,21,20,6,26,14,19,5,4

          Message en ssh: modprobe mk_arcade_joystick_rpi map=5 gpio=17,16,27,22,21,20,6,26,14,19,5,4
          modprobe: can't load module mk_arcade_joystick_rpi (extra/mk_arcade_joystick_rpi.ko): No such device

          Autre essai:
          -Passer en mode écriture la partition:
          mount -o remount, rw /

          -Editer le fichier des modules:
          nano /etc/modules.conf

          Copier à la fin la ligne ci-dessous, puis ctrl+x pour sortir et Y pour valider:
          mk_arcade_joystick_rpi
          0_1538377974199_Capture3.PNG Le fichier est bien chargé mais rien dans la liste avec lsmod

          Pas possible de placer un fichier dans le fichier des modules 😕

          1 Reply Last reply Reply Quote 0
          • Dragu
            Dragu Banned last edited by

            @fredkadelic
            Il faut que la ligne soit au niveau de /recalbox/share/system/recalbox.conf
            Comme example, j'avais le même problème avec mon Freeplay GBA CM3, tu trouveras les postings avec la recherche.
            Et voilà ma configuration. En modules je n'ai rien.

            # ------------ D2 - GPIO Controllers ------------ #
            ## GPIO Controllers
            ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)
            controllers.gpio.enabled=1
            ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)
            controllers.gpio.args="map=5 gpio=4,17,6,5,19,26,16,24,23,18,15,14,23" 
            
            1 Reply Last reply Reply Quote 0
            • fredkadelic
              fredkadelic last edited by

              Voila mon fichier share/system/recalbox.conf :
              0_1538386425707_Capture123.PNG

              Meme si je mets "controllers.gpio.enabled=1" cela ne change rien

              1 Reply Last reply Reply Quote 0
              • Dragu
                Dragu Banned last edited by Dragu

                @fredkadelic
                Mais ta syntaxe ne correspond pas, guillmets espace. et controllers.gpio.enabled=1 est obligatoire. Si cela marche toujours pas après, la version de mk_arcarde_joystick_rpi ne correspond pas. Chez moi cela fonctionne 100%. Et en plus le -1 manque à la fin. Donc il faut d'office :

                # ------------ D2 - GPIO Controllers ------------ #
                ## GPIO Controllers
                ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)
                controllers.gpio.enabled=1
                ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)
                controllers.gpio.args="map=5 gpio=17,16,27,22,21,20,6,26,14,19,5,4,-1" 
                

                Maintenant, si tes gpio sont juste, je ne peux pas vérifier.

                1 Reply Last reply Reply Quote 0
                • fredkadelic
                  fredkadelic last edited by

                  @Dragu
                  Ok je vais renommer correctement l’ensemble 😉 donc je rajoute les guillemets comme tu me le propose et rajoute le -1 😉
                  Par contre quand j'ai crée le fichier:
                  nano /etc/modprobe.d/mk_arcade_joystick.conf
                  options mk_arcade_joystick_rpi map=5 gpio=17,16,27,22,21,20,6,26,14,19,5,4
                  J'ai pas mis de guillemets, il faut aussi le faire ?

                  1 Reply Last reply Reply Quote 0
                  • Dragu
                    Dragu Banned last edited by Dragu

                    @fredkadelic
                    Comme j'avais dit avant, je n'ai rien au niveau de modprobe.d, mais si tu le fais, il faut le faire correctement. Sinon tu transforme un unique paramêtre en 2. Il va lire jusque map=5, et n'oublie pas le -1 aussi.

                    Tu sais que le mapping des touches est dans l'ordre
                    up, down, left, right, start, select, a, b, tr, y, x, tl, hk. Le -1 est donc le hotkey, que tu n'as pas pour le moment.

                    1 Reply Last reply Reply Quote 0
                    • fredkadelic
                      fredkadelic last edited by

                      @Dragu :
                      Merci à toi je pense recommencer mon install proprement 😉 repartir à zéro , c'est trop le bazar avec tous ce que j'ai fait 😕 vu que je maîtrise un petit peu mieux pourquoi pas 😉

                      1 Reply Last reply Reply Quote 0
                      • fredkadelic
                        fredkadelic last edited by

                        @Dragu
                        Je viens de refaire mon install, j'ai réinstallé les paramètre pour l'écran, et j'ai simplement modifié la config GPIO Controllers comme cité plus haut :

                        ------------ D2 - GPIO Controllers ------------

                        GPIO Controllers

                        enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)

                        controllers.gpio.enabled=1

                        mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)

                        controllers.gpio.args="map=5 gpio=17,16,27,22,21,20,6,26,14,19,5,4,-1"

                        Cela ne donne rien 😕

                        1 Reply Last reply Reply Quote 0
                        • fredkadelic
                          fredkadelic last edited by

                          @Dragu
                          Comme ceci:
                          0_1538464031216_Capture555.PNG

                          lsmod:
                          0_1538465158937_Ismod.PNG

                          dmesg:
                          0_1538465208354_Capture777.PNG

                          1 Reply Last reply Reply Quote 0
                          • Dragu
                            Dragu Banned last edited by Dragu

                            @fredkadelic
                            "out of tree modul taints kernel" 😞
                            Cela voudrait dire que tu n'as pas la bonne version de mk_arcade_joystick_rpi.ko dans ton package. D'autant plus qu'il semble ne pas connaître map=5.
                            Il vaudrait controler sous
                            /lib/modules/4.4.13-v7/extra/mk_arcade_joystick_rpi.ko
                            bonne version longueur

                            14972
                            

                            C'était la compilation que @Substring avait mis à ma disposition dans un link qui ne marche plus.
                            Je pourrais toujours te la mettre sur mon serveur, si l'erreur est là.

                            1 Reply Last reply Reply Quote 0
                            • Dragu
                              Dragu Banned last edited by

                              @fredkadelic
                              juste mes logs

                              # lsmod
                              Module                  Size  Used by    Tainted: G
                              bnep                   10340  2
                              bluetooth             326105  5 bnep
                              evdev                  11396  1
                              joydev                  9024  0
                              mk_arcade_joystick_rpi     3420  0
                              usbhid                 37782  0
                              uinput                  7454  0
                              xt_connmark             1787  2
                              ipv6                  347466 48 [permanent]
                              iptable_nat             1725  0
                              nf_conntrack_ipv4      12912  3
                              nf_defrag_ipv4          1428  1 nf_conntrack_ipv4
                              nf_nat_ipv4             4992  1 iptable_nat
                              nf_nat                 12375  1 nf_nat_ipv4
                              nf_conntrack           77396  4 xt_connmark,nf_conntrack_ipv4,nf_nat_ipv4,nf_nat
                              iptable_mangle          1454  1
                              8192cu                560113  0
                              snd_bcm2835            20511  2
                              cfg80211              427983  1 8192cu
                              snd_pcm                75698  2 snd_bcm2835
                              rfkill                 16037  5 bluetooth,cfg80211
                              snd_timer              19156  1 snd_pcm
                              snd                    51908  6 snd_bcm2835,snd_pcm,snd_timer
                              bcm2835_gpiomem         3040  0
                              bcm2835_wdt             3225  0
                              uio_pdrv_genirq         3164  0
                              uio                     8000  1 uio_pdrv_genirq
                              #
                              
                              le_ns: 440795202767 ns
                              [    0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
                              [    0.000025] Switching to timer-based delay loop, resolution 52ns
                              [    0.000264] Console: colour dummy device 80x30
                              [    0.000463] console [tty3] enabled
                              [    0.000488] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
                              [    0.000507] pid_max: default: 32768 minimum: 301
                              [    0.000817] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
                              [    0.000831] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
                              [    0.001744] Disabling cpuset control group subsystem
                              [    0.001774] Initializing cgroup subsys io
                              [    0.001803] Initializing cgroup subsys memory
                              [    0.001841] Initializing cgroup subsys devices
                              [    0.001859] Initializing cgroup subsys freezer
                              [    0.001878] Initializing cgroup subsys net_cls
                              [    0.001926] CPU: Testing write buffer coherency: ok
                              [    0.001984] ftrace: allocating 21199 entries in 63 pages
                              [    0.050349] CPU0: update cpu_capacity 1024
                              [    0.050379] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                              [    0.050393] [bcm2709_smp_prepare_cpus] enter
                              [    0.050529] Setting up static identity map for 0x8240 - 0x8274
                              [    0.052194] [bcm2709_boot_secondary] cpu:1 started (0) 16
                              [    0.052438] [bcm2709_secondary_init] enter cpu:1
                              [    0.052480] CPU1: update cpu_capacity 1024
                              [    0.052486] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                              [    0.052860] [bcm2709_boot_secondary] cpu:2 started (0) 18
                              [    0.053040] [bcm2709_secondary_init] enter cpu:2
                              [    0.053061] CPU2: update cpu_capacity 1024
                              [    0.053067] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                              [    0.053427] [bcm2709_boot_secondary] cpu:3 started (0) 16
                              [    0.053565] [bcm2709_secondary_init] enter cpu:3
                              [    0.053585] CPU3: update cpu_capacity 1024
                              [    0.053591] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                              [    0.053651] Brought up 4 CPUs
                              [    0.053674] SMP: Total of 4 processors activated (153.60 BogoMIPS).
                              [    0.053682] CPU: All CPU(s) started in HYP mode.
                              [    0.053689] CPU: Virtualization extensions available.
                              [    0.054307] devtmpfs: initialized
                              [    0.064744] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
                              [    0.065065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                              [    0.065781] pinctrl core: initialized pinctrl subsystem
                              [    0.066305] NET: Registered protocol family 16
                              [    0.071606] DMA: preallocated 4096 KiB pool for atomic coherent allocations
                              [    0.078444] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                              [    0.078456] hw-breakpoint: maximum watchpoint size is 8 bytes.
                              [    0.078609] Serial: AMBA PL011 UART driver
                              [    0.078748] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
                              [    0.078909] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
                              [    0.142486] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
                              [    0.143047] SCSI subsystem initialized
                              [    0.143235] usbcore: registered new interface driver usbfs
                              [    0.143324] usbcore: registered new interface driver hub
                              [    0.143421] usbcore: registered new device driver usb
                              [    0.149905] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-04-04 18:41
                              [    0.177228] clocksource: Switched to clocksource arch_sys_counter
                              [    0.223348] FS-Cache: Loaded
                              [    0.223620] CacheFiles: Loaded
                              [    0.235934] NET: Registered protocol family 2
                              [    0.236785] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
                              [    0.236851] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
                              [    0.236950] TCP: Hash tables configured (established 4096 bind 4096)
                              [    0.237014] UDP hash table entries: 256 (order: 1, 8192 bytes)
                              [    0.237044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
                              [    0.237303] NET: Registered protocol family 1
                              [    0.237619] RPC: Registered named UNIX socket transport module.
                              [    0.237629] RPC: Registered udp transport module.
                              [    0.237638] RPC: Registered tcp transport module.
                              [    0.237646] RPC: Registered tcp NFSv4.1 backchannel transport module.
                              [    0.238787] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
                              [    0.240098] futex hash table entries: 1024 (order: 4, 65536 bytes)
                              [    0.253463] VFS: Disk quotas dquot_6.6.0
                              [    0.253776] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                              [    0.256069] FS-Cache: Netfs 'nfs' registered for caching
                              [    0.256967] NFS: Registering the id_resolver key type
                              [    0.257019] Key type id_resolver registered
                              [    0.257028] Key type id_legacy registered
                              [    0.259398] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
                              [    0.259525] io scheduler noop registered
                              [    0.259546] io scheduler deadline registered (default)
                              [    0.259602] io scheduler cfq registered
                              [    0.262096] BCM2708FB: allocated DMA memory de800000
                              [    0.262122] BCM2708FB: allocated DMA channel 0 @ f3007000
                              [    0.267797] Console: switching to colour frame buffer device 80x30
                              [    0.272148] bcm2835-rng 3f104000.rng: hwrng registered
                              [    0.272240] vc-cma: Videocore CMA driver
                              [    0.272249] vc-cma: vc_cma_base      = 0x00000000
                              [    0.272258] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
                              [    0.272267] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
                              [    0.272466] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
                              [    0.287197] brd: module loaded
                              [    0.295832] loop: module loaded
                              [    0.296697] vchiq: vchiq_init_state: slot_zero = 0x9e880000, is_master = 0
                              [    0.298074] Loading iSCSI transport class v2.0-870.
                              [    0.298706] usbcore: registered new interface driver smsc95xx
                              [    0.298757] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                              [    0.499030] Core Release: 2.80a
                              [    0.499043] Setting default values for core params
                              [    0.499075] Finished setting default values for core params
                              [    0.699438] Using Buffer DMA mode
                              [    0.699449] Periodic Transfer Interrupt Enhancement - disabled
                              [    0.699457] Multiprocessor Interrupt Enhancement - disabled
                              [    0.699466] OTG VER PARAM: 0, OTG VER FLAG: 0
                              [    0.699480] Dedicated Tx FIFOs mode
                              [    0.699783] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0x9e814000 dma = 0xde814000 len=9024
                              [    0.699812] FIQ FSM acceleration enabled for :
                              [    0.699812] Non-periodic Split Transactions
                              [    0.699812] Periodic Split Transactions
                              [    0.699812] High-Speed Isochronous Endpoints
                              [    0.699812] Interrupt/Control Split Transaction hack enabled
                              [    0.699835] dwc_otg: Microframe scheduler enabled
                              [    0.699877] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x80446f74
                              [    0.699891] WARN::hcd_init_fiq:414: FIQ ASM at 0x804472e4 length 36
                              [    0.699906] WARN::hcd_init_fiq:439: MPHI regs_base at 0x9f932000
                              [    0.699964] dwc_otg 3f980000.usb: DWC OTG Controller
                              [    0.700000] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
                              [    0.700034] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
                              [    0.700084] Init: Port Power? op_state=1
                              [    0.700091] Init: Power Port (0)
                              [    0.700281] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
                              [    0.700296] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                              [    0.700309] usb usb1: Product: DWC OTG Controller
                              [    0.700321] usb usb1: Manufacturer: Linux 4.4.13-v7 dwc_otg_hcd
                              [    0.700333] usb usb1: SerialNumber: 3f980000.usb
                              [    0.701116] hub 1-0:1.0: USB hub found
                              [    0.701160] hub 1-0:1.0: 1 port detected
                              [    0.701813] dwc_otg: FIQ enabled
                              [    0.701822] dwc_otg: NAK holdoff enabled
                              [    0.701830] dwc_otg: FIQ split-transaction FSM enabled
                              [    0.701862] Module dwc_common_port init
                              [    0.702106] usbcore: registered new interface driver usb-storage
                              [    0.702382] mousedev: PS/2 mouse device common for all mice
                              [    0.703165] bcm2835-cpufreq: min=600000 max=1200000
                              [    0.705804] sdhci: Secure Digital Host Controller Interface driver
                              [    0.705808] sdhci: Copyright(c) Pierre Ossman
                              [    0.707909] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
                              [    0.707916] mmc-bcm2835 3f300000.mmc: DMA channel allocated
                              [    0.747273] sdhci-pltfm: SDHCI platform and OF driver helper
                              [    0.747488] ledtrig-cpu: registered to indicate activity on CPUs
                              [    0.747559] hidraw: raw HID events driver (C) Jiri Kosina
                              [    0.747908] ip_tables: (C) 2000-2006 Netfilter Core Team
                              [    0.749724] Initializing XFRM netlink socket
                              [    0.749742] NET: Registered protocol family 17
                              [    0.749814] Key type dns_resolver registered
                              [    0.750143] Registering SWP/SWPB emulation handler
                              [    0.750538] registered taskstats version 1
                              [    0.750635] vc-sm: Videocore shared memory driver
                              [    0.750644] [vc_sm_connected_init]: start
                              [    0.753351] [vc_sm_connected_init]: end - returning 0
                              [    0.755463] pinctrl-bcm2835 3f200000.gpio: /soc/gpio@7e200000/uart0_pins: brcm,pull must have 1 or 0 entries
                              [    0.755547] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
                              [    0.755747] of_cfs_init
                              [    0.755807] of_cfs_init: OK
                              [    0.756434] Waiting for root device /dev/mmcblk0p2...
                              [    0.798657] mmc0: host does not support reading read-only switch, assuming write-enable
                              [    0.801644] mmc0: new high speed SDXC card at address e624
                              [    0.801979] mmcblk0: mmc0:e624 SL64G 59.5 GiB
                              [    0.804141]  mmcblk0: p1 p2 p3
                              [    0.861027] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
                              [    0.861395] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
                              [    0.866691] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                              [    0.866715] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                              [    0.870036] devtmpfs: mounted
                              [    0.870414] Freeing unused kernel memory: 476K (807e5000 - 8085c000)
                              [    0.897316] Indeed it is in host mode hprt0 = 00021501
                              [    1.077301] usb 1-1: new high-speed USB device number 2 using dwc_otg
                              [    1.077499] Indeed it is in host mode hprt0 = 00001101
                              [    1.120258] random: nonblocking pool is initialized
                              [    1.277805] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
                              [    1.277826] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
                              [    1.277841] usb 1-1: Product: USB 2.0 Hub
                              [    1.278316] hub 1-1:1.0: USB hub found
                              [    1.278406] hub 1-1:1.0: 4 ports detected
                              [    1.427734] udevd[162]: starting version 3.2
                              [    1.557268] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
                              [    1.596418] udevd[164]: starting eudev-3.2
                              [    1.658700] usb 1-1.1: New USB device found, idVendor=7392, idProduct=7811
                              [    1.658717] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                              [    1.658724] usb 1-1.1: Product: 802.11n WLAN Adapter
                              [    1.658730] usb 1-1.1: Manufacturer: Realtek
                              [    1.658736] usb 1-1.1: SerialNumber: 00e04c000001
                              [    1.735269] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
                              [    1.832910] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
                              [    2.244931] usbcore: registered new interface driver rtl8192cu
                              [    3.491615] nf_conntrack version 0.5.0 (7709 buckets, 30836 max)
                              [    3.659307] NET: Registered protocol family 10
                              [    4.319548] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
                              [    6.126881] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                              [   13.394693] EXT4-fs (mmcblk0p3): couldn't mount as ext3 due to feature incompatibilities
                              [   13.395164] EXT4-fs (mmcblk0p3): couldn't mount as ext2 due to feature incompatibilities
                              [   13.411093] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
                              [   14.448836] usbcore: registered new interface driver usbhid
                              [   14.448848] usbhid: USB HID core driver
                              [   15.584230] mk_arcade_joystick_rpi: pad type : 5
                              [   15.584247] mk_arcade_joystick_rpi: pad type : 5
                              [   15.584259] GPIO = 4
                              [   15.584265] GPIO = 17
                              [   15.584269] GPIO = 6
                              [   15.584272] GPIO = 5
                              [   15.584276] GPIO = 19
                              [   15.584280] GPIO = 26
                              [   15.584284] GPIO = 16
                              [   15.584288] GPIO = 24
                              [   15.584292] GPIO = 23
                              [   15.584296] GPIO = 18
                              [   15.584300] GPIO = 15
                              [   15.584304] GPIO = 14
                              [   15.584308] GPIO = 23
                              [   15.584333] GPIO configured for pad0
                              [   15.584811] input: GPIO Controller 1 as /devices/virtual/input/input0
                              [   24.591472] Bluetooth: Core ver 2.21
                              [   24.591525] NET: Registered protocol family 31
                              [   24.591531] Bluetooth: HCI device and connection manager initialized
                              [   24.591546] Bluetooth: HCI socket layer initialized
                              [   24.591556] Bluetooth: L2CAP socket layer initialized
                              [   24.591580] Bluetooth: SCO socket layer initialized
                              [   24.688643] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                              [   24.688660] Bluetooth: BNEP filters: protocol multicast
                              [   24.688679] Bluetooth: BNEP socket layer initialized
                              
                              1 Reply Last reply Reply Quote 0
                              • fredkadelic
                                fredkadelic last edited by

                                @Dragu
                                Merci pour toutes tes infos Dragu 😉 et merci aussi @ Substring 😉 je vais finalement le vendre, pas le temps de m'en occuper 😉 mais merci à vous tous 😉 j'ai appris beaucoup de choses 😉

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Want to support us ?

                                79
                                Online

                                99.7k
                                Users

                                28.1k
                                Topics

                                187.1k
                                Posts

                                Copyright © 2021 recalbox.com