Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 1998 18:44:33 -0800
From:      Bill Rainey <brainey@cisco.com>
To:        freebsd-multimedia@FreeBSD.ORG
Subject:   Motorola VoiceSurfr modem PnP card seen during Gus Pnp search
Message-ID:  <199801240244.SAA18335@brainey-ss20.cisco.com>

next in thread | raw e-mail | index | archive | help
Hi,
	Yesterday I went and got a Motorola VoiceSurfr 56K internal
modem PnP ISA Card, ran the setmodem.exe program supplied under DOS to
configure the card for COM3, then configured the kernel for COM3 and
plugged in the card.

COM3 gets recognized okay:

	sio2 at 0x3e8-0x3ef irq 5 on isa
	sio2: type 16550A

but when it gets to the GUS stuff, I got this:

	Checking for GUS Plug-n-Play ...
	Board Vendor ID: MOT15f0     Board Serial Number: 056753c0
	oops I didnt find gus 
	gus0 at 0x220 irq 15 drq 7 on isa
	snd0: <Gravis UltraSound 2.4 (256k)> 

where I used to get

	Checking for GUS Plug-n-Play ...
	Board Vendor ID: GRV0001     Board Serial Number: ffffffff
	gus0 at 0x220 irq 15 drq 5 flags 0x107 on isa
	 at 0x32c dma 7,5<Gravis PNP (1024k)> at 0x220 irq 15 dma 5,7

I can start fxtv or cat au files to /dev/audio without complaint but I
have no sound now. My system is a 3.0-971223-SNAP image.

I guess the question is - how do I get the guspnp code to get beyond
the motorola pnp card and find the guspnp ? Is this a case where I
should try Luigi's sound drivers and pnp code ?

Any help appreciated,
Bill Rainey

================ cat /dev/sndstat =================================
VoxWare Sound Driver:3.5-alpha15-970902 (Wed Aug  6 22:58:35 PDT 1997 Amancio Hasty@rah.star-gate.com)
Config options: 

Installed drivers: 
Type 4: Gravis Ultrasound


Card config: 
Gravis Ultrasound at 0x220 irq 15 drq 7

Audio devices:
0: Gravis UltraSound

Synth devices:
0: Gravis UltraSound 2.4 (256k)

Midi devices:
0: Gravis UltraSound Midi

Timers:
0: System clock
1: GUS

Mixers:
0: Gravis Ultrasound

======== dmesg output ==============================
CPU: Pentium Pro (199.43-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x616  Stepping=6
  Features=0xf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV>
real memory  = 134217728 (131072K bytes)
avail memory = 127897600 (124900K bytes)
Probing for devices on PCI bus 0:
chip0: <Intel 82371FB PCI to ISA bridge> rev 0x02 on pci0.2.0
bktr0: <BrookTree 848> rev 0x11 int a irq 11 on pci0.6.0
Hauppauge WinCast/TV, Philips NTSC tuner, dbx stereo.
fxp0: <Intel EtherExpress Pro 10/100B Ethernet> rev 0x02 int a irq 11 on pci0.10.0
fxp0: Ethernet address 00:a0:c9:8e:ed:19
vga0: <Matrox MGA 2064W graphics accelerator> rev 0x01 int a irq 11 on pci0.12.0
ahc0: <Adaptec 2940 Ultra SCSI host adapter> rev 0x00 int a irq 10 on pci0.14.0
ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs
ahc0: waiting for scsi devices to settle
scbus0 at ahc0 bus 0
ahc0:A:1: refuses WIDE negotiation.  Using 8bit transfers
sd0 at scbus0 target 1 lun 0
sd0: <iomega jaz 1GB G.60> type 0 removable SCSI 2
sd0: Direct-Access 
sd0: ILLEGAL REQUEST asc:24,0 Invalid field in CDB
sd0 could not mode sense (4). Using ficticious geometry
1021MB (2091050 512 byte sectors)
sd1 at scbus0 target 2 lun 0
sd1: <QUANTUM VIKING 4.5 WSE 8808> type 0 fixed SCSI 2
sd1: Direct-Access 4345MB (8899737 512 byte sectors)
cd0 at scbus0 target 5 lun 0
cd0: <TOSHIBA CD-ROM XM-3701TA 0236> type 5 removable SCSI 2
cd0: CD-ROM cd present [332587 x 2048 byte records]
chip1: <Intel 82453KX/GX (Orion) PCI memory controller> rev 0x04 on pci0.20.0
chip2: <Intel 82454KX/GX (Orion) host to PCI bridge> rev 0x04 on pci0.25.0
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 not found at 0x2a0
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
sio2 at 0x3e8-0x3ef irq 5 on isa
sio2: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
psm0 at 0x60-0x64 irq 12 on motherboard
psm0: model Generic PS/2 mouse, device ID 0
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
fd1: 1.2MB 5.25in
npx0 on motherboard
npx0: INT 16 interface
Checking for GUS Plug-n-Play ...
Board Vendor ID: MOT15f0     Board Serial Number: 056753c0
oops I didnt find gus 
gus0 at 0x220 irq 15 drq 7 on isa
snd0: <Gravis UltraSound 2.4 (256k)> 
----------------------------------------------------------
============= my config file =============================
#
# AVATAR -- PentiumPro machine with AHx family disks
#

machine		"i386"
cpu		"I686_CPU"
ident		AVATAR
maxusers	10

options		MATH_EMULATE		#Support for x87 emulation
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		USER_LDT		#allow user-level control of i386 ldt

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

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
tape		ft0	at fdc0 drive 2

controller	ahc0

controller	scbus0

device		sd0

device		od0	#See LINT for possible `od' options.

device		st0

device		cd0	#Only need one of these, the code dynamically grows

device		pt0 at scbus0	#HP Scanner

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		apm0    at isa?	disable	flags 0x31 # Advanced Power Management

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		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr
device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

device	fxp0

#
# Video Capture Cards
#
device	bktr0

# Controls all sound devices
controller	snd0
device gus0 at isa? vector gusintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	bpfilter	8	#Berkeley packet filter
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

options		KTRACE		#kernel tracing



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801240244.SAA18335>