From owner-freebsd-multimedia Thu Aug 7 15:31:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA04453 for multimedia-outgoing; Thu, 7 Aug 1997 15:31:10 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA04380 for ; Thu, 7 Aug 1997 15:29:40 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 7 Aug 1997 18:28:21 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA01029; Thu, 7 Aug 97 18:28:18 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id SAA04313; Thu, 7 Aug 1997 18:25:43 -0400 Message-Id: <19970807182543.55372@ct.picker.com> Date: Thu, 7 Aug 1997 18:25:43 -0400 From: Randall Hopper To: Tito Sugiharta Cc: multimedia@FreeBSD.ORG Subject: Re: sound card & cd-rom References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Tito Sugiharta on Sun, Aug 03, 1997 at 04:34:14PM +0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Tito Sugiharta: |I 'm a novice in installing multimedia in FreeBSD. |I have sound card (ESS AudioDrive -- compatible with SB CArd) |and a 8x IDE Sony CD-ROM. |I have compiled my kernel to make the device for my soundcard & CD-ROM. |The device is snd0 and wcd0c and it's probed properly. You need more than snd0. Got a sb0 line too? controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device opl0 at isa? port 0x388 |1. I can't play melody (or sound) in my soundcard. I have tried to play | a MP3 file with splay, the result is the speaker is 'screaming' (sound | very loudly--with unidentified sound). Sounds like a sample size or byte order bug. Try mpg123. |2. I can't play my audio CD. I have tried to use workman CD Player, but it | tell me that no CD in drive. (PS: data CD have been used | succesfully) SCSI or IDE CD-ROM? If IDE, try: /usr/X11R6/bin/workman -c /dev/rwcd0c -b |3. How can I fine tuning the volume of my sound card? In any terminal, the text mode "mixer" program works. In X, download xmix or one of the other mixer's in the audio packages directory. Randall Hopper