From owner-freebsd-mobile@FreeBSD.ORG Wed Oct 6 03:38:54 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C39916A4CE for ; Wed, 6 Oct 2004 03:38:54 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1233943D39 for ; Wed, 6 Oct 2004 03:38:54 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 5EC45651F4; Wed, 6 Oct 2004 04:38:52 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 89494-05; Wed, 6 Oct 2004 04:38:51 +0100 (BST) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 8AEC0651EB; Wed, 6 Oct 2004 04:38:51 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id C759763B3; Tue, 5 Oct 2004 20:38:48 -0700 (PDT) Date: Tue, 5 Oct 2004 20:38:48 -0700 From: Bruce M Simpson To: Travis Poppe Message-ID: <20041006033848.GG699@empiric.icir.org> Mail-Followup-To: Travis Poppe , freebsd-mobile@freebsd.org References: <20041005184014.41761fda@maya.liquidx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041005184014.41761fda@maya.liquidx.org> cc: freebsd-mobile@freebsd.org Subject: Re: PCMCIA soundcard on FreeBSD? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 03:38:54 -0000 On Tue, Oct 05, 2004 at 06:40:14PM -0600, Travis Poppe wrote: > An old laptop I have does not have sound support. I was wondering if > there are any supported PCMCIA soundcards for FreeBSD that I could > possibly purchase? It would make a nifty mp3 player if only I could > output sound. I believe some CardBus or traditional PCMCIA devices may work with the sound drivers which we have, but uaudio(4) might be a better alternative for laptop machines which don't have on-board sound. BMS