From owner-freebsd-questions Thu Jun 4 08:02:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20607 for freebsd-questions-outgoing; Thu, 4 Jun 1998 08:02:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jaka.isd.state.in.us (jaka.isd.state.in.us [199.8.63.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20496 for ; Thu, 4 Jun 1998 08:01:45 -0700 (PDT) (envelope-from klikes@isd.state.in.us) Received: from jaka.isd.state.in.us (localhost [127.0.0.1]) by jaka.isd.state.in.us (8.8.8/8.8.7) with ESMTP id KAA18905; Thu, 4 Jun 1998 10:00:47 -0500 (EST) (envelope-from klikes@isd.state.in.us) Message-Id: <199806041500.KAA18905@jaka.isd.state.in.us> X-Mailer: exmh version 2.0.1 12/23/97 To: Karl Pielorz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DMA syslogs errors but CD plays In-reply-to: Your message of "Thu, 04 Jun 1998 15:47:05 +0100." <3576B369.61FC58AB@tdx.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Jun 1998 10:00:47 -0500 From: "Kevin T. Likes" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's partly what I'm asking. I don't recall ever seeing this error before the upgrade, though I assume it's possible I missed it. Here's all the lines from my kernel config with "irq" or "drq"on them. The irqs look okay. How can I find what drqs everything is using? --Kevin T. Likes controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr device sbxvi0 at isa? drq 5 device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint device npx0 at isa? port "IO_NPX" 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 psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr In message <3576B369.61FC58AB@tdx.co.uk>, Karl Pielorz writes: > >Hi, > >It sounds like your soundcard has an IRQ / DMA problem / conflict / >misconfiguration... DMA & IRQ's aren't used when playing back audio CD's >(normally) - which is why you've probably not noticed any problems... You >need to check the IRQ and DMA channel the soundcard is being assigned - and >make sure they don't conflict with anything else in the box etc. > >Regards, > >Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message