linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@vyatta.com>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: Vikram Kandukuri <vkandukuri@atheros.com>,
	"Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>,
	linux-bluetooth@vger.kernel.org
Subject: Re: ath3k: asus bluetooth dongle won't work
Date: Fri, 17 Feb 2012 07:56:38 -0800	[thread overview]
Message-ID: <20120217075638.7bbdef33@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1329467683.28848.128.camel@aeonflux>

On Fri, 17 Feb 2012 09:34:43 +0100
Marcel Holtmann <marcel@holtmann.org> wrote:

> Hi Stephen,
> 
> > Running on Debian Wheezy (3.2.0-1-amd64), my new Asus bluetooth
> > dongle didn't work. Made sure and get the correct firmware, but
> > the driver does not load it correctly.
> > 
> > [    8.364186] Bluetooth: Can't change to loading configuration err
> > [    8.364263] ath3k: probe of 2-4.3:1.0 failed with error -110
> > [    8.364300] usbcore: registered new interface driver ath3k
> > 
> > 
> > This is from a cold (power off) boot, but it happens repeatedly.
> > 
> > Any idea what could be wrong?
> > 
> > lsusb
> > Bus 002 Device 005: ID 0cf3:3000 Atheros Communications, Inc. AR3011 Bluetooth (no firmware)
> 
> you need to ask Atheros for details, but maybe just the firmware file is
> missing.

Already covered that.

It is failing here where it sends the firmware.

	memcpy(send_buf, firmware->data, 20);
	if ((err = usb_control_msg(udev, pipe,
				USB_REQ_DFU_DNLOAD,
				USB_TYPE_VENDOR, 0, 0,
				send_buf, 20, USB_CTRL_SET_TIMEOUT)) < 0) {
		BT_ERR("Can't change to loading configuration err");
		goto error;
	}

  reply	other threads:[~2012-02-17 15:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-17  1:35 ath3k: asus bluetooth dongle won't work Stephen Hemminger
2012-02-17  8:34 ` Marcel Holtmann
2012-02-17 15:56   ` Stephen Hemminger [this message]
2012-02-17 16:04     ` Marcel Holtmann
2012-02-17 19:20       ` Luis R. Rodriguez
2012-02-17 19:22         ` Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120217075638.7bbdef33@nehalam.linuxnetplumber.net \
    --to=shemminger@vyatta.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=mcgrof@qca.qualcomm.com \
    --cc=vkandukuri@atheros.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).