From owner-freebsd-hackers Fri Jul 23 11: 0:38 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 326EA14BF9 for ; Fri, 23 Jul 1999 11:00:24 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA54066; Fri, 23 Jul 1999 11:59:13 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA20011; Fri, 23 Jul 1999 11:59:34 -0600 (MDT) Message-Id: <199907231759.LAA20011@harmony.village.org> To: Dirk GOUDERS Subject: Re: SURVEY: Sound cards that work under FreeBSD Cc: John Reynolds~ , freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Fri, 23 Jul 1999 09:10:24 +0200." <199907230710.JAA04436@musashi.et.bocholt.fh-ge.de> References: <199907230710.JAA04436@musashi.et.bocholt.fh-ge.de> Date: Fri, 23 Jul 1999 11:59:34 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199907230710.JAA04436@musashi.et.bocholt.fh-ge.de> Dirk GOUDERS writes: : My sound card is a SBPCI128 by Creative Labs. Nice card... I have one too. Plays mp3 well :-). Also plays video sound well and xgalaga works with sound!... NOTE: The SBPC64 doesn't work without an external patch... Be careful. : I only used the card with FreeBSD 3.2 I've used mine on -CURRENT for about 9 months or so, but part of that time I had to get the driver from somewhere else. : The only line I had to add to my kernel config file was: : : device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 : : (This causes a message "pcm0 not found" to appear at boot time but : just ignoring it seems to be o.k. - allthough I would prefer : not to see it, at all.) device pcm0 does the trick for me. I think that will work in 3.2. -current fixes the problem with psm0 not found. : I had to build the audio device snd1: : : # cd /dev : # sh MKDEV snd1 When you upgrade to 4.0 or -current, you'll have to undo that stuff... : and to use the mixer to set the volume to another value than 0. : I use the following script /usr/local/etc/rc.d/mixer.sh at boot time: : : #!/bin/sh : /usr/sbin/mixer vol 60:60 pcm 60:60 cd 60:60 Cool. I've always brought up xmixer to do this.... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message