Date: Mon, 6 Nov 2006 06:30:18 +0800 From: Ariff Abdullah <ariff@FreeBSD.org> To: martinko <gamato@users.sourceforge.net> Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Problems with -current + HDA + new Dell D620 Message-ID: <20061106063018.6b02d2f6.ariff@FreeBSD.org> In-Reply-To: <eijd5l$rkk$1@sea.gmane.org> References: <454C50B1.1090604@FreeBSD.org> <20061104190045.3968e12d.ariff@FreeBSD.org> <eijd5l$rkk$1@sea.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <gamato@users.sf.net> wrote: > Ariff Abdullah wrote: > > On Sat, 04 Nov 2006 00:34:57 -0800 > > Doug Barton <dougb@FreeBSD.org> 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: <Intel 82801G High Definition Audio Controller> mem > >> 0xefffc000-0xefffffff irq 21 at device 27.0 on pci0 > >> pcm0: <HDA Codec: Sigmatel STAC9220> > >> pcm0: <HDA Driver Revision: 20061017_0033> > >> > >> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061106063018.6b02d2f6.ariff>