From owner-freebsd-questions Wed Dec 20 22:19:13 2000 From owner-freebsd-questions@FreeBSD.ORG Wed Dec 20 22:19:11 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from femail9.sdc1.sfba.home.com (femail9.sdc1.sfba.home.com [24.0.95.89]) by hub.freebsd.org (Postfix) with ESMTP id 9792C37B400 for ; Wed, 20 Dec 2000 22:19:11 -0800 (PST) Received: from C1052484A ([24.5.25.254]) by femail9.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20001221061911.XDBY21435.femail9.sdc1.sfba.home.com@C1052484A>; Wed, 20 Dec 2000 22:19:11 -0800 Message-ID: <006301c06b15$f81e6280$0100a8c0@mshome.net> From: "David Schultz" To: "sergio brito" , References: Subject: Re: sound card not working Date: Wed, 20 Dec 2000 22:19:26 -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 > i've tried to configure my soundcard in many different ways and i still keep > having problems. > i've removed all devices but the video card and soundcard. and it still > doesn't work. > i suppose a clue to this problem is the fact that dmesg reports the > following: 'vga0: at port 0x3c0-0x3df iomem > 0xa0000-0xbffff on isa0', but 'isa0' seems to be be configured for the > soundcard below: > sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 > drq 1,5 on isa0 > pcm0: on sbc0 The messages you're seeing are normal. The fact that it's telling you that these devices are "on isa0" just means that it found them while probing the ISA bus, on which you can have several devices. (The video card is technically PCI, but I'm sure there's some obscure technical-historical reason for the message.) > i'm kinda tired of messing around with this configuration. if you think that > is easier to just get a new soundcard, i would probably do that instead. if > so, what is the best videocard to buy with the least possible configuration > issues? is pci better that isa? PCI sound cards tend to be more common these days, and cheaper. In the past, when ISA was the de facto standard for sound cards, support for the PCI cards was scant, but you shouldn't have a problem with either nowadays. In my experience, PCI cards tend to be easier to configure, while ISA cards tend to have fewer problems once they're actually working. (If your PCI sound card shares an IRQ with your video card, for example, you may run into obscure issues.) Odds are good that your current card will work just fine once it's configured properly, though. Sound support in FreeBSD isn't all that great--- this much I determined after spending two hours hacking the kernel source trying to figure out why I get some static when I play music. However, the AWE64 is supported. You should have "dev pcm" in your kernel config, and when you reboot, cd /dev and "sh MAKEDEV snd0". Many people are confused by the directions and MAKEDEV both snd0 and snd1. This is incorrect and may prevent your card from working. If you still have trouble, do you get an error message, or simply silence? What are you using to test the sound output? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message