Setting up bluetooth controllers with RetroPi 4.2 on RPI3
-
We have the controllers that came with this:
https://www.amazon.com/gp/product/B00MG38CG8/ref=od_aui_detailpages00?ie=UTF8&th=1
I've gone through the steps here:
https://github.com/retropie/retropie-setup/wiki/Setting-up-a-PS3-controller
I've used the commandline to run the retropie_setup.sh script and configure wireless and bluetooth, and also the controllers. They are registered, and also connect at boot, which I can only find out by going into the retropie_setup.sh. They show as connected in "configuration / tools" > "bluetooth" > "Display Registered & Connected Bluetooth Devices".
However, whenever I start emulationstation (command line or reboot) the screen says that no controllers are found.
Is it possible these controllers are not compatible? Do I need additional drivers?
-
Did you try installing the "udev" rule from the bluetooth configuration ?
-
@BuZz I did.
-
I will need to see the output of
dmesg
andls -la /dev/input
(Please use an external site like https://paste.ubuntu.com/ or use a code block to format on the forum - http://commonmark.org/help/)It may well be that they just won't work. I recommend the 8bitdo Bluetooth controllers which work nicely.
-
@BuZz Oh good! I didn't know I could use
markdown
here--It's not in the editor gui. Since I only have command line right now, it will take me a little bit to figure out how to get you the text. Probably rsync up somewhere and pull it back down. -
When posting there is "compose ?" at the top right which mentioned it.
-
@BuZz
dmesg:[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.26-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #915 SMP Thu Oct 20 17:08:44 BST 2016 [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2 [ 0.000000] cma: Reserved 8 MiB at 0x2e400000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 192512 [ 0.000000] free_area_init_node: node 0, pgdat 808c2f80, node_mem_map add64000 [ 0.000000] Normal zone: 1692 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 192512 pages, LIFO batch:31 [ 0.000000] [bcm2709_smp_init_cpus] enter (9520->f3003010) [ 0.000000] [bcm2709_smp_init_cpus] ncores=4 [ 0.000000] PERCPU: Embedded 13 pages/cpu @aefa9000 s22592 r8192 d22464 u53248 [ 0.000000] pcpu-alloc: s22592 r8192 d22464 u53248 alloc=13*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 190820 [ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa22082 bcm2709.serial=0x6a503858 smsc95xx.macaddr=B8:27:EB:50:38:58 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet loglevel=3 consoleblank=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: 744192K/770048K available (6348K kernel code, 432K rwdata, 1716K rodata, 476K init, 764K bss, 17664K reserved, 8192K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xaf800000 - 0xff800000 (1280 MB) lowmem : 0x80000000 - 0xaf000000 ( 752 MB) modules : 0x7f000000 - 0x80000000 ( 16 MB) .text : 0x80008000 - 0x807e8584 (8066 kB) .init : 0x807e9000 - 0x80860000 ( 476 kB) .data : 0x80860000 - 0x808cc290 ( 433 kB) .bss : 0x808cf000 - 0x8098e1ec ( 765 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected 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.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000026] Switching to timer-based delay loop, resolution 52ns [ 0.000287] Console: colour dummy device 80x30 [ 0.000485] console [tty1] enabled [ 0.000510] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000532] pid_max: default: 32768 minimum: 301 [ 0.000845] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000861] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001783] Disabling cpuset control group subsystem [ 0.001815] Initializing cgroup subsys io [ 0.001844] Initializing cgroup subsys memory [ 0.001888] Initializing cgroup subsys devices [ 0.001909] Initializing cgroup subsys freezer [ 0.001929] Initializing cgroup subsys net_cls [ 0.001980] CPU: Testing write buffer coherency: ok [ 0.002044] ftrace: allocating 21225 entries in 63 pages [ 0.051492] CPU0: update cpu_capacity 1024 [ 0.051525] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.051537] [bcm2709_smp_prepare_cpus] enter [ 0.051671] Setting up static identity map for 0x8240 - 0x8274 [ 0.053321] [bcm2709_boot_secondary] cpu:1 started (0) 18 [ 0.053535] [bcm2709_secondary_init] enter cpu:1 [ 0.053579] CPU1: update cpu_capacity 1024 [ 0.053586] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.053964] [bcm2709_boot_secondary] cpu:2 started (0) 18 [ 0.054127] [bcm2709_secondary_init] enter cpu:2 [ 0.054148] CPU2: update cpu_capacity 1024 [ 0.054154] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.054514] [bcm2709_boot_secondary] cpu:3 started (0) 16 [ 0.054644] [bcm2709_secondary_init] enter cpu:3 [ 0.054664] CPU3: update cpu_capacity 1024 [ 0.054670] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.054730] Brought up 4 CPUs [ 0.054754] SMP: Total of 4 processors activated (153.60 BogoMIPS). [ 0.054762] CPU: All CPU(s) started in HYP mode. [ 0.054770] CPU: Virtualization extensions available. [ 0.055385] devtmpfs: initialized [ 0.066395] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [ 0.066722] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.067439] pinctrl core: initialized pinctrl subsystem [ 0.067949] NET: Registered protocol family 16 [ 0.073170] DMA: preallocated 4096 KiB pool for atomic coherent allocations [ 0.080074] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.080086] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.080240] Serial: AMBA PL011 UART driver [ 0.080372] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe [ 0.080531] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [ 0.143607] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1 [ 0.144167] SCSI subsystem initialized [ 0.144355] usbcore: registered new interface driver usbfs [ 0.144444] usbcore: registered new interface driver hub [ 0.144542] usbcore: registered new device driver usb [ 0.151045] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-10-20 14:57 [ 0.178226] clocksource: Switched to clocksource arch_sys_counter [ 0.223383] FS-Cache: Loaded [ 0.223654] CacheFiles: Loaded [ 0.235896] NET: Registered protocol family 2 [ 0.236757] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.236872] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.237060] TCP: Hash tables configured (established 8192 bind 8192) [ 0.237153] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.237199] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.237427] NET: Registered protocol family 1 [ 0.237737] RPC: Registered named UNIX socket transport module. [ 0.237747] RPC: Registered udp transport module. [ 0.237756] RPC: Registered tcp transport module. [ 0.237764] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.238904] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [ 0.240202] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.253443] VFS: Disk quotas dquot_6.6.0 [ 0.253757] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.255995] FS-Cache: Netfs 'nfs' registered for caching [ 0.256905] NFS: Registering the id_resolver key type [ 0.256946] Key type id_resolver registered [ 0.256955] Key type id_legacy registered [ 0.259287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.259417] io scheduler noop registered [ 0.259439] io scheduler deadline registered (default) [ 0.259493] io scheduler cfq registered [ 0.261984] BCM2708FB: allocated DMA memory ee800000 [ 0.262009] BCM2708FB: allocated DMA channel 0 @ f3007000 [ 0.312785] Console: switching to colour frame buffer device 228x61 [ 1.277818] bcm2835-rng 3f104000.rng: hwrng registered [ 1.277989] vc-cma: Videocore CMA driver [ 1.278001] vc-cma: vc_cma_base = 0x00000000 [ 1.278010] vc-cma: vc_cma_size = 0x00000000 (0 MiB) [ 1.278019] vc-cma: vc_cma_initial = 0x00000000 (0 MiB) [ 1.278287] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB) [ 1.293074] brd: module loaded [ 1.301757] loop: module loaded [ 1.302731] vchiq: vchiq_init_state: slot_zero = 0xae880000, is_master = 0 [ 1.304300] Loading iSCSI transport class v2.0-870. [ 1.304961] usbcore: registered new interface driver smsc95xx [ 1.305013] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 1.505280] Core Release: 2.80a [ 1.505298] Setting default values for core params [ 1.505333] Finished setting default values for core params [ 1.705696] Using Buffer DMA mode [ 1.705707] Periodic Transfer Interrupt Enhancement - disabled [ 1.705715] Multiprocessor Interrupt Enhancement - disabled [ 1.705724] OTG VER PARAM: 0, OTG VER FLAG: 0 [ 1.705741] Dedicated Tx FIFOs mode [ 1.706046] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xae814000 dma = 0xee814000 len=9024 [ 1.706080] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [ 1.706104] dwc_otg: Microframe scheduler enabled [ 1.706159] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x804476e0 [ 1.706175] WARN::hcd_init_fiq:414: FIQ ASM at 0x80447a50 length 36 [ 1.706189] WARN::hcd_init_fiq:439: MPHI regs_base at 0xaff7a000 [ 1.706256] dwc_otg 3f980000.usb: DWC OTG Controller [ 1.706295] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [ 1.706333] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000 [ 1.706386] Init: Port Power? op_state=1 [ 1.706394] Init: Power Port (0) [ 1.706606] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.706621] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.706634] usb usb1: Product: DWC OTG Controller [ 1.706646] usb usb1: Manufacturer: Linux 4.4.26-v7+ dwc_otg_hcd [ 1.706658] usb usb1: SerialNumber: 3f980000.usb [ 1.707471] hub 1-0:1.0: USB hub found [ 1.707515] hub 1-0:1.0: 1 port detected [ 1.708114] dwc_otg: FIQ enabled [ 1.708124] dwc_otg: NAK holdoff enabled [ 1.708133] dwc_otg: FIQ split-transaction FSM enabled [ 1.708173] Module dwc_common_port init [ 1.708476] usbcore: registered new interface driver usb-storage [ 1.708759] mousedev: PS/2 mouse device common for all mice [ 1.709495] bcm2835-cpufreq: min=600000 max=1200000 [ 1.709796] sdhci: Secure Digital Host Controller Interface driver [ 1.709806] sdhci: Copyright(c) Pierre Ossman [ 1.710135] sdhost: log_buf @ ae813000 (ee813000) [ 1.768255] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [ 1.770521] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0 [ 1.770535] mmc-bcm2835 3f300000.mmc: DMA channel allocated [ 1.825501] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.827451] mmc0: new high speed SDHC card at address 1234 [ 1.828021] mmcblk0: mmc0:1234 SA32G 29.3 GiB [ 1.828352] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.828806] ledtrig-cpu: registered to indicate activity on CPUs [ 1.828933] hidraw: raw HID events driver (C) Jiri Kosina [ 1.829135] usbcore: registered new interface driver usbhid [ 1.829144] usbhid: USB HID core driver [ 1.829679] Initializing XFRM netlink socket [ 1.829681] mmcblk0: p1 p2 [ 1.829723] NET: Registered protocol family 17 [ 1.829865] Key type dns_resolver registered [ 1.830452] Registering SWP/SWPB emulation handler [ 1.831273] registered taskstats version 1 [ 1.831457] vc-sm: Videocore shared memory driver [ 1.831472] [vc_sm_connected_init]: start [ 1.832491] [vc_sm_connected_init]: end - returning 0 [ 1.834867] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2 [ 1.835267] of_cfs_init [ 1.835351] of_cfs_init: OK [ 1.846854] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 1.848441] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.849995] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.852772] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 1.856762] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 1.856814] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.865023] devtmpfs: mounted [ 1.865764] Freeing unused kernel memory: 476K (807e9000 - 80860000) [ 1.898336] Indeed it is in host mode hprt0 = 00021501 [ 1.943129] mmc1: new high speed SDIO card at address 0001 [ 2.078265] usb 1-1: new high-speed USB device number 2 using dwc_otg [ 2.078411] Indeed it is in host mode hprt0 = 00001101 [ 2.268318] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available) [ 2.272395] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR) [ 2.272785] systemd[1]: Detected architecture 'arm'. [ 2.278609] usb 1-1: New USB device found, idVendor=0424, idProduct=9514 [ 2.278626] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.279421] hub 1-1:1.0: USB hub found [ 2.279516] hub 1-1:1.0: 5 ports detected [ 2.374995] NET: Registered protocol family 10 [ 2.376615] systemd[1]: Inserted module 'ipv6' [ 2.378934] systemd[1]: Set hostname to <retropie>. [ 2.509272] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 69 bits of entropy available) [ 2.558275] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [ 2.633896] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.635196] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.636714] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.651960] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.652724] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.652893] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.658632] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00 [ 2.658655] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.661572] smsc95xx v1.0.4 [ 2.690714] random: systemd: uninitialized urandom read (16 bytes read, 73 bits of entropy available) [ 2.697563] random: systemd: uninitialized urandom read (16 bytes read, 73 bits of entropy available) [ 2.722059] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:50:38:58 [ 2.798281] usb 1-1.3: new low-speed USB device number 4 using dwc_otg [ 2.814460] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 2.814833] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.814908] systemd[1]: Starting Remote File Systems (Pre). [ 2.815057] systemd[1]: Reached target Remote File Systems (Pre). [ 2.815199] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ 2.815643] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 2.815722] systemd[1]: Starting Encrypted Volumes. [ 2.815791] systemd[1]: Reached target Encrypted Volumes. [ 2.815875] systemd[1]: Starting Swap. [ 2.815942] systemd[1]: Reached target Swap. [ 2.816014] systemd[1]: Expecting device dev-mmcblk0p1.device... [ 2.816085] systemd[1]: Starting Root Slice. [ 2.816224] systemd[1]: Created slice Root Slice. [ 2.816293] systemd[1]: Starting User and Session Slice. [ 2.816518] systemd[1]: Created slice User and Session Slice. [ 2.816591] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 2.816778] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 2.816847] systemd[1]: Starting Delayed Shutdown Socket. [ 2.817007] systemd[1]: Listening on Delayed Shutdown Socket. [ 2.817077] systemd[1]: Starting Journal Socket (/dev/log). [ 2.817254] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.817343] systemd[1]: Starting udev Control Socket. [ 2.817493] systemd[1]: Listening on udev Control Socket. [ 2.817579] systemd[1]: Starting udev Kernel Socket. [ 2.817714] systemd[1]: Listening on udev Kernel Socket. [ 2.817813] systemd[1]: Starting Journal Socket. [ 2.818003] systemd[1]: Listening on Journal Socket. [ 2.818139] systemd[1]: Starting System Slice. [ 2.818489] systemd[1]: Created slice System Slice. [ 2.818617] systemd[1]: Starting File System Check on Root Device... [ 2.858898] systemd[1]: Starting system-systemd\x2dfsck.slice. [ 2.859349] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 2.859489] systemd[1]: Starting system-autologin.slice. [ 2.859779] systemd[1]: Created slice system-autologin.slice. [ 2.859977] systemd[1]: Starting Increase datagram queue length... [ 2.862964] systemd[1]: Starting Restore / save the current clock... [ 2.884194] systemd[1]: Starting Load Kernel Modules... [ 2.905437] systemd[1]: Started Set Up Additional Binary Formats. [ 2.906000] systemd[1]: Mounting Debug File System... [ 2.909492] systemd[1]: Mounted Huge Pages File System. [ 2.910346] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.913661] systemd[1]: Mounting POSIX Message Queue File System... [ 2.917637] systemd[1]: Starting udev Coldplug all Devices... [ 2.921734] systemd[1]: Starting LSB: Show custom splashscreen... [ 2.922343] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2003 [ 2.922372] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.922386] usb 1-1.3: Product: Dell USB Keyboard [ 2.922399] usb 1-1.3: Manufacturer: Dell [ 2.925536] systemd[1]: Starting Slices. [ 2.925655] systemd[1]: Reached target Slices. [ 2.935669] systemd[1]: Started LSB: Show custom splashscreen. [ 2.937632] input: Dell Dell USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2003.0001/input/input0 [ 2.970936] fuse init (API version 7.23) [ 2.989176] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-3f980000.usb-1.3/input0 [ 3.004506] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 3.005322] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.042629] systemd[1]: Mounted POSIX Message Queue File System. [ 3.042883] systemd[1]: Mounted Debug File System. [ 3.044251] systemd[1]: Started Increase datagram queue length. [ 3.072253] systemd[1]: Started Load Kernel Modules. [ 3.103289] systemd[1]: Started udev Coldplug all Devices. [ 3.134674] systemd[1]: Started Restore / save the current clock. [ 3.138125] systemd[1]: Time has been changed [ 3.205822] systemd[1]: Started Create Static Device Nodes in /dev. [ 3.222334] systemd[1]: Starting udev Kernel Device Manager... [ 3.269312] systemd[1]: Starting Apply Kernel Variables... [ 3.273091] systemd[1]: Mounting Configuration File System... [ 3.276120] systemd[1]: Mounting FUSE Control File System... [ 3.279321] systemd[1]: Starting Syslog Socket. [ 3.279715] systemd[1]: Listening on Syslog Socket. [ 3.280091] systemd[1]: Starting Journal Service... [ 3.283751] systemd[1]: Started Journal Service. [ 3.317703] systemd-udevd[143]: starting version 215 [ 3.868644] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer [ 3.884320] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [ 4.195795] usbcore: registered new interface driver brcmfmac [ 4.199019] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 4.367625] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7 [ 4.392825] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code [ 4.499552] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code [ 4.499588] cfg80211: World regulatory domain updated: [ 4.499599] cfg80211: DFS Master region: unset [ 4.499608] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 4.499623] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 4.499636] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 4.499648] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 4.499663] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 4.499677] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 4.499690] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 4.499702] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 4.499715] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 4.654072] random: nonblocking pool is initialized [ 4.970729] systemd-journald[148]: Received request to flush runtime journal from PID 1 [ 5.506274] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists [ 5.506307] brcmfmac: brcmf_add_if: ignore IF event [ 5.512137] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 5.512197] brcmfmac: power management disabled [ 5.972169] cfg80211: Regulatory domain changed to country: GB [ 5.972195] cfg80211: DFS Master region: ETSI [ 5.972206] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 5.972221] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 5.972237] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 5.972252] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 5.972266] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s) [ 5.972279] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A) [ 6.134927] uart-pl011 3f201000.uart: no DMA platform data [ 6.405669] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS [ 6.689428] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [ 6.689574] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 6.691803] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 10.677362] Bluetooth: Core ver 2.21 [ 10.677511] NET: Registered protocol family 31 [ 10.677534] Bluetooth: HCI device and connection manager initialized [ 10.680386] Bluetooth: HCI socket layer initialized [ 10.680419] Bluetooth: L2CAP socket layer initialized [ 10.680469] Bluetooth: SCO socket layer initialized [ 10.688595] Bluetooth: HCI UART driver ver 2.3 [ 10.688617] Bluetooth: HCI UART protocol H4 registered [ 10.688627] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 10.688831] Bluetooth: HCI UART protocol BCM registered [ 10.909234] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 10.909255] Bluetooth: BNEP filters: protocol multicast [ 10.909279] Bluetooth: BNEP socket layer initialized [ 795.110410] usb 1-1.3: USB disconnect, device number 4 [ 827.149850] usb 1-1.3: new low-speed USB device number 5 using dwc_otg [ 827.270199] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2003 [ 827.270227] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 827.270241] usb 1-1.3: Product: Dell USB Keyboard [ 827.270254] usb 1-1.3: Manufacturer: Dell [ 827.286513] input: Dell Dell USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2003.0002/input/input1 [ 827.341077] hid-generic 0003:413C:2003.0002: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-3f980000.usb-1.3/input0 [ 2329.811713] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2329.811736] Bluetooth: HIDP socket layer initialized
ls -al /dev/input
total 0 drwxr-xr-x 4 root root 120 Nov 5 22:08 . drwxr-xr-x 14 root root 3300 Nov 5 22:08 .. drwxr-xr-x 2 root root 60 Nov 5 22:08 by-id drwxr-xr-x 2 root root 60 Nov 5 22:08 by-path crw-rw---- 1 root input 13, 64 Nov 5 22:08 event0 crw-rw---- 1 root input 13, 63 Nov 5 21:54 mice
-
@abalter
dmesg >/home/pi/dmesg.txt
andls -la /dev/input >/home/pi/ls.txt
[edit] you beat me to it :-)
-
was the joystick / joypad connected at this point ? (Can check via the bluetooth menu)
-
@BuZz We just already have them, and it would be nice to not have to add to the plastic + electronics in the house. And $$.
-
@BuZz Yes. When I went to the screen to see if they were connected it showed them as connected.
Hmmm. How do you save a screen image of a ncurses interface from the command line? If you want I'll search that out and post an image.
(I can only post every 120s)
-
if they are connected, they are not showing up as input devices and I saw little in dmesg. output of
cat /var/log/syslog
after they are connected might give more info. (Use an external site for that log - it will be big)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.