Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Nov 2006 23:36:59 +0100
From:      martinko <gamato@users.sf.net>
To:        Ariff Abdullah <ariff@FreeBSD.org>
Cc:        freebsd-multimedia@FreeBSD.org
Subject:   Re: Problems with -current + HDA + new Dell D620
Message-ID:  <454E678B.608@users.sf.net>
In-Reply-To: <20061106063018.6b02d2f6.ariff@FreeBSD.org>
References:  <454C50B1.1090604@FreeBSD.org>	<20061104190045.3968e12d.ariff@FreeBSD.org>	<eijd5l$rkk$1@sea.gmane.org> <20061106063018.6b02d2f6.ariff@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ariff Abdullah wrote:
> 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?
>>>       
>>> 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).
>>>
>>>       
>> i'm wondering if there's a front-end for SoX to use it as an audio
>> player.. ?
>>
>>     
>
> Something like this :)
>
> #!/bin/sh
>
> for x in /dev/acd0t* ; do
>   dd if=$x of=/dev/stdout bs=2352 2> /dev/null | \
>     play -c 2 -r 44100 -w -t raw -f s  -
> done
>
>
>   

sorry, i didn't make myself clear -- what i meant was a GUI front-end.

m.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?454E678B.608>