linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Natale Vinto <ebballon@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: Getting/setting Inquiry trasmit power level unsolved
Date: Sun, 15 Nov 2009 12:57:12 +0100	[thread overview]
Message-ID: <1258286232.3299.27.camel@violet> (raw)
In-Reply-To: <c6e9632c0911131047s565cc191w84d22bc1dff710a0@mail.gmail.com>

Hi Natale,

> I've this issue: while trying to get/set inquiry transmit power level
> from a bluetooth usb dongle on 2.6 kernels I got always this error:
> 
> Can't read inquiry transmit power level on hci0: Input/output error (5)
> 
> I've tried with any bluetooth usb dongle class (1.1, 2 and 2.1) from
> many vendors (ex. Sitecom, Trust, D-Link, Belkin, etc), in many 2.6.x
> kernels ( 2.6.{27,31} ) on Debian and Ubuntu machines using BlueZ 3.x
> and 4.x stack and I got always that error while trying to get the TPL
> with:
> 
> hciconfig <device> inqtpl
> 
> I searched a lot in mailing list archives and I haven't seen any
> solution for this issue, I've found maybe useful only this old email
> 
> http://osdir.com/ml/bluez.devel/2003-06/msg00140.html
> 
> where is suggested a CSR chipset based hardware.
> Also looking in sources I found that the problem comes from this pieces of code:
> 
> int8_t level;
> 
>         if (hci_read_inquiry_transmit_power_level(dd, &level, 1000) < 0) {
>             fprintf(stderr, "Can't read inquiry transmit power level
> on hci%d: %s (%d)\n",
>                         hdev, strerror(errno), errno);
>             exit(1);
>         }
> 
> My question is : how can I have the inqtpl option working? Should I
> buy only CSR hardware dongle? I'm considering usb dongle because they
> are the most common in the market, although it could be a linux-usb
> issue I wonder how to try to fix it!

what does hciconfig hci0 commands tell you? Does it show that this
command is supported by the firmware. And this is a pure 2.1 feature so
all older dongles will not have it.

Regards

Marcel



  reply	other threads:[~2009-11-15 11:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-13 18:47 Getting/setting Inquiry trasmit power level unsolved Natale Vinto
2009-11-15 11:57 ` Marcel Holtmann [this message]
2009-11-17 16:53   ` Natale Vinto
2009-11-17 20:56     ` Marcel Holtmann
2009-11-17 21:18       ` Natale Vinto
2009-11-18 17:59         ` Natale Vinto
2009-11-18 18:15           ` Marcel Holtmann
2009-11-27 18:11             ` Natale Vinto
2009-12-14 16:24               ` Natale Vinto
2009-12-14 17:55                 ` Marcel Holtmann
2009-12-23 13:53                   ` Steven Singer

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=1258286232.3299.27.camel@violet \
    --to=marcel@holtmann.org \
    --cc=ebballon@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /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).