From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clarence Dang Subject: Re: Joystick (USB) Date: Sat, 13 Jul 2002 20:05:33 +1000 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <200207132005.33450.dang@kde.org> References: Reply-To: dang@kde.org Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: fixertechno Cc: linux-msdos@vger.kernel.org On Sat, 13 Jul 2002 11:32, fixertechno wrote: > > did you try updating your global.conf too? > > copy it from the etc directory to where the old one is (probably either > > /var/lib/dosemu/ or ~/dosemu/conf) > > no, i neglected to do that. the problem does remain though, So what are the messages before "joy_reset() CALLED!"? Do you still get the same messages? > with the > added bonus of the following: > > JOY: joy_reset() CALLED! > JOY: joy_exist() returning value 0 > JOY: port 0x201: joy_port_outb() > JOY: port 0x201: joy_port_inb(): -1 -1 -1 -1 > JOY: port 0x201: joy_port_inb(): -1 -1 -1 -1 > (majority cut for brevity suffice it to say it repeats a lot) > JOY: port 0x201: joy_port_inb(): -1 -1 -1 -1 > JOY: port 0x201: joy_port_outb() > JOY: port 0x201: joy_port_inb(): -1 -1 -1 -1 Hmm, this indicates that your program is trying to read from the joystick but dosemu still didn't detect your joystick. Could you please give me the debugging output starting from "JOY: joy_init() [unthreaded] CALLED!" because that output is still quite important in diagnosing the problem. Thanks again! Clarence