From owner-freebsd-multimedia Sun Jan 12 00:41:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA16580 for multimedia-outgoing; Sun, 12 Jan 1997 00:41:59 -0800 (PST) Received: from rhiannon.clari.net.au (dns1.clari.net.au [203.27.85.9]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA16574; Sun, 12 Jan 1997 00:41:52 -0800 (PST) Received: (from peter@localhost) by rhiannon.clari.net.au (8.7.5/8.6.12) id TAA24478; Sun, 12 Jan 1997 19:44:19 +1100 (EST) Date: Sun, 12 Jan 1997 19:44:19 +1100 (EST) From: Peter Hawkins Message-Id: <199701120844.TAA24478@rhiannon.clari.net.au> To: freebsd-hackers@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: Help with Soundblaster card Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had precisely this problem. IT is that your sound card conflicts with your printer on irq 7. I solved it by moving my soundcard to a different IRQ, reboot and bingo. Test it w/o rebuilding your kernel if you like by booting with -c and moving it that way. PS - your printer will work better after that too. PPS even if you don't have a printer, the printer port is on irq 7. I (probably like you) assumed t was no problem as DOS lets you user irq 7 for both. The catch is that DOS uses polled mode and basically ignores the printer so you can get away with it. FreeBSD doesn't do this (even if you set your printer to polled mode explicitly!) Peter Incidentally - since the LINT file puts a sound card on 7 it gets confusinng for a newbie - howabout moving it in LINT and putting in a comment NOT to use 7?