From owner-freebsd-questions Sun Dec 17 18:23:10 2000 From owner-freebsd-questions@FreeBSD.ORG Sun Dec 17 18:23:07 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f41.law11.hotmail.com [64.4.17.41]) by hub.freebsd.org (Postfix) with ESMTP id 4460A37B400 for ; Sun, 17 Dec 2000 18:23:07 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Dec 2000 18:23:07 -0800 Received: from 24.68.123.209 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 18 Dec 2000 02:23:07 GMT X-Originating-IP: [24.68.123.209] From: "Booo Bo" To: questions@freebsd.org, bwatts@corp.attcanada.ca Subject: Re: Configuring Sound With Sound Blaster Live Card onBSD 4.2 Date: Sun, 17 Dec 2000 21:23:07 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Dec 2000 02:23:07.0085 (UTC) FILETIME=[75226FD0:01C06899] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi There, I'm hoping soneone can help me with sound card configuration: (1) I recently recompiled my Kernel, after having adding the following 2 devices, as I have a Sound Blaster Live MP3+ Card (below): device sbc device pcm (2) I checked to see that the driver was successfully installed (below): bash# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Dec 17 2000 17:18:12 Installed devices: pcm0: at io 0x78a0 irq 5 (4p/3r channels duplex) (3) I created the following 2 device nodes (below): bash# cd /dev bash# sh MAKEDEV snd0 bash# bash# sh MAKEDEV snd1 bash# Please Note* I did 'not' receive any errors when createing the two device nodes (above). The handbook says it should return pcm0 and pcm1, this did not happen. This created the following under /dev: lrwxrwxrwx 1 root wheel 6 Dec 17 17:52 audio -> audio1 lrwxrwxrwx 1 root wheel 4 Dec 17 17:52 dsp -> dsp1 lrwxrwxrwx 1 root wheel 5 Dec 17 17:52 dspW -> dspW1 lrwxrwxrwx 1 root wheel 6 Dec 17 17:52 mixer -> mixer1 lrwxrwxrwx 1 root wheel 6 Dec 17 17:52 music -> music1 lrwxrwxrwx 1 root wheel 10 Dec 17 17:52 sequencer -> sequencer1 lrwxrwxrwx 1 root wheel 4 Dec 17 17:52 pss -> pss1 (4) I then installed XMMS 1.2.4 and attempted to play an mp3. I attempted to use the following devices as the output plugin and was given the following errors each time: ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/audio): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/dspW): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/mixer): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/music): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/sequencer): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/pss): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/pss): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/audio): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/dspW): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/mixer): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/music): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/sequencer): Device not configured ** WARNING **: oss_open(): Failed to open audio device (/dev/pss): Device not configured (5) HELP?? Did I install the correct devices in my kernel (pcm AND sbc)?? I also tried all the same steps above with the following other two devices compiled in my kernel (pcm AND device sbc0 at isa? port0x220 irq 5 drq 1 flags 0x15). However, isn't my card a PnP ISA card?? HELP, what can I do?? :-( _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message