Retropie unable to detect Competition Pro USB Joystick SL-6603-TWT
-
I'm trying to use my USB joystick Competition Pro SL-6603-TWT. So far in vain.
I've borrowed a Competition Pro SL-6602 that connects with no problems.Normal procedure: Input devices. Hold down a key on the device.
Successfully detected a Logitech USB Gamepad, a USB joystick Competition Pro SL-6602.
When attempting the same procedure with the SL-6603-TWT nothing happens. Nothing is detected.Retropie 4.0.2.
Have attempted sudo apt-get update/upgrade/dist-upgrade. No change.Can anyone help?
-
When reporting issues., please try to fill out the information requested in https://retropie.org.uk/forum/topic/3/read-this-first as agreed when registering on the forum.
I will need to see the output from
dmesg
andfor dev in /dev/input/js*; do udevadm info --name $dev; done
from a terminal https://github.com/retropie/retropie-setup/wiki/sshplease use a site like https://paste.ubuntu.com/ for posting the logs.
-
Hi Buzz,
Thank you for answering. I'll try to give the relevant information here:
Pi Model 3B+ Built from RetroPie 4.0.2 image USB devices connected: Slot 3: Standard USB Mouse, Slot 0: Competition Pro SL-6603-TWT joystick No error messages received USB joystick not detectable Forums searched in vain for the problem
Output from the for... command: device node not found (no /dev/input/js* devices present)
Output from the dmesg command: [ 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.21-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #911 SMP Thu Sep 15 14:22:38 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 0x2a400000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 176128 [ 0.000000] free_area_init_node: node 0, pgdat 808c2f40, node_mem_map a9df4000 [ 0.000000] Normal zone: 1548 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 176128 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 @aafa9000 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: 174580 [ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa02082 bcm2709.serial=0x595d1663 smsc95xx.macaddr=B8:27:EB:5D:16:63 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: 679232K/704512K available (6348K kernel code, 432K rwdata, 1716K rodata, 476K init, 764K bss, 17088K reserved, 8192K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xab800000 - 0xff800000 (1344 MB) lowmem : 0x80000000 - 0xab000000 ( 688 MB) modules : 0x7f000000 - 0x80000000 ( 16 MB) .text : 0x80008000 - 0x807e854c (8066 kB) .init : 0x807e9000 - 0x80860000 ( 476 kB) .data : 0x80860000 - 0x808cc250 ( 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.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000024] Switching to timer-based delay loop, resolution 52ns [ 0.000274] Console: colour dummy device 80x30 [ 0.000477] console [tty1] enabled [ 0.000502] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000522] pid_max: default: 32768 minimum: 301 [ 0.000832] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000847] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001770] Disabling cpuset control group subsystem [ 0.001802] Initializing cgroup subsys io [ 0.001831] Initializing cgroup subsys memory [ 0.001874] Initializing cgroup subsys devices [ 0.001894] Initializing cgroup subsys freezer [ 0.001913] Initializing cgroup subsys net_cls [ 0.001961] CPU: Testing write buffer coherency: ok [ 0.002024] ftrace: allocating 21220 entries in 63 pages [ 0.051770] CPU0: update cpu_capacity 1024 [ 0.051802] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.051814] [bcm2709_smp_prepare_cpus] enter [ 0.051952] Setting up static identity map for 0x8240 - 0x8274 [ 0.053585] [bcm2709_boot_secondary] cpu:1 started (0) 18 [ 0.053800] [bcm2709_secondary_init] enter cpu:1 [ 0.053843] CPU1: update cpu_capacity 1024 [ 0.053849] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.054220] [bcm2709_boot_secondary] cpu:2 started (0) 18 [ 0.054383] [bcm2709_secondary_init] enter cpu:2 [ 0.054403] CPU2: update cpu_capacity 1024 [ 0.054409] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.054763] [bcm2709_boot_secondary] cpu:3 started (0) 18 [ 0.054892] [bcm2709_secondary_init] enter cpu:3 [ 0.054913] CPU3: update cpu_capacity 1024 [ 0.054919] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.054978] Brought up 4 CPUs [ 0.055001] SMP: Total of 4 processors activated (153.60 BogoMIPS). [ 0.055010] CPU: All CPU(s) started in HYP mode. [ 0.055017] CPU: Virtualization extensions available. [ 0.055632] devtmpfs: initialized [ 0.066668] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [ 0.066997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.067714] pinctrl core: initialized pinctrl subsystem [ 0.068225] NET: Registered protocol family 16 [ 0.073434] DMA: preallocated 4096 KiB pool for atomic coherent allocations [ 0.080355] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.080366] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.080518] Serial: AMBA PL011 UART driver [ 0.080651] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe [ 0.080810] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [ 0.143909] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1 [ 0.144466] SCSI subsystem initialized [ 0.144653] usbcore: registered new interface driver usbfs [ 0.144742] usbcore: registered new interface driver hub [ 0.144840] usbcore: registered new device driver usb [ 0.151328] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-09-21 13:13 [ 0.178500] clocksource: Switched to clocksource arch_sys_counter [ 0.223105] FS-Cache: Loaded [ 0.223371] CacheFiles: Loaded [ 0.235605] NET: Registered protocol family 2 [ 0.236460] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.236574] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.236763] TCP: Hash tables configured (established 8192 bind 8192) [ 0.236855] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.236901] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.237128] NET: Registered protocol family 1 [ 0.237439] RPC: Registered named UNIX socket transport module. [ 0.237449] RPC: Registered udp transport module. [ 0.237458] RPC: Registered tcp transport module. [ 0.237466] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.238590] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [ 0.239893] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.253096] VFS: Disk quotas dquot_6.6.0 [ 0.253407] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.255634] FS-Cache: Netfs 'nfs' registered for caching [ 0.256529] NFS: Registering the id_resolver key type [ 0.256605] Key type id_resolver registered [ 0.256614] Key type id_legacy registered [ 0.258934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.259060] io scheduler noop registered [ 0.259081] io scheduler deadline registered (default) [ 0.259136] io scheduler cfq registered [ 0.261624] BCM2708FB: allocated DMA memory ea800000 [ 0.261650] BCM2708FB: allocated DMA channel 0 @ f3007000 [ 0.311947] Console: switching to colour frame buffer device 228x61 [ 1.230547] bcm2835-rng 3f104000.rng: hwrng registered [ 1.230711] vc-cma: Videocore CMA driver [ 1.230722] vc-cma: vc_cma_base = 0x00000000 [ 1.230733] vc-cma: vc_cma_size = 0x00000000 (0 MiB) [ 1.230742] vc-cma: vc_cma_initial = 0x00000000 (0 MiB) [ 1.230975] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB) [ 1.245776] brd: module loaded [ 1.254530] loop: module loaded [ 1.255505] vchiq: vchiq_init_state: slot_zero = 0xaa880000, is_master = 0 [ 1.257071] Loading iSCSI transport class v2.0-870. [ 1.257724] usbcore: registered new interface driver smsc95xx [ 1.257775] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 1.458024] Core Release: 2.80a [ 1.458041] Setting default values for core params [ 1.458073] Finished setting default values for core params [ 1.658434] Using Buffer DMA mode [ 1.658444] Periodic Transfer Interrupt Enhancement - disabled [ 1.658452] Multiprocessor Interrupt Enhancement - disabled [ 1.658461] OTG VER PARAM: 0, OTG VER FLAG: 0 [ 1.658473] Dedicated Tx FIFOs mode [ 1.658774] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xaa814000 dma = 0xea814000 len=9024 [ 1.658803] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [ 1.658826] dwc_otg: Microframe scheduler enabled [ 1.658876] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x80447364 [ 1.658892] WARN::hcd_init_fiq:414: FIQ ASM at 0x804476d4 length 36 [ 1.658906] WARN::hcd_init_fiq:439: MPHI regs_base at 0xabf7a000 [ 1.658967] dwc_otg 3f980000.usb: DWC OTG Controller [ 1.659004] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [ 1.659037] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000 [ 1.659088] Init: Port Power? op_state=1 [ 1.659096] Init: Power Port (0) [ 1.659292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.659307] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.659319] usb usb1: Product: DWC OTG Controller [ 1.659331] usb usb1: Manufacturer: Linux 4.4.21-v7+ dwc_otg_hcd [ 1.659343] usb usb1: SerialNumber: 3f980000.usb [ 1.660148] hub 1-0:1.0: USB hub found [ 1.660191] hub 1-0:1.0: 1 port detected [ 1.660793] dwc_otg: FIQ enabled [ 1.660803] dwc_otg: NAK holdoff enabled [ 1.660810] dwc_otg: FIQ split-transaction FSM enabled [ 1.660853] Module dwc_common_port init [ 1.661122] usbcore: registered new interface driver usb-storage [ 1.661404] mousedev: PS/2 mouse device common for all mice [ 1.662144] bcm2835-cpufreq: min=600000 max=1200000 [ 1.662451] sdhci: Secure Digital Host Controller Interface driver [ 1.662460] sdhci: Copyright(c) Pierre Ossman [ 1.662788] sdhost: log_buf @ aa813000 (ea813000) [ 1.718529] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [ 1.720807] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0 [ 1.720821] mmc-bcm2835 3f300000.mmc: DMA channel allocated [ 1.778617] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.779011] ledtrig-cpu: registered to indicate activity on CPUs [ 1.779132] hidraw: raw HID events driver (C) Jiri Kosina [ 1.779318] usbcore: registered new interface driver usbhid [ 1.779327] usbhid: USB HID core driver [ 1.779856] Initializing XFRM netlink socket [ 1.779895] NET: Registered protocol family 17 [ 1.780041] Key type dns_resolver registered [ 1.780610] Registering SWP/SWPB emulation handler [ 1.781424] registered taskstats version 1 [ 1.781614] vc-sm: Videocore shared memory driver [ 1.781629] [vc_sm_connected_init]: start [ 1.782098] [vc_sm_connected_init]: end - returning 0 [ 1.783482] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2 [ 1.783871] of_cfs_init [ 1.783956] of_cfs_init: OK [ 1.784854] Waiting for root device /dev/mmcblk0p2... [ 1.819692] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.822120] mmc0: new high speed SDHC card at address aaaa [ 1.822705] mmcblk0: mmc0:aaaa SL32G 29.7 GiB [ 1.825341] mmcblk0: p1 p2 [ 1.843229] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 1.844783] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.846333] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.849140] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 1.858619] Indeed it is in host mode hprt0 = 00021501 [ 1.907178] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 1.907230] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.915330] devtmpfs: mounted [ 1.916126] Freeing unused kernel memory: 476K (807e9000 - 80860000) [ 1.939871] mmc1: new high speed SDIO card at address 0001 [ 2.038556] usb 1-1: new high-speed USB device number 2 using dwc_otg [ 2.038710] Indeed it is in host mode hprt0 = 00001101 [ 2.237644] random: systemd: uninitialized urandom read (16 bytes read, 42 bits of entropy available) [ 2.238881] usb 1-1: New USB device found, idVendor=0424, idProduct=9514 [ 2.238901] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.239741] hub 1-1:1.0: USB hub found [ 2.239840] hub 1-1:1.0: 5 ports detected [ 2.241618] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR) [ 2.241970] systemd[1]: Detected architecture 'arm'. [ 2.336848] NET: Registered protocol family 10 [ 2.338305] systemd[1]: Inserted module 'ipv6' [ 2.343469] systemd[1]: Set hostname to <retropie001>. [ 2.473864] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 69 bits of entropy available) [ 2.518562] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [ 2.604226] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.605594] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.607095] random: systemd: uninitialized urandom read (16 bytes read, 71 bits of entropy available) [ 2.618889] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00 [ 2.618913] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.621826] smsc95xx v1.0.4 [ 2.625264] random: systemd: uninitialized urandom read (16 bytes read, 73 bits of entropy available) [ 2.626015] random: systemd: uninitialized urandom read (16 bytes read, 73 bits of entropy available) [ 2.626187] random: systemd: uninitialized urandom read (16 bytes read, 73 bits of entropy available) [ 2.662815] random: systemd: uninitialized urandom read (16 bytes read, 74 bits of entropy available) [ 2.669824] random: systemd: uninitialized urandom read (16 bytes read, 75 bits of entropy available) [ 2.682188] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:5d:16:63 [ 2.758556] usb 1-1.5: new low-speed USB device number 4 using dwc_otg [ 2.777222] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 2.777596] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.777673] systemd[1]: Starting Remote File Systems (Pre). [ 2.777829] systemd[1]: Reached target Remote File Systems (Pre). [ 2.777980] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ 2.778452] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 2.778615] systemd[1]: Starting Encrypted Volumes. [ 2.778819] systemd[1]: Reached target Encrypted Volumes. [ 2.778912] systemd[1]: Starting Swap. [ 2.778980] systemd[1]: Reached target Swap. [ 2.779054] systemd[1]: Expecting device dev-mmcblk0p1.device... [ 2.779126] systemd[1]: Starting Root Slice. [ 2.779272] systemd[1]: Created slice Root Slice. [ 2.779344] systemd[1]: Starting User and Session Slice. [ 2.779574] systemd[1]: Created slice User and Session Slice. [ 2.779648] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 2.779852] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 2.779925] systemd[1]: Starting Delayed Shutdown Socket. [ 2.780084] systemd[1]: Listening on Delayed Shutdown Socket. [ 2.780158] systemd[1]: Starting Journal Socket (/dev/log). [ 2.780345] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.780443] systemd[1]: Starting udev Control Socket. [ 2.780595] systemd[1]: Listening on udev Control Socket. [ 2.780682] systemd[1]: Starting udev Kernel Socket. [ 2.780806] systemd[1]: Listening on udev Kernel Socket. [ 2.780903] systemd[1]: Starting Journal Socket. [ 2.781133] systemd[1]: Listening on Journal Socket. [ 2.781280] systemd[1]: Starting System Slice. [ 2.781497] systemd[1]: Created slice System Slice. [ 2.781615] systemd[1]: Starting File System Check on Root Device... [ 2.829144] systemd[1]: Starting system-systemd\x2dfsck.slice. [ 2.829596] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 2.829720] systemd[1]: Starting system-autologin.slice. [ 2.830016] systemd[1]: Created slice system-autologin.slice. [ 2.830204] systemd[1]: Starting Increase datagram queue length... [ 2.832942] systemd[1]: Starting Restore / save the current clock... [ 2.854271] systemd[1]: Starting Load Kernel Modules... [ 2.866815] usb 1-1.5: New USB device found, idVendor=045e, idProduct=0040 [ 2.866839] usb 1-1.5: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 2.866852] usb 1-1.5: Product: Microsoft 3-Button Mouse with IntelliEye(TM) [ 2.866865] usb 1-1.5: Manufacturer: Microsoft [ 2.870429] systemd[1]: Started Set Up Additional Binary Formats. [ 2.871258] systemd[1]: Mounting Debug File System... [ 2.875928] systemd[1]: Mounted Huge Pages File System. [ 2.876502] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.880745] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:045E:0040.0001/input/input0 [ 2.881306] systemd[1]: Mounting POSIX Message Queue File System... [ 2.883698] hid-generic 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-3f980000.usb-1.5/input0 [ 2.885669] systemd[1]: Starting udev Coldplug all Devices... [ 2.889181] systemd[1]: Starting LSB: Show custom splashscreen... [ 2.892259] systemd[1]: Starting Slices. [ 2.892408] systemd[1]: Reached target Slices. [ 2.901421] systemd[1]: Started LSB: Show custom splashscreen. [ 2.969645] fuse init (API version 7.23) [ 2.971831] systemd[1]: Started Increase datagram queue length. [ 2.972725] systemd[1]: Mounted Debug File System. [ 2.974055] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 2.974805] systemd[1]: Mounted POSIX Message Queue File System. [ 2.977022] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.031303] systemd[1]: Starting Syslog Socket. [ 3.031718] systemd[1]: Listening on Syslog Socket. [ 3.031939] systemd[1]: Starting Journal Service... [ 3.036047] systemd[1]: Started Journal Service. [ 3.338311] systemd-udevd[144]: starting version 215 [ 4.024560] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 4.164758] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer [ 4.172592] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [ 4.462832] usbcore: registered new interface driver brcmfmac [ 4.570546] cfg80211: World regulatory domain updated: [ 4.570575] cfg80211: DFS Master region: unset [ 4.570587] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 4.570602] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 4.570615] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 4.570627] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 4.570641] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 4.570656] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 4.570669] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 4.570681] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 4.570693] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 4.580022] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7 [ 4.613831] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code [ 4.883320] systemd-journald[131]: Received request to flush runtime journal from PID 1 [ 5.644846] brcmfmac: power management disabled [ 5.891311] random: nonblocking pool is initialized [ 5.927163] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists [ 5.927175] brcmfmac: brcmf_add_if: ignore IF event [ 5.931603] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 5.931687] brcmfmac: power management disabled [ 6.052321] cfg80211: Regulatory domain changed to country: GB [ 6.052345] cfg80211: DFS Master region: ETSI [ 6.052356] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 6.052371] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 6.052387] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 6.052401] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 6.052414] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s) [ 6.052426] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A) [ 6.747999] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 22.388549] usb 1-1.2: new low-speed USB device number 5 using dwc_otg [ 22.518548] usb 1-1.2: device descriptor read/64, error -32 [ 22.748535] usb 1-1.2: device descriptor read/64, error -32 [ 22.938531] usb 1-1.2: new low-speed USB device number 6 using dwc_otg [ 23.038527] usb 1-1.2: device descriptor read/64, error -32 [ 23.238533] usb 1-1.2: device descriptor read/64, error -32 [ 23.428532] usb 1-1.2: new low-speed USB device number 7 using dwc_otg [ 23.848533] usb 1-1.2: device not accepting address 7, error -32 [ 23.928534] usb 1-1.2: new low-speed USB device number 8 using dwc_otg [ 24.348534] usb 1-1.2: device not accepting address 8, error -32 [ 24.348612] usb 1-1-port2: unable to enumerate USB device [ 26.591204] uart-pl011 3f201000.uart: no DMA platform data [ 26.840115] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS [ 26.929760] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [ 26.929926] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 31.160372] Bluetooth: Core ver 2.21 [ 31.160461] NET: Registered protocol family 31 [ 31.160471] Bluetooth: HCI device and connection manager initialized [ 31.161285] Bluetooth: HCI socket layer initialized [ 31.161308] Bluetooth: L2CAP socket layer initialized [ 31.161347] Bluetooth: SCO socket layer initialized [ 31.170160] Bluetooth: HCI UART driver ver 2.3 [ 31.170175] Bluetooth: HCI UART protocol H4 registered [ 31.170180] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 31.170304] Bluetooth: HCI UART protocol BCM registered [ 31.332706] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 31.332718] Bluetooth: BNEP filters: protocol multicast [ 31.332733] Bluetooth: BNEP socket layer initialized [ 213.851198] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 213.851247] Bluetooth: HIDP socket layer initialized [ 213.858468] hid-generic 0005:057E:1003.0002: unknown main item tag 0x0 [ 213.859119] input: Nintendo Wireless Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:057E:1003.0002/input/input1 [ 213.866425] hid-generic 0005:057E:1003.0002: input,hidraw1: BLUETOOTH HID va6.20 Keyboard [Nintendo Wireless Keyboard] on b8:27:eb:f7:bc:c9
-
@NearlySatient Correction: Slot 1 and Slot 4 !
-
I asked you to use a site like https://paste.ubuntu.com/ for posting the log - to avoid a load of unformatted text dumped on the forum. I will format your post after, but please next time either format your post, or use an external site as requested.
-
You are using a bluetooth device also ?
The joystick doesn't look to be recognised. It may not work or may not be compatible with Linux. have you tried it on another machine ? Also how are you powering your RPI3 ?
-
@BuZz Powered using standard 2.5A power supply. I have tried using the joystick on a Windows 10 PC with no problems.
-
Then my best guess is that it just isn't compatible.
You could try it on an Ubuntu Live CD on your PC to see if it's a problem with Linux in general or the Raspberry Pi/Kernel. (You can use jstest-gtk to test it).
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.