From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 88ED622A87 for ; Fri, 16 Feb 2024 19:04:30 +0100 (CET) Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Fri Feb 16 13:01:07 -0500 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1708106457; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=UAFjiUtE4UAKgLXJhhef9kWfgtu1VDP/F+Mio78lS9M=; b=hrmM0LinDSp8kHbJvS0MkPHtgbfXd0/0RQqTab4G7odc/XUtKZb3s55I+ms7549bDukAM2 4y3syCKAcWYDdb8HEdU/F6g2JICDtYZjQhBOTULCZIcA1GV71StBKv5cQ65/XnGYyU5w6z IIFmE2KA9MhMFQpbxbEu7iWcWTVH0f4= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 6c1bfa6f (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Fri, 16 Feb 2024 10:00:56 -0800 (PST) Message-ID: Date: Fri, 16 Feb 2024 19:01:01 +0100 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <9AACF2B7AF2F5B68E208555191252FD0@gaff.inri.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: immutable non-blocking general-purpose NoSQL generator Subject: Re: [9front] wtb: usb gamepad that works reliably with joy(1) Reply-To: 9front@9front.org Precedence: bulk On Fri Feb 16 18:35:05 +0100 2024, sl@stanleylieber.com wrote: > if i kill kb no new ones are started. my joy pipeline starts the > emulator without complaint, but pushing the buttons on the ibuffalo > has no effect inside the emulator. Good; now try just nusb/joy [endpoint] (iirc): ; nusb/joy 8 This should print keys in plaintext when you push the buttons. If all buttons print keys and all directional pads print axis, then you probably just need to remap the keys in /bin/joy, they are hardcoded and different for every joystick I've tried. Then try an emulator which uses a bunch of the keys, or ideally a test rom (I have some snes test rom here, it shows button/axis events). Cheers, qwx