From owner-freebsd-questions Fri Sep 11 00:40:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27445 for freebsd-questions-outgoing; Fri, 11 Sep 1998 00:40:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from s9275a.steinan.ntnu.no (s9275a.steinan.ntnu.no [129.241.29.225]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27440 for ; Fri, 11 Sep 1998 00:40:44 -0700 (PDT) (envelope-from shinobu@s9275a.steinan.ntnu.no) Received: (from shinobu@localhost) by s9275a.steinan.ntnu.no (8.8.8/8.8.8) id JAA00580 for freebsd-questions@freebsd.org; Fri, 11 Sep 1998 09:42:28 +0200 (CEST) (envelope-from shinobu) From: Oni no onnanoko Message-ID: <19980911094228.A567@steinan.ntnu.no> Date: Fri, 11 Sep 1998 09:42:28 +0200 To: freebsd-questions@FreeBSD.ORG Subject: soundcard problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a supposedly 100% compatible soundblaster code, here's from my kernelfile: ---kernel-- controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device opl0 at isa? port 0x388 conflicts options "SBC_IRQ=5" --endkernel-- and dmesg: --dmesg-- sb0 at 0x220 irq 5 drq 1 on isa sb0: opl0 at 0x388 on isa opl0: --enddmesg-- but when I try to play something, it just gives: Sound: DMA timed out - IRQ/DRQ config error? repeated to infinity including cat /dev/sndstat too: --cat /dev/sndstat-- VoxWare Sound Driver:3.0-beta-950506 (Sun Feb 5 14:38:12 EST 1995 freebsd-hackers@freefall.cdrom.com) Config options: ffffffff Installed drivers: Type 1: OPL-2/OPL-3 FM Type 2: SoundBlaster Card config: SoundBlaster at 0x220 irq 5 drq 1 OPL-2/OPL-3 FM at 0x388 irq 65535 drq 4294967295 Audio devices: 0: SoundBlaster 2.1 Synth devices: 0: Yamaha OPL-3 Midi devices: 0: SoundBlaster Timers: 0: System Timer Mixers: --end-- I'm not sure how to use luigi's driver, adding the pcm0 and pnp0 line and removing snd0:s didn't work, couldn't find anything. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message