From owner-freebsd-hackers Mon Sep 25 06:21:10 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA10796 for hackers-outgoing; Mon, 25 Sep 1995 06:21:10 -0700 Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id GAA10748 for ; Mon, 25 Sep 1995 06:21:04 -0700 Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA09018; Mon, 25 Sep 1995 09:20:32 -0400 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Mon, 25 Sep 1995 09:20 EDT Received: from lakes (lakes [192.96.3.39]) by ponds.UUCP (8.6.11/8.6.5) with ESMTP id GAA03273 for ; Mon, 25 Sep 1995 06:59:36 -0400 Received: (from rivers@localhost) by lakes (8.6.11/8.6.9) id HAA00233 for freebsd-hackers@freefall.cdrom.com; Mon, 25 Sep 1995 07:06:48 -0400 Date: Mon, 25 Sep 1995 07:06:48 -0400 From: Thomas David Rivers Message-Id: <199509251106.HAA00233@lakes> To: freebsd-hackers@freefall.FreeBSD.org Subject: My sound problems... (sound stopping after a second.) Content-Type: text Content-Length: 434 Sender: owner-hackers@FreeBSD.org Precedence: bulk Just to let everyone know - I figured out my sound problems. Turns out I had configured the sound card at IRQ 5, but had not done the same in my kernel config file (it was still at IRQ 7.) I forgot that on this paricular machine, I use 'boot -c' to move the IRQ... this lets me share the same kernel with other machines (handy feature, that 'boot -c') - keeping the number of config files to a minimum. - Dave Rivers -