From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 17:34:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F47E16A4D0 for ; Sat, 10 Jan 2004 17:34:52 -0800 (PST) Received: from radicalv.com (secure.radicalv.com [216.118.91.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB18443D4C for ; Sat, 10 Jan 2004 17:34:50 -0800 (PST) (envelope-from ecrist@adtechintegrated.com) Received: (qmail 36348 invoked from network); 11 Jan 2004 01:34:41 -0000 Received: from unknown (HELO 192.168.1.100) (66.41.18.160) by mail.radicalv.com with SMTP; 11 Jan 2004 01:34:41 -0000 From: Eric F Crist Organization: AdTech Integrated Systems, Inc To: freebsd@mazenalzogbi.com, Date: Sat, 10 Jan 2004 19:33:43 -0600 User-Agent: KMail/1.5 References: <20890.195.229.241.233.1073784206.squirrel@webmail.mazenalzogbi.com> In-Reply-To: <20890.195.229.241.233.1073784206.squirrel@webmail.mazenalzogbi.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_ugKAAeE+jC/3iDp"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200401101934.38184.ecrist@adtechintegrated.com> Subject: Re: Sound not working on laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ecrist@adtechintegrated.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2004 01:34:52 -0000 --Boundary-02=_ugKAAeE+jC/3iDp Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Saturday 10 January 2004 07:23 pm, Mazen S. Alzogbi wrote: > Hi, > > Thanks for everyone who helped (and is helping me) to find my > way in the great world of FreeBSD. > > I learned how to recompile the > kernel and I did compile it with "device pcm" and "device pcm0 at ...." > but it didn't work. I tried and tried and tried and spent almost 3 hours Mazen, Don't use both device pcm AND device pmc0 at.... You should just use: device pcm do a kernel compile with the following commands from /usr/src/sys/i386/conf #config # cd ../../compile/ # make depend && make && make install At this point, you MUST reboot your machine. Once rebooted, install amp=20 (/usr/ports/audio/amp) and test with a .wav file. If you have KDE Games=20 installed, you can use the following command to test: # amp /usr/local/share/apps/kasteroids/sounds/Kasteroids.wav If you're NOT running KDE at that time, it should work. If not, try runnin= g=20 KDE and you should start to hear sounds. HTH =2D-=20 Eric F Crist AdTech Integrated Systems, Inc (612) 998-3588 --Boundary-02=_ugKAAeE+jC/3iDp Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAAKguzdyDbTMRQIYRAs/qAJ0dIYOhGQ2rQWW/uWn3uml41OZieACbBQJc 8Lbhqmnm/dhWs+dY+y9QetY= =Q8Kd -----END PGP SIGNATURE----- --Boundary-02=_ugKAAeE+jC/3iDp--