From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 5 22:31:12 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C3A16A569 for ; Sun, 5 Nov 2006 22:31:12 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1979443D77; Sun, 5 Nov 2006 22:31:12 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id kA5MV9gw032073; Sun, 5 Nov 2006 22:31:10 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 6 Nov 2006 06:30:18 +0800 From: Ariff Abdullah To: martinko Message-Id: <20061106063018.6b02d2f6.ariff@FreeBSD.org> In-Reply-To: References: <454C50B1.1090604@FreeBSD.org> <20061104190045.3968e12d.ariff@FreeBSD.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__6_Nov_2006_06_30_18_+0800_8I0r2mUL/T+8h4ct" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Problems with -current + HDA + new Dell D620 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2006 22:31:12 -0000 --Signature=_Mon__6_Nov_2006_06_30_18_+0800_8I0r2mUL/T+8h4ct Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 05 Nov 2006 02:01:41 +0100 martinko wrote: > Ariff Abdullah wrote: > > On Sat, 04 Nov 2006 00:34:57 -0800 > > Doug Barton wrote: > >> Howdy, > >> > >> I have a shiny new Dell Latitude D620 with the dreaded Intel HDA. > >> The good news is that the driver in -current works, and prints > >this > in dmesg: > >> > >> pcm0: mem > >> 0xefffc000-0xefffffff irq 21 at device 27.0 on pci0 > >> pcm0: > >> pcm0: > >> > >> More good news, "regular" sound works, I can play wav files, etc. > >> What is weird is that I get no sound from the CD drive when I > >have > an audio CD in it, although I DO get sound when I play a DVD > >using > xine. There is also no cd entry in the mixer. Any ideas? > >> > >=20 > > Unfortunately, this is true for most recent hardwares: they don't > > have analog cd connector. The only way to listen to your CD is to > > extract its data digitally. Most players (mplayers, xmms, etc) can > > do this, or you might prefer using dd(1) and play(1) (sox). > >=20 >=20 > i'm wondering if there's a front-end for SoX to use it as an audio > player.. ? >=20 Something like this :) #!/bin/sh for x in /dev/acd0t* ; do dd if=3D$x of=3D/dev/stdout bs=3D2352 2> /dev/null | \ play -c 2 -r 44100 -w -t raw -f s - done -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__6_Nov_2006_06_30_18_+0800_8I0r2mUL/T+8h4ct Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTmYAlr+deMUwTNoRAktcAJ4xVF+dC7dVxgAt0CB5f3B1RvDgQACfTg+3 XJRt17FCcZeKfAXTkURTOUU= =MtRm -----END PGP SIGNATURE----- --Signature=_Mon__6_Nov_2006_06_30_18_+0800_8I0r2mUL/T+8h4ct--