From owner-freebsd-questions Sun Dec 17 19:42:21 2000 From owner-freebsd-questions@FreeBSD.ORG Sun Dec 17 19:42:17 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from femail2.sdc1.sfba.home.com (femail2.sdc1.sfba.home.com [24.0.95.82]) by hub.freebsd.org (Postfix) with ESMTP id ECDBB37B402 for ; Sun, 17 Dec 2000 19:42:16 -0800 (PST) Received: from C1052484A ([24.5.25.254]) by femail2.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20001218034200.TQRV17656.femail2.sdc1.sfba.home.com@C1052484A>; Sun, 17 Dec 2000 19:42:00 -0800 Message-ID: <002301c068a4$8b1af9a0$0100a8c0@mshome.net> From: "David Schultz" To: "Booo Bo" , , References: Subject: Re: Configuring Sound With Sound Blaster Live Card onBSD 4.2 Date: Sun, 17 Dec 2000 19:42:27 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to the directions, if sndstat shows pcm0, you need to MAKEDEV snd0, but not snd1. MAKEDEV snd0 again and you should be fine. I screwed that one up, too ;) ----- Original Message ----- From: "Booo Bo" To: ; Sent: Sunday, December 17, 2000 6:23 PM Subject: Re: Configuring Sound With Sound Blaster Live Card onBSD 4.2 > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message