From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 4 19:15:00 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B2A8106566B for ; Wed, 4 Apr 2012 19:15:00 +0000 (UTC) (envelope-from jason.lee.campbell@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 57C368FC12 for ; Wed, 4 Apr 2012 19:15:00 +0000 (UTC) Received: by yenl9 with SMTP id l9so481119yen.13 for ; Wed, 04 Apr 2012 12:14:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=PglM2uBBGD72fgV4Fw7fgdKdiIQQD2heblir63VYLVg=; b=mVakEW+0tuR3tyi/usrAE8E7Dv5SpOKI0iPmpQE7nJSChuRpjbqENGvudk2b5dBrgM 02c9h8cD6nfX7DW01ZbuKwWBA6dH8UOkh9jawnkyP8DTle27lgLibi2uRQk7COLXMOkT FT/WJC/x7MJmiTFmTAK5NLYvjHJbkuAVQbxbj/+7EoZ3ZbajZdlIkt/9noau0xVh6nr2 vARD1wFnZdeLyzxWUlGQxadTTWQAKhatGH3lfsJ9JLEW05+TAIpIzZCdwP0gQOX0GKzb Dg69tw9qYIf4BndIgVbCQZtZlsuxdxiNWc/YWsGaWAaPHzidxF5pnZ3mtvuSHnu55GrV UZWg== MIME-Version: 1.0 Received: by 10.50.183.137 with SMTP id em9mr3054954igc.58.1333566893683; Wed, 04 Apr 2012 12:14:53 -0700 (PDT) Received: by 10.50.37.72 with HTTP; Wed, 4 Apr 2012 12:14:53 -0700 (PDT) Date: Wed, 4 Apr 2012 15:14:53 -0400 Message-ID: From: Jason Campbell To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Console based fm tuner for amd64? 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: Wed, 04 Apr 2012 19:15:00 -0000 I meant accessible via /dev/tuner, not via /dev/bktr. I found audio/tuneradio which at least compiles for amd64. It appears to hang, as it requires Ctrl-C to exit. I would expect it to tune the card and exit on it's own, unless that's the way tuneradio was written (about to read source). Jason > Trying to find a console based, no X installed, fm tuner program. I > have the card accessible via /dev/bktr. My searching has lead me to > audio/fmio and audio/xmradio, but neither of them allow amd64. > > galaxy# pwd > /usr/ports/audio/fmio > galaxy# make > =3D=3D=3D> =A0fmio-2.0.8 is only for i386, while you are running amd64. > > galaxy# pwd > /usr/ports/audio/xmradio > galaxy# make > =3D=3D=3D> =A0xmradio-1.2_2 is only for i386 ia64, while you are running = amd64. > > The xmradio appears to require X, which I would rather not install. > Any ideas for a console based fm tuner that'll work with amd64? > > > Jason