From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 08:23:59 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 D83C316A4CE for ; Sun, 22 Feb 2004 08:23:59 -0800 (PST) Received: from sierra.rtfm.com (sierra.rtfm.com [198.144.203.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D8943D1F for ; Sun, 22 Feb 2004 08:23:59 -0800 (PST) (envelope-from ekr@rtfm.com) Received: from rtfm.com (romeo.rtfm.com [198.144.203.242]) by sierra.rtfm.com (Postfix) with ESMTP id CF076722D for ; Sun, 22 Feb 2004 08:24:06 -0800 (PST) To: freebsd-questions@freebsd.org X-Mailer: mh-e 6.1; nmh 1.0.4; Emacs 21.4 Date: Sun, 22 Feb 2004 08:23:59 -0800 From: Eric Rescorla Message-Id: <20040222162406.CF076722D@sierra.rtfm.com> Subject: Creative Extigy with FreeBSD 4.9? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 16:24:00 -0000 I've got a 4.9 machine which I'd like to interface to my Creative Extigy external amp for playing MP3s and the like. For obvious reasons, I'd like to have that connection be digital. After some research, it looks like there are two choices: (1) SPDIF I've got an Asus P4C-800E mainboard with a built-in interface that dmesg reports as: pcm0: port 0xee80-0xeebf,0xe800-0xe8ff mem 0xfebff400-0xf ebff4ff,0xfebff800-0xfebff9ff irq 5 at device 31.5 on pci0 pcm0: The card has an SPDIF output, but I'm not sure how to get mplayer (or anything else) to actually use it. I've installed mplayer out of ports and from reading the not very clear documentation, it looks like "-ac hwac3" should do the trick, but what I get when I try that is: ========================================================================== Forced audio codec: hwac3 *** Try to upgrade /users/ekr/.mplayer/codecs.conf from etc/codecs.conf *** If it still does not work, read DOCS/codecs.html! Cannot find codec for audio format 0x55. ========================================================================== (2) USB The Extigy has a USB plug in the front so I would think I could use uaudio, but it's even more unclear to me how that works. When I plugged it in, nothing interesting happened (i.e. nothing on the console or syslog suggesting that it even saw the device). usbd is running. Any suggestions here would be great! Thanks, -Ekr