From owner-freebsd-questions Fri Mar 14 17:30: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 037B137B404 for ; Fri, 14 Mar 2003 17:30:02 -0800 (PST) Received: from spf1.us.outblaze.com (205-158-62-158.outblaze.com [205.158.62.158]) by mx1.FreeBSD.org (Postfix) with SMTP id 577A043FA3 for ; Fri, 14 Mar 2003 17:30:01 -0800 (PST) (envelope-from midekra@europe.com) Received: (qmail 12639 invoked from network); 15 Mar 2003 01:29:16 -0000 Received: from unknown (205.158.62.68) by spf1.us.outblaze.com with QMQP; 15 Mar 2003 01:29:16 -0000 Received: (qmail 51191 invoked from network); 15 Mar 2003 01:29:59 -0000 Received: from unknown (HELO ws1-3.us4.outblaze.com) (205.158.62.55) by 205-158-62-153.outblaze.com with SMTP; 15 Mar 2003 01:29:59 -0000 Received: (qmail 57642 invoked by uid 1001); 15 Mar 2003 01:29:58 -0000 Message-ID: <20030315012958.57641.qmail@mail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [65.167.52.73] by ws1-3.us4.outblaze.com with http for midekra@europe.com; Fri, 14 Mar 2003 20:29:58 -0500 From: "Michael de Kravhens" To: freebsd-questions@freebsd.org Date: Fri, 14 Mar 2003 20:29:58 -0500 X-Originating-Ip: 65.167.52.73 X-Originating-Server: ws1-3.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, For some reason my joystick is detected at boot but applications cannot use it. I recompiled the kernel with joystick support, I ran /dev/MAKEDEV joy, I even wrote a small C program which uses the interface and it works fine. The /usr/X11R6/bin/joycal program works, but neither xmame, zsnes nor any other program worth using can use the joystick. What can be wrong? I'm running 4.7-STABLE, and have a Gravis PC Gamepad connected at the game port (not a USB joystick) Could this be SDL related? Is everyone but me using their joysticks in FreeBSD without problems? % ls -l /dev/joy* crw-rw---- 1 root operator 51, 0 Mar 14 15:09 /dev/joy0 crw-rw---- 1 root operator 51, 1 Mar 13 13:04 /dev/joy1 % dmesg|grep joy joy0 at port 0x201 on isa0 % xmame ... OSD: Warning: unknown joytype: 1, or joytype not compiled in. Disabling joystick support. ... % zsnes ... Joystick 0 (-1 Buttons): /dev/joy0 Tuxracer doesn't detect the joystick either, ~/.tuxracer/diagnostic_log.txt contains the line: tuxracer debug (joystick): Found 0 joysticks % testjoystick (a SDL example) There are 0 joysticks attached And this appears in my /var/log/XFree86.0.log if I try to load the X joystick module: ... (II) LoadModule: "joystick" (II) Loading /usr/X11R6/lib/modules/input/joystick_drv.o (II) Module joystick: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.3 (II) UnloadModule: "joystick" (II) Unloading /usr/X11R6/lib/modules/input/joystick_drv.o (EE) Failed to load module "joystick" (out of memory, 256) ... -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message