Date: Tue, 09 Jun 1998 21:41:58 -0700 From: "Danny J. Mitzel" <mitzel@iprg.nokia.com> To: freebsd-multimedia@FreeBSD.ORG Cc: mitzel@iprg.nokia.com Subject: help configuring GUS MAX under 2.2.6 Message-ID: <199806100442.VAA22842@mailhost.iprg.nokia.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I was running a GUS MAX (non-PnP) previously under I think 2.1.0 and
2.2.0-SNAP using patched sound driver off amancio's site. I just
upgraded to 2.2.6 and am trying to use the new luigi sound driver for
full duplex with no luck. compiling with the the snd0 driver and gus0
device reports: gus0 at 0x230 irq 12 drq 1 on isa
so I tried pcm driver configured as:
device pcm0 at isa? port 0x230 tty irq 12 drq 1 vector pcmintr
but keep getting device not found. anyone have a suggestion?
once I get the card probe working, is there any flags I need to
specify to use full duplex?
I've attached config file and dmesg output below.
thanks for any suggestions!
danny
[-- Attachment #2 --]
machine "i386"
cpu "I586_CPU"
cpu "I686_CPU"
ident GENERIC
maxusers 32
options "CHILD_MAX=128"
options "OPEN_MAX=128"
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 SYSVSHM
options SYSVSEM
options SYSVMSG
options "SHMSEG=32" #max shared memory segments per process
config kernel root on wd0
controller isa0
controller pci0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
options "CMD640" # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" flags 0x1 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
controller pnp0
device pcm0 at isa? port 0x230 tty irq 12 drq 1 flags 0x13 vector pcmintr
pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device sl 1
pseudo-device ppp 1
pseudo-device vn 1
pseudo-device tun 1
pseudo-device pty 64
pseudo-device gzip # Exec gzipped a.out's
pseudo-device bpfilter 16
[-- Attachment #3 --]
Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 2.2.6-RELEASE #0: Tue Jun 9 21:26:27 PDT 1998
mitzel@bronco.iprg.nokia.com:/usr/src/sys/compile/BRONCO
CPU: Pentium (99.72-MHz 586-class CPU)
Origin = "GenuineIntel" Id = 0x525 Stepping=5
Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory = 33554432 (32768K bytes)
avail memory = 30695424 (29976K bytes)
Probing for devices on PCI bus 0:
chip0 <Intel 82437FX PCI cache memory controller> rev 2 on pci0:0:0
chip1 <Intel 82371FB PCI-ISA bridge> rev 2 on pci0:7:0
de0 <Digital 21140 Fast Ethernet> rev 17 int a irq 3 on pci0:14:0
de0: SMC 9332DST 21140 [10-100Mb/s] pass 1.1
de0: address 00:00:c0:0c:82:bf
de0: enabling 100baseTX port
vga0 <VGA-compatible display device> rev 2 int a irq 11 on pci0:15:0
Probing for PnP devices:
No Plug-n-Play devices were found
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 not found at 0x2f8
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
pcm0 not found at 0x230
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <QUANTUM FIREBALL1080A>
wd0: 1039MB (2128896 sectors), 2112 cyls, 16 heads, 63 S/T, 512 B/S
npx0 flags 0x1 on motherboard
npx0: INT 16 interface
Intel Pentium F00F detected, installing workaround
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806100442.VAA22842>
