From owner-freebsd-multimedia Thu Oct 3 0: 6: 2 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42CC137B401 for ; Thu, 3 Oct 2002 00:06:01 -0700 (PDT) Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D022243E6A for ; Thu, 3 Oct 2002 00:06:00 -0700 (PDT) (envelope-from bruno@tinkerbox.org) Received: from duron.bschwand.net (duron.bschwand.net [192.168.137.4]) by mail.tinkerbox.org (Postfix) with ESMTP id 7204819A7 for ; Thu, 3 Oct 2002 00:13:26 -0700 (PDT) Date: Thu, 3 Oct 2002 00:13:23 -0700 (PDT) From: bruno schwander X-Sender: bruno@duron.bschwand.net To: multimedia@freebsd.org Subject: joystick on Creative PCI128 not working Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org dmesg: pcm0: port 0xa400-0xa43f irq 9 at device 9.0 on pci0 joy0 at port 0x201 on isa0 but running the test from the joy man page perl -e 'open(JOY,"/dev/joy0")||die;while(1) {sysread(JOY,$x,16);@j=unpack("iiii",$x);print "@j\n";sleep(1);}' returns data that does not change wenever I manipulate the joystick or press buttons. I tried wiring the switches directly to the game port in case the joystick was defective: no change in the output. Other question: It seems that from the source of the joystick driver, it will attach and handle both joysticks. However, if I try to access /dev/joy1, I get a "device not configured" error. anybody seen that before ? solutions, suggestions welcome bruno To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message