Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 1998 06:15:00 -0500 (CDT)
From:      Terry Todd <tlt@tltodd.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: checking out audio
Message-ID:  <199809141115.GAA29851@tltodd.com>

next in thread | raw e-mail | index | archive | help
> > 
> > I'm trying to get audio working.
> > 
> > I recompiled the kernel with the lines:
> > 
> > controller      snd0
> > device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr 
>
> Use the pcm driver instead for the CS423x series.  Works MUCH, MUCH
> better.
>
> Supports Plug&Pray too :)
>
> > This is on a Toshiba Tecra 720 laptop running FreeBSD 2.2.7.
> > The book says the sound is a Crystal Semiconductor CS4232,
> > Yamaha OPL3 (YMF262) and Yamaha D/A converter (YAC512)
> > compatible with Windows sound system and SoundBlaster Pro.
>
>
> Doug White                              | University of Oregon  
> Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
> http://gladstone.uoregon.edu/~dwhite    | Computer Science Major
>

I tried the pcm driver and it did even less.

kernel config file now has:
controller pnp0
device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 vector pcmintr

I don't think the pnp0 line is needed since this is not a pnp sound card.

cat /dev/sndstat reports:
FreeBSD Audio Driver (980215) Sep 14 1998 04:30:09
Installed devices:
pcm0: <mss> at 0x530 irq 5 dma 1:1 

dmesg is reporting:
Probing for devices on PCI bus 0:
chip0 <generic PCI bridge (vendor=1179 device=0601 subclass=0)> rev 17 on pci0:0:0
vga0 <VGA-compatible display device> rev 4 on pci0:4: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 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
lpt1 not found at 0xffffffff
psm0 at 0x60-0x64 irq 12 on motherboard
psm0: model Generic PS/2 mouse, device ID 0
pcm0 at 0x530 irq 5 drq 1 flags 0xa400 on isa
mss_attach <mss>0 at 0x530 irq 5 dma 1:1 flags 0xa400
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <TOSHIBA MK2101MAN>
wd0: 2067MB (4233600 sectors), 4200 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <TOSHIBA CD-ROM XM-1402B/0186>, removable, intr, iordis
wcd0: 1033Kb/sec, 128Kb cache, audio play, 255 volume levels, ejectable tray
wcd0: no disc inside, unlocked
zp: found card in slot 0
zp0 at 0x300-0x30f irq 10 maddr 0xd8000 on isa
zp0: aui/bnc/utp address 00:a0:24:a9:0c:08
npx0 flags 0x1 on motherboard
npx0: INT 16 interface
timeout flushing dbuf_out.chan, cnt 0xe000 flags 0x00000041

The timeout line at the end is the result of "cat /bin/cat >/dev/audio"


Thanks,
Terry Todd


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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