From owner-freebsd-questions Thu Aug 24 20:51:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.netset.com (zeus.netset.com [64.40.192.10]) by hub.freebsd.org (Postfix) with ESMTP id 5B2DF37B422 for ; Thu, 24 Aug 2000 20:51:46 -0700 (PDT) Received: from diamond (kaygee.users.netset.com [64.40.199.178]) by zeus.netset.com (8.10.2/8.10.2-zeus) with SMTP id e7P3phJ00617 for ; Thu, 24 Aug 2000 23:51:43 -0400 Message-ID: <004d01c00e48$b9c05e00$0445a8c0@private.solutionsforyou.com> Reply-To: "Kartic Krishnamurthy" From: "Kartic Krishnamurthy" To: "FreeBSD Questions" Subject: Dell Latitude XPi CD and Sound Date: Thu, 24 Aug 2000 23:58:26 -0400 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.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello List, I have a question on enabling sound on a Dell XPi CD P150St Laptop. It has dual OS - Win 95 and FBSD 3.2-R PAO 3.2. From Win 95, I found that it has an Ensoniq ES1888 and also the resources associated with the hardware: I/O Range: 0x230-0x23F, 0x388-0x38B, 0x330-0x331 IRQ: 5 DMA: 0, 3 First I tried the pcm0 route, but kernel kept complaining that pcm0 was not found. Next, I found a "How-to" on Freebsdzine.org (http://www.freebsdzine.org/attic/199904/sound.txt) and followed the instructions but putting in the values I found from win95....kernel compiled successfully and machine rebooted and I also was able to play a music CD. But boot gave some errors that did not do any visible damage, the message is shown below: ================================ $ dmesg ..... ..... sb0 at 0x230 irq 5 drq 1 on isa Hmm... Could this be an ESS688 based card (rev 11) NOTE! SB Pro support required with your soundcard! snd0: sbmidi0 not found at 0x330 opl0 at 0x388 on isa snd0: awe0 not found at 0x620 ...... .... ... $ ================================ Okay, here are my questions: 1) What is that 'NOTE!' line that the kernel has shown.... 2) What is sbmidi0? If sb0 is at 0x230 and opl0 (next question) is at 0x388, then what is at 0x330 (as per the resources shown by Win 95)? 3) What is opl0? 4) What is awe0? This address (0x620) was not shown by Win95, but the how-to I mentioned had this, so I put it in my kernel config file. 5) Why can't I use pcm0? Part 2 of my problems: 1) the mixer gives this error -> 'mixer: SOUND_MIXER_READ_DEVMASK: Device not configured' 2) if I try something like cat test.au > /dev/audio, I get the following error -> 'Aug 24 23:28:21 tanzanite /kernel: SoundBlaster: DSP Command(0xd3) timeout. IRQ conflict ?' Could someone please help me and tell me what is going on? Are these errors that I must be worried about (as in burning my laptop or something)? Thanks in advance, --Kartic PS: I also read another how-to http://www.freebsddiary.org/sound.html but my problems remain! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message