Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 1997 22:32:10 -0800 (PST)
From:      Burton Sampley <burton@bsampley.vip.best.com>
To:        questions@freebsd.org
Subject:   Pro AudioSpectrum 16 & joy0
Message-ID:  <Pine.BSF.3.91.970223220932.193A-100000-100000@bsampley.vip.best.com>

next in thread | raw e-mail | index | archive | help
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: <Pro AudioSpectrum 16D rev 127>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970223220932.193A-100000-100000>