From owner-freebsd-questions Thu Apr 15 18:31:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx.jud.ca.gov (mx.jud.ca.gov [208.239.204.222]) by hub.freebsd.org (Postfix) with ESMTP id 30F9E14D07 for ; Thu, 15 Apr 1999 18:31:50 -0700 (PDT) (envelope-from Kevin.Smith@jud.ca.gov) Received: from ima.jud.ca.gov (host-220.jud.ca.gov [208.239.204.220] (may be forged)) by mx.jud.ca.gov (8.8.8/8.8.7) with SMTP id SAA13210 for ; Thu, 15 Apr 1999 18:24:50 -0700 (PDT) Received: from ccMail by ima.jud.ca.gov (IMA Internet Exchange 2.11 Enterprise) id 0004171D; Thu, 15 Apr 1999 18:25:07 -0700 Mime-Version: 1.0 Date: Thu, 15 Apr 1999 18:25:09 -0700 Message-ID: <0004171D.1225@jud.ca.gov> From: Kevin.Smith@jud.ca.gov (Kevin Smith) Subject: Setting up AZT1008 Audio Card To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Description: cc:Mail note part Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings. I was wondering if anyone (FreeBSD3.1 from the CD) out there compiled a kernel with support for this card. I cannot find anything on the net about the chipset the card uses. I enabled PNP and the output when booting is this: Apr 16 00:38:39 xxx-xxxxx2 /kernel: CSN 1 Vendor ID: AZT1008 [0x08105407] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] So I assume PNP found the card. I then compiled the kernel with this line added: device pcm0 at isa? port0x220 tty irq5 drq0 flags 0x0 I can now play .wav files but not midi or music from the cd. I know the card is at irq5 and at port 220. Hoping the card was SB compatible, I removed the pcm0 device and added soundblaster support with the following: controller snd0 device sb0 at isa? port 0x220 irq5 drq0 vector sbintr options "SBC_IRQ=5" device sbxvi0 at isa? device sbmidi0 at isa? I do not know what values to put for sbxvi0 and sbmidi0. Compiling says SBC_IRQ=5 is an unknown option. When I reboot I get this: Apr 16 00:38:40 xxx-xxxxx2 /kernel: sb0 at 0x220 irq 5 drq 0 on isa Apr 16 00:38:40 xxx-xxxxx2 /kernel: snd0: Apr 16 00:38:40 xxx-xxxxx2 /kernel: sbxvi0 not found Apr 16 00:38:40 xxx-xxxxx2 /kernel: sbmidi0 not found I get the same results: .wavs are good but no midi and no cdsound. X11amp reports it could not open the audio device. Any ideas? Thanks in advance. Kevin Smith kevin.smith@jud.ca.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message