From owner-freebsd-questions@FreeBSD.ORG Fri Jul 21 22:02:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 319F516A4DD for ; Fri, 21 Jul 2006 22:02:30 +0000 (UTC) (envelope-from richd@RichDPhoto.com) Received: from ceres.aros.net (ceres.aros.net [66.219.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C823A43D45 for ; Fri, 21 Jul 2006 22:02:29 +0000 (GMT) (envelope-from richd@RichDPhoto.com) Received: from [192.168.1.101] (c-24-63-252-34.hsd1.nh.comcast.net [24.63.252.34]) (authenticated bits=0) by ceres.aros.net (8.13.3/8.13.3) with ESMTP id k6LM2SLG009323 for ; Fri, 21 Jul 2006 16:02:28 -0600 (MDT) (envelope-from richd@RichDPhoto.com) Message-ID: <44C14EEB.5030901@RichDPhoto.com> Date: Fri, 21 Jul 2006 18:02:19 -0400 From: Rich Demanowski User-Agent: Thunderbird 1.5 (X11/20060714) MIME-Version: 1.0 To: freeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ceres.aros.net X-Virus-Status: Clean Subject: Enabling sound? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 22:02:30 -0000 I just dropped a SoundBlaster Live! card into my box, and have followed the directions in the handbook and the man pages. The following lines are in the compiled kernel: device sound device snd_emu10k1 I don't get the pcm0 lines that section 7.2.2 in the manual talks about. cat /dev/sndstat returns: FreeBSD Audio Driver (newpcm) Installed devices: and nothing else. kldload snd_emu10k1 yields no output whatsoever. When followed by cat /dev/sndstat it produces the same outputs as above. kld_load snd_driver yields: ppc0: parallel port not found. sio1: configured irq 3 not in bitmap of probed irqs 0x20 sio1: port may not be enabled ppc0: parallel port not found. sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled ppc0: parallel port not found. sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled ppc0: parallel port not found. sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled ppc0: parallel port not found. sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled ppc0: parallel port not found. sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled ppc0: parallel port not found. sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled I recompiled with the sound and emu10k1 drivers commented out, and the kldload and cat /dev/sndstat commands still yield the same. I need to get sound enabled on this box, so I can do some online training provided through streaming video. Please, please, please tell me I don't have to break down and install wankers on this thing ...