From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 16 20:29:36 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org 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 AAB7B16A41C for ; Thu, 16 Jun 2005 20:29:36 +0000 (GMT) (envelope-from freebsd@thewambaughs.net) Received: from mxsf25.cluster1.charter.net (mxsf25.cluster1.charter.net [209.225.28.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC0A43D55 for ; Thu, 16 Jun 2005 20:29:36 +0000 (GMT) (envelope-from freebsd@thewambaughs.net) Received: from mxip15a.cluster1.charter.net (mxip15a.cluster1.charter.net [209.225.28.145]) by mxsf25.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j5GKTYGd011856 for ; Thu, 16 Jun 2005 16:29:35 -0400 Received: from unknown (HELO www.thewambaughs.net) (68.119.105.238) by mxip15a.cluster1.charter.net with ESMTP; 16 Jun 2005 16:29:34 -0400 X-IronPort-AV: i="3.93,204,1115006400"; d="scan'208"; a="1152210073:sNHT18917964" Received: from 65.196.180.68 (SquirrelMail authenticated user freebsd@thewambaughs.net) by www.thewambaughs.net with HTTP; Thu, 16 Jun 2005 15:29:34 -0500 (CDT) Message-ID: <46851.65.196.180.68.1118953774.squirrel@www.thewambaughs.net> Date: Thu, 16 Jun 2005 15:29:34 -0500 (CDT) From: freebsd@thewambaughs.net To: freebsd-multimedia@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: emu10k1 joystick X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 20:29:36 -0000 I have not been able to get my joystick working in FreeBSD. I have skimmed the Handbook and searched the archives of this mailing list to no avail. My joystick is an InterAct ProPad 6--it's a simple analog joystick that plugs into the gameport of the sound card. My sound card is an SB Live!. What do I need to do to get it working? TIA $ uname -a FreeBSD isengard.thewambaughs.net 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #0: Fri Jun 10 15:15:52 CDT 2005 root@isengard.thewambaughs.net:/usr/obj/usr/src/sys/ISENGARD i386 $ pciconf -l -v pcm0@pci0:12:0: class=0x040100 card=0x80641102 chip=0x00021102 rev=0x07 hdr=0x00 vendor = 'Creative Labs' device = 'EMU10000 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - CT4780' class = multimedia subclass = audio emujoy0@pci0:12:1: class=0x098000 card=0x00201102 chip=0x70021102 rev=0x07 hdr=0x00 vendor = 'Creative Labs' device = 'EMU10000 Game Port' class = input device $ diff -u GENERIC ISENGARD --- GENERIC Sat Apr 2 10:37:58 2005 +++ ISENGARD Thu Jun 2 19:57:47 2005 @@ -1,32 +1,12 @@ -# -# GENERIC -- Generic kernel configuration file for FreeBSD/i386 -# -# For more information on this file, please read the handbook section on -# Kernel Configuration Files: -# -# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.13 2005/04/02 16:37:58 scottl Exp $ - machine i386 -cpu I486_CPU -cpu I586_CPU cpu I686_CPU -ident GENERIC +ident ISENGARD # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. +device apic +options SMP options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking options INET6 # IPv6 communications protocols @@ -70,6 +50,7 @@ # ATA and ATAPI devices device ata +device atapicam device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives @@ -274,3 +255,6 @@ device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) + +options VESA +options SC_PIXEL_MODE