From owner-freebsd-bluetooth@FreeBSD.ORG Fri Nov 12 05:29:10 2010 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B71A106564A for ; Fri, 12 Nov 2010 05:29:10 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C0F288FC0C for ; Fri, 12 Nov 2010 05:29:09 +0000 (UTC) Received: by iwn39 with SMTP id 39so3063755iwn.13 for ; Thu, 11 Nov 2010 21:29:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=W0Y/lf8wTnwMj7XziVZD5Wra6UBiHa18qhcIka3uCPw=; b=oFxO2Ue6vB6LUc1alumyKBafoWN8VijoOg+xlQVO4zO5pkU1kaWNTkgzMN8fhd4z+C 95+Jz55+fAR/UB+7vJzyiEi++SHySCLo2jHOi2T1ZFkWQlIoS6Dc6qzdLADgS+ZOFGhP KtQCAK17TI7+geKOYtLchy6DPPz6QHR9bIduk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=qr9NOKfj0wz5j9vCT+lKO9zvLn9D4iF+qwFyRoAUQ9WvDAAKzcwetBQtPVtuRckfGd VMRflreeyGBBO0rIfOlJowhKKjZbJd8XdZuwmVenJMU85KLAo9G0KWuXYejrXlNfxyyk DjB0Z40VeLF/d8mRMypT0BoXX67CBQkQZpP4k= MIME-Version: 1.0 Received: by 10.42.18.135 with SMTP id x7mr50146ica.250.1289539748553; Thu, 11 Nov 2010 21:29:08 -0800 (PST) Received: by 10.231.207.14 with HTTP; Thu, 11 Nov 2010 21:29:08 -0800 (PST) In-Reply-To: <20101112050506.GA18796@amp2.iem.pw.edu.pl> References: <64FA2044DA694411995A309FF342396C@marekdesktop> <20101112050506.GA18796@amp2.iem.pw.edu.pl> Date: Thu, 11 Nov 2010 21:29:08 -0800 Message-ID: From: Maksim Yevmenkin To: Andrzej Tobola Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-bluetooth@freebsd.org, marek_sal@wp.pl Subject: Re: Atheros bluetooth unrecognizable 0cf3:3002 X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 05:29:10 -0000 On Thu, Nov 11, 2010 at 9:05 PM, Andrzej Tobola wrote: > > On Thu, Nov 11, 2010 at 03:43:10PM -0800, maksim yevmenkin wrote: >> Please try fw dowloader from >> Http://people.freebsd.org/~emax/ath3kfw.tar.gz > > Hello Max, > > Can't build on amd64 current: > > % make > Warning: Object directory not changed from original /tmp/ath3kfw > cc -O2 -pipe -fomit-frame-pointer -march=3Dopteron -fomit-frame-pointer -= ggdb -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-un= used-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wr= eturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter= -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls= -Wold-style-definition -Wno-pointer-sign -c ath3kfw.c > cc1: warnings being treated as errors > ath3kfw.c: In function 'download_firmware': > ath3kfw.c:236: warning: format '%d' expects type 'int', but argument 4 ha= s type 'long unsigned int' > *** Error code 1 please replace %d with %lu or just comment this line. > What is a difference between ath3k-1.fw and ath3k-2.fw ? not sure. those are obtained as is from linux-firmware rpm. ath3k-1.fw works for me. thanks, max