From owner-freebsd-multimedia Fri Sep 19 14:29:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10146 for multimedia-outgoing; Fri, 19 Sep 1997 14:29:18 -0700 (PDT) Received: from nevis.oss.uswest.net (nevis.oss.uswest.net [204.147.85.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA10141 for ; Fri, 19 Sep 1997 14:29:15 -0700 (PDT) Received: (from greg@localhost) by nevis.oss.uswest.net (8.8.5/8.8.2) id QAA05998 for freebsd-multimedia@FreeBSD.ORG; Fri, 19 Sep 1997 16:29:15 -0500 (CDT) From: "Greg Rowe" Message-Id: <9709191629.ZM5995@nevis.oss.uswest.net> Date: Fri, 19 Sep 1997 16:29:15 -0500 X-Mailer: Z-Mail (3.2.1 10oct95) To: freebsd-multimedia@FreeBSD.ORG Subject: Sound and CS4231 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk (Sorry if this comes out twice, I never recieved the first post.) Greetings, We just recieved a number of new systems in for FreeBSD desktop usage that have Intel TC430HX motherboards with on-board sound. I'm using Luigi's sound drivers from 09/08. Playing audio CD's is fine and cat'ing a test au file to dev/audio works. Using RealAudio only works in 8 bit mode, 16 bit gives a "can't open device error". RealAudio in 8 bit mode is shakey at best and gives me a lot of errors: Sep 19 12:26:12 psv /kernel: SNDCTL_DSP_SETFRAGMENT 0x0003000c Sep 19 12:26:12 psv /kernel: SNDCTL_DSP_SUBDIVIDE yet unimplemented Sep 19 12:26:12 psv /kernel: dsp write channels 1 Sep 19 12:26:12 psv /kernel: dsp reset Sep 19 12:26:17 psv /kernel: SNDCTL_DSP_SETFRAGMENT 0x0003000c Sep 19 12:26:18 psv /kernel: SNDCTL_DSP_SUBDIVIDE yet unimplemented Sep 19 12:26:18 psv /kernel: dsp write channels 1 Sep 19 12:26:44 psv /kernel: dsp sync The integrated sound info from Intel's specs is : "a Yamaha* OPL3-SA audio CODEC is integrated onto the motherboard. The OPL3-SA provides 16-bit stereo,Sound Blaster* Pro and Windows* Sound System compatibility and full-duplex capabilities. An optional Yamaha OPL4-ML audio CODEC provides FM and wavetable synthesis." The BIOS audio configuration is as follows: SB Port Base 220h , WSS Port Base 530h, MPU Port Base 330h, WSS Interrupt IRQ 10 SB/MPU Interrupt IRQ 7, WSS Play DMA Channel 0, SB Play/WSS Capture DMA Channel 1, FM Synthesizer Port Status 388h My kernel configuration (2.2.2-RELEASE) is: controller pnp0 device pcm0 at isa ? port 0x530 tty irq 10 drq 0 flags 0x13 vector pcmintr Dmesg output is: 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> pcm0 at 0x530 irq 10 drq 0 mem 0x0 flags 0x13 en 1 confl 0 mss_detect - chip revision 0x0a mss_detect() - step I mss_detect() - Detected CS4231 pcm0 at 0x530 irq 10 drq 0 flags 0xa213 on isa mss_attach 0 at 0x530 irq 10 dma 0:3 flags 0xa213 cat /dev/sndstat: FreeBSD Sound Driver Sep 19 1997 09:34:05 Installed devices: pcm0: at 0x530 irq 10 dma 0:3 Am I missing anything in the configuration, or is this on-board sound just not supported fully yet ? I'd appreciate any suggestions. Thanks. Greg Rowe -