From owner-freebsd-questions Sun Feb 23 22:35:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA01881 for questions-outgoing; Sun, 23 Feb 1997 22:35:56 -0800 (PST) Received: from proxy3.ba.best.com (root@proxy3.ba.best.com [206.184.139.14]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA01876 for ; Sun, 23 Feb 1997 22:35:54 -0800 (PST) Received: from bsampley.vip.best.com (bsampley.vip.best.com [206.184.160.196]) by proxy3.ba.best.com (8.8.5/8.8.3) with SMTP id WAA15910 for ; Sun, 23 Feb 1997 22:33:32 -0800 (PST) Date: Sun, 23 Feb 1997 22:32:10 -0800 (PST) From: Burton Sampley To: questions@freebsd.org Subject: Pro AudioSpectrum 16 & joy0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I have a Pro Audio Spectrum sound card installed in my system. The sound part works fine under my current kernel. Today I discovered Doom is now in the ports collection, so I D/L'ed, compiled and installed it. After I recompiled my kernel, I rebooted and cd'ed to /dev and attempted the following [BTW, the other info included is from dmesg]: nca0 at 0x1f88-0x1f8b irq 10 on isa nca0: type ProAudioSpectrum-16 nca0: waiting for scsi devices to settle scbus0 at nca0 bus 0 npx0 on motherboard npx0: INT 16 interface pas0 at 0x388 irq 5 drq 6 on isa pas0: joy0 at 0x201 on isa joy0: joystick bash# pwd /dev bash# ls j* ls: j*: No such file or directory bash# I'm using 3.0-current. This morning I did make world after syncing my src with the src for "*default date=97.02.10.00.00.00" with cvsup (this is the most current date that will build without breaking). What's the secret to getting my joystick to work so I can play Doom? :-) Here's a copy of my kernel configuration file: [I deleted all the comments (only in this posting, though)] machine "i386" cpu "I586_CPU" ident "custom301" maxusers 10 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options SYSVSHM options SYSVSEM options SYSVMSG options PAS_JOYSTICK_ENABLE config kernel root on wd0 controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr controller scbus0 device sd0 device cd0 #Only need one of these, the code dynamically grows device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options XSERVER # include code for XFree86 device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device de0 pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options KTRACE #kernel tracing controller snd0 device pas0 at isa? port 0x388 irq 5 drq 6 vector pasintr device joy0 at isa? port "IO_GAME" Email: bsampley@best.com Alternate Email: bsampley@haywire.csuhayward.edu Home Page: http://www.best.com/~bsampley