New Picade setup - no sound or joystick detction

@metalx i bought the same sanwa joystick as yours. i noticed there is no clip for the wires so that you can plug them into the picade hat. how did you overcome this? did you buy one that you can recommend?

@joeboy101 thanks - updating the /boot/config.txt to add hdmi_force_hotplug=1
made the display work. i’ve also run the curl https://get.pimoroni.com/picadehat | bash command to install the drivers for the picadehat.

now, upon booting up i get the emulation station-> UI configuration setup , but no recognition of the joystick or buttons at all. any ideas where to go from here?

Congratulations, your now stuck exactly where I’m at. I’m going to try and get the feedback gadgetoid is asking for tonight so we can try and diagnose this more. Read through the rest of this thread, but also be sure to use a fresh install of retropie. I’d even recommend using an empty card with a new install of retropie.

The ones I bought from amazon had the same clips as the original Pimori ones.

https://www.amazon.com/gp/product/B005BIC9QE/ref=oh_aui_detailpage_o05_s00?ie=UTF8&psc=1

Gadgetoid

lsb_release -a gives me:

No LSB modules are available.
Distributor ID: Raspian
Description: Raspian GMU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch

uname -a output is:

Linux retropie 4.4.-v7+ #1102 SMP Mon Mar 26 16:45:49 BST 2018 armu71 GNU/Linux

Last but not least, here is dmesg output:

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.30-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1102 SMP Mon Mar 26 16:45:49 BST 2018
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x2f800000
[ 0.000000] On node 0 totalpages: 196608
[ 0.000000] free_area_init_node: node 0, pgdat 80c7edc0, node_mem_map af136000
[ 0.000000] Normal zone: 1728 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 196608 pages, LIFO batch:31
[ 0.000000] random: fast init done
[ 0.000000] percpu: Embedded 17 pages/cpu @af0df000 s38720 r8192 d22720 u69632
[ 0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 194880
[ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=f2d3cb4f-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait loglevel=3 consoleblank=0 plymouth.enable=0
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 757560K/786432K available (7168K kernel code, 550K rwdata, 2048K rodata, 1024K init, 706K bss, 20680K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xb0800000 - 0xff800000 (1264 MB)
lowmem : 0x80000000 - 0xb0000000 ( 768 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x80800000 (8160 kB)
.init : 0x80b00000 - 0x80c00000 (1024 kB)
.data : 0x80c00000 - 0x80c8986c ( 551 kB)
.bss : 0x80c90f40 - 0x80d417f4 ( 707 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 24918 entries in 74 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000018] Switching to timer-based delay loop, resolution 52ns
[ 0.000266] Console: colour dummy device 80x30
[ 0.000283] console [tty1] enabled
[ 0.000307] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=192000)
[ 0.000322] pid_max: default: 32768 minimum: 301
[ 0.000638] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000653] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001586] Disabling memory control group subsystem
[ 0.001667] CPU: Testing write buffer coherency: ok
[ 0.002063] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002443] Setting up static identity map for 0x100000 - 0x10003c
[ 0.002559] Hierarchical SRCU implementation.
[ 0.003191] smp: Bringing up secondary CPUs …
[ 0.003923] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.004724] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.005505] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.005608] smp: Brought up 1 node, 4 CPUs
[ 0.005618] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.005623] CPU: All CPU(s) started in HYP mode.
[ 0.005627] CPU: Virtualization extensions available.
[ 0.006449] devtmpfs: initialized
[ 0.017052] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.017271] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.017289] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.017855] pinctrl core: initialized pinctrl subsystem
[ 0.018594] NET: Registered protocol family 16
[ 0.021288] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.026149] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.026156] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.026355] Serial: AMBA PL011 UART driver
[ 0.027981] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.028441] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.059318] bcm2835-dma 3f007000.dma: DMA legacy API manager at b0813000, dmachans=0x1
[ 0.060840] SCSI subsystem initialized
[ 0.061063] usbcore: registered new interface driver usbfs
[ 0.061115] usbcore: registered new interface driver hub
[ 0.061199] usbcore: registered new device driver usb
[ 0.070086] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-03-23 16:31
[ 0.071448] clocksource: Switched to clocksource arch_sys_counter
[ 0.147274] VFS: Disk quotas dquot_6.6.0
[ 0.147360] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.147544] FS-Cache: Loaded
[ 0.147746] CacheFiles: Loaded
[ 0.156647] NET: Registered protocol family 2
[ 0.157367] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.157477] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.157662] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.157790] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.157834] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.158061] NET: Registered protocol family 1
[ 0.158515] RPC: Registered named UNIX socket transport module.
[ 0.158521] RPC: Registered udp transport module.
[ 0.158526] RPC: Registered tcp transport module.
[ 0.158531] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.160024] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.162777] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.170668] FS-Cache: Netfs ‘nfs’ registered for caching
[ 0.171257] NFS: Registering the id_resolver key type
[ 0.171287] Key type id_resolver registered
[ 0.171292] Key type id_legacy registered
[ 0.173216] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.173337] io scheduler noop registered
[ 0.173343] io scheduler deadline registered (default)
[ 0.173621] io scheduler cfq registered
[ 0.173627] io scheduler mq-deadline registered
[ 0.173633] io scheduler kyber registered
[ 0.176334] BCM2708FB: allocated DMA memory ef910000
[ 0.176360] BCM2708FB: allocated DMA channel 0 @ b0813000
[ 0.185932] Console: switching to colour frame buffer device 80x30
[ 0.192575] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.192700] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.193140] vc-sm: Videocore shared memory driver
[ 0.193403] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.202961] brd: module loaded
[ 0.211643] loop: module loaded
[ 0.211656] Loading iSCSI transport class v2.0-870.
[ 0.212278] libphy: Fixed MDIO Bus: probed
[ 0.212368] usbcore: registered new interface driver lan78xx
[ 0.212422] usbcore: registered new interface driver smsc95xx
[ 0.212437] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.440513] Core Release: 2.80a
[ 0.440522] Setting default values for core params
[ 0.440552] Finished setting default values for core params
[ 0.640794] Using Buffer DMA mode
[ 0.640800] Periodic Transfer Interrupt Enhancement - disabled
[ 0.640805] Multiprocessor Interrupt Enhancement - disabled
[ 0.640812] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.640826] Dedicated Tx FIFOs mode
[ 0.641223] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xaf904000 dma = 0xef904000 len=9024
[ 0.641247] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.641255] dwc_otg: Microframe scheduler enabled
[ 0.641307] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805d2774
[ 0.641319] WARN::hcd_init_fiq:460: FIQ ASM at 0x805d2adc length 36
[ 0.641331] WARN::hcd_init_fiq:486: MPHI regs_base at 0xb087e000
[ 0.641387] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.641419] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.641472] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.641520] Init: Port Power? op_state=1
[ 0.641525] Init: Power Port (0)
[ 0.641723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.641734] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.641743] usb usb1: Product: DWC OTG Controller
[ 0.641751] usb usb1: Manufacturer: Linux 4.14.30-v7+ dwc_otg_hcd
[ 0.641759] usb usb1: SerialNumber: 3f980000.usb
[ 0.642343] hub 1-0:1.0: USB hub found
[ 0.642388] hub 1-0:1.0: 1 port detected
[ 0.642879] dwc_otg: FIQ enabled
[ 0.642885] dwc_otg: NAK holdoff enabled
[ 0.642890] dwc_otg: FIQ split-transaction FSM enabled
[ 0.642899] Module dwc_common_port init
[ 0.643112] usbcore: registered new interface driver usb-storage
[ 0.643275] mousedev: PS/2 mouse device common for all mice
[ 0.643345] IR NEC protocol handler initialized
[ 0.643350] IR RC5(x/sz) protocol handler initialized
[ 0.643355] IR RC6 protocol handler initialized
[ 0.643359] IR JVC protocol handler initialized
[ 0.643364] IR Sony protocol handler initialized
[ 0.643369] IR SANYO protocol handler initialized
[ 0.643374] IR Sharp protocol handler initialized
[ 0.643379] IR MCE Keyboard/mouse protocol handler initialized
[ 0.643384] IR XMP protocol handler initialized
[ 0.644038] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.644292] bcm2835-cpufreq: min=600000 max=1200000
[ 0.644632] sdhci: Secure Digital Host Controller Interface driver
[ 0.644637] sdhci: Copyright(c) Pierre Ossman
[ 0.644983] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[ 0.645299] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.645388] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.647213] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.647381] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.647532] usbcore: registered new interface driver usbhid
[ 0.647537] usbhid: USB HID core driver
[ 0.648242] vchiq: vchiq_init_state: slot_zero = af980000, is_master = 0
[ 0.649563] [vc_sm_connected_init]: start
[ 0.658249] [vc_sm_connected_init]: end - returning 0
[ 0.658813] Initializing XFRM netlink socket
[ 0.658835] NET: Registered protocol family 17
[ 0.658949] Key type dns_resolver registered
[ 0.659439] Registering SWP/SWPB emulation handler
[ 0.660003] registered taskstats version 1
[ 0.665776] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 0.665851] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 0.667553] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ 0.667562] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[ 0.722075] sdhost: log_buf @ af907000 (ef907000)
[ 0.758664] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 0.760235] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.761809] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.764591] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 0.801468] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 0.802480] of_cfs_init
[ 0.802615] of_cfs_init: OK
[ 0.803136] Waiting for root device PARTUUID=f2d3cb4f-02…
[ 0.861630] Indeed it is in host mode hprt0 = 00021501
[ 0.940901] mmc1: new high speed SDIO card at address 0001
[ 0.961894] mmc0: host does not support reading read-only switch, assuming write-enable
[ 0.965521] mmc0: new high speed SDHC card at address aaaa
[ 0.965945] mmcblk0: mmc0:aaaa ADLCD 29.7 GiB
[ 0.968283] mmcblk0: p1 p2
[ 0.986310] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 0.986318] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 1.071488] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.071619] Indeed it is in host mode hprt0 = 00001101
[ 1.288600] EXT4-fs (mmcblk0p2): recovery complete
[ 1.299937] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.299991] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.301724] devtmpfs: mounted
[ 1.305050] Freeing unused kernel memory: 1024K
[ 1.311769] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 1.311781] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.312382] hub 1-1:1.0: USB hub found
[ 1.312471] hub 1-1:1.0: 5 ports detected
[ 1.631500] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 1.701783] systemd[1]: System time before build time, advancing clock.
[ 1.761763] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 1.761779] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.764419] smsc95xx v1.0.6
[ 1.820841] NET: Registered protocol family 10
[ 1.822852] Segment Routing with IPv6
[ 1.841086] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.854979] smsc95xx 1-1.1:1.0 eth0: register ‘smsc95xx’ at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:6e:af:71
[ 1.864336] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 1.864883] systemd[1]: Detected architecture arm.
[ 1.867042] systemd[1]: Set hostname to .
[ 1.951533] usb 1-1.5: new full-speed USB device number 4 using dwc_otg
[ 2.134627] usb 1-1.5: New USB device found, idVendor=045e, idProduct=0768
[ 2.134643] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.134652] usb 1-1.5: Product: Microsoft® SiderWinderTM X4 Keyboard
[ 2.134660] usb 1-1.5: Manufacturer: Microsoft
[ 2.150445] input: Microsoft Microsoft® SiderWinderTM X4 Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:045E:0768.0001/input/input0
[ 2.212082] hid-generic 0003:045E:0768.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® SiderWinderTM X4 Keyboard] on usb-3f980000.usb-1.5/input0
[ 2.250617] input: Microsoft Microsoft® SiderWinderTM X4 Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:045E:0768.0002/input/input1
[ 2.303016] systemd[1]: Listening on udev Control Socket.
[ 2.304049] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 2.304587] systemd[1]: Reached target Swap.
[ 2.305236] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.305813] systemd[1]: Listening on udev Kernel Socket.
[ 2.306440] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2.307600] systemd[1]: Created slice User and Session Slice.
[ 2.311733] hid-generic 0003:045E:0768.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Microsoft® SiderWinderTM X4 Keyboard] on usb-3f980000.usb-1.5/input1
[ 2.919363] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 3.014543] systemd-journald[87]: Received request to flush runtime journal from PID 1
[ 3.735906] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[ 3.752021] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
[ 3.752303] usbcore: registered new interface driver brcmfmac
[ 3.993335] random: crng init done
[ 4.038504] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
[ 4.039650] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.39 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-10-23 03:47:14
[ 4.618660] uart-pl011 3f201000.serial: no DMA platform data
[ 5.064851] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:161788k SSFS
[ 5.341601] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 5.341631] brcmfmac: power management disabled
[ 5.893485] smsc95xx 1-1.1:1.0 eth0: hardware isn’t capable of remote wakeup
[ 5.893715] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.296270] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 9.034893] Bluetooth: Core ver 2.22
[ 9.034987] NET: Registered protocol family 31
[ 9.034994] Bluetooth: HCI device and connection manager initialized
[ 9.035013] Bluetooth: HCI socket layer initialized
[ 9.035025] Bluetooth: L2CAP socket layer initialized
[ 9.035065] Bluetooth: SCO socket layer initialized
[ 9.042190] Bluetooth: HCI UART driver ver 2.3
[ 9.042205] Bluetooth: HCI UART protocol H4 registered
[ 9.042211] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 9.177075] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.177088] Bluetooth: BNEP filters: protocol multicast
[ 9.177107] Bluetooth: BNEP socket layer initialized

Hmm, I can’t see any indication in the above that any of the Picade software is running at all.

What does your /boot/config.txt look like?

Here’s what I got:

># For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default “safe” mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display’s size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=256
overscan_scale=1
hdmi_force_hotplug=1dtoverlay=picade
dtparam=audio=off

Got it!

Though the command lines in the config.txt view in a text editor via windows shows it all jammed together, the pasting into the forum here (thanks for asking for it) shows that there is no proper carriage return between the “hdmi_force_hotplug=1” command line and the “dtoverlay=picade” line. I modified the config.txt to have carriage returns after each command line and now it reads the joystick, buttons, and I get sound.

Waiting on my replacement power button now (the one it shipped with had leads that pushed into the button housing when I tried to assemble), but in the interim I can get everything set on my SD card and configurations setup.

Thanks for your help, Gadgetoid!!

So now, my joystick seems to be pulling left. I’m going to redo the configuration on it to see if that will help.

I’ve just built mine and am getting the same thing. How can I get the Picade controls to be recognised by RetroPie and how can I get sound working?

I have added the extra line to config.txt (in fact I needed it to get the screen to work properly - I was getting ‘no input detected’ before.

I now can’t set up the joystick and buttons as they are not recognised. I am also getting no sound. I am on RetroPie version 4.4

Help!?

I had the same problem with my picade, I take it as granted you’ve tried running the installer, read my thread ‘No Gamepads Detected’ to see if that helps especially the bit from Gadgetoid about checking if the extra instructions have been added to the config file.

After some help from Matt, the only way to get it working was to clone the git and install it on the PI. The curl wouldn’t work. I still then had to manually edit the config.txt as the lines weren’t getting added properly. I think it’s working now, but I’m battling other issues to do with my RetroPie install.