public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Override default inquiry mode?
@ 2008-07-04 20:55 Norbert Unterberg
  2008-07-04 21:42 ` Mumia W..
  2008-07-05 17:19 ` Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Norbert Unterberg @ 2008-07-04 20:55 UTC (permalink / raw)
  To: bluez-users

Hi,

I have got one of those tiny bluetooth USB adapters
(http://www.anycom.com/products/bluetooth_it_pc_accessoires/?id=102&group_id=3,
Broadcom chipset) and want to use it on my EEE PC. However, it does not work as
I hoped.

The adapter only works after setting the inquiry mode from RSSI/Extended to
standard mode using
hciconfig hcio reset
hciconfig hci0 inqmode 0

Is there any way to tell the bluetooth stack (i.e. in one of its config files)
to always use the standard mode for this adapter, or even for all adapters?

Norbert


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Override default inquiry mode?
  2008-07-04 20:55 [Bluez-users] Override default inquiry mode? Norbert Unterberg
@ 2008-07-04 21:42 ` Mumia W..
  2008-07-05  6:22   ` Norbert Unterberg
  2008-07-05 17:19 ` Marcel Holtmann
  1 sibling, 1 reply; 6+ messages in thread
From: Mumia W.. @ 2008-07-04 21:42 UTC (permalink / raw)
  To: BlueZ users

On 07/04/2008 03:55 PM, Norbert Unterberg wrote:
> Hi,
> 
> I have got one of those tiny bluetooth USB adapters
> (http://www.anycom.com/products/bluetooth_it_pc_accessoires/?id=102&group_id=3,
> Broadcom chipset) and want to use it on my EEE PC. However, it does not work as
> I hoped.
> 
> The adapter only works after setting the inquiry mode from RSSI/Extended to
> standard mode using
> hciconfig hcio reset
> hciconfig hci0 inqmode 0
> 
> Is there any way to tell the bluetooth stack (i.e. in one of its config files)
> to always use the standard mode for this adapter, or even for all adapters?
> 
> Norbert
> 

I have remarkably little knowledge of Bluetooth, and I haven't had any 
experience with the EeePC, but I suspect that you could create a startup 
script that performs those "hciconfig" actions.



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Override default inquiry mode?
  2008-07-04 21:42 ` Mumia W..
@ 2008-07-05  6:22   ` Norbert Unterberg
  0 siblings, 0 replies; 6+ messages in thread
From: Norbert Unterberg @ 2008-07-05  6:22 UTC (permalink / raw)
  To: bluez-users



Mumia W.. schrieb:
> On 07/04/2008 03:55 PM, Norbert Unterberg wrote:

>> I have got one of those tiny bluetooth USB adapters
>> (http://www.anycom.com/products/bluetooth_it_pc_accessoires/?id=102&group_id=3,
>> Broadcom chipset) and want to use it on my EEE PC. However, it does not work as
>> I hoped.
>>
>> The adapter only works after setting the inquiry mode from RSSI/Extended to
>> standard mode using
>> hciconfig hcio reset
>> hciconfig hci0 inqmode 0
>>
>> Is there any way to tell the bluetooth stack (i.e. in one of its config files)
>> to always use the standard mode for this adapter, or even for all adapters?

>>
> 
> I have remarkably little knowledge of Bluetooth, and I haven't had any 
> experience with the EeePC, but I suspect that you could create a startup 
> script that performs those "hciconfig" actions.

That only works if the USB bluetooth adapter is plugged in during system start. 
If I plug the adapter in after the system is running it uses the default 
(extended) mode. Or is there a hook script running every time an adapter is 
plugged in?



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Override default inquiry mode?
  2008-07-04 20:55 [Bluez-users] Override default inquiry mode? Norbert Unterberg
  2008-07-04 21:42 ` Mumia W..
@ 2008-07-05 17:19 ` Marcel Holtmann
  2008-07-05 19:39   ` Norbert Unterberg
  1 sibling, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2008-07-05 17:19 UTC (permalink / raw)
  To: BlueZ users

Hi Norbert,

> I have got one of those tiny bluetooth USB adapters
> (http://www.anycom.com/products/bluetooth_it_pc_accessoires/?id=102&group_id=3,
> Broadcom chipset) and want to use it on my EEE PC. However, it does not work as
> I hoped.
> 
> The adapter only works after setting the inquiry mode from RSSI/Extended to
> standard mode using
> hciconfig hcio reset
> hciconfig hci0 inqmode 0
> 
> Is there any way to tell the bluetooth stack (i.e. in one of its config files)
> to always use the standard mode for this adapter, or even for all adapters?

what is your problem with using a better inquiry mode? We haven't had
any problem with this in a long long time. Your application might be
broken actually if it can't deal with more advanced inquiry modes.

However hcid.conf should have a inqmode setting.

Regards

Marcel



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Override default inquiry mode?
  2008-07-05 17:19 ` Marcel Holtmann
@ 2008-07-05 19:39   ` Norbert Unterberg
  2008-07-06 11:00     ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Norbert Unterberg @ 2008-07-05 19:39 UTC (permalink / raw)
  To: bluez-users

Marcel Holtmann wrote:

>> I have got one of those tiny bluetooth USB adapters
>> (http://www.anycom.com/products/bluetooth_it_pc_accessoires/?id=102&group_id=3,
>> Broadcom chipset) and want to use it on my EEE PC. However, it does not work as
>> I hoped.
>>
>> The adapter only works after setting the inquiry mode from RSSI/Extended to
>> standard mode using
>> hciconfig hcio reset
>> hciconfig hci0 inqmode 0
>>
>> Is there any way to tell the bluetooth stack (i.e. in one of its config files)
>> to always use the standard mode for this adapter, or even for all adapters?
> 
> what is your problem with using a better inquiry mode? We haven't had
> any problem with this in a long long time. Your application might be
> broken actually if it can't deal with more advanced inquiry modes.

The problem is notwith my application but with hciconfig and hcitool:

asus-931342168:/root> hciconfig -a
hci0:   Type: USB
         BD Address: 00:0A:3A:82:06:80 ACL MTU: 1021:8 SCO MTU: 64:1
         UP RUNNING
         RX bytes:163 acl:0 sco:0 events:19 errors:0
         TX bytes:564 acl:0 sco:0 commands:19 errors:0
         Features: 0xff 0xff 0x8f 0xfe 0x9b 0xff 0x79 0x83
         Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
         Link policy: RSWITCH HOLD SNIFF PARK
         Link mode: SLAVE ACCEPT
Can't read local name on hci0: Input/output error (5)
asus-931342168:/root> hcitool scan
Scanning ...
Inquiry failed: Connection timed out

I guess it is a problem with the bluetooth adapter's firmware.

> However hcid.conf should have a inqmode setting.

I'll try. Is there a hcid.conf reference? man hcid.conf does not show a 
inqmode setting.

Norbert


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Override default inquiry mode?
  2008-07-05 19:39   ` Norbert Unterberg
@ 2008-07-06 11:00     ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2008-07-06 11:00 UTC (permalink / raw)
  To: BlueZ users

Hi Norbert,
 
> >> I have got one of those tiny bluetooth USB adapters
> >> (http://www.anycom.com/products/bluetooth_it_pc_accessoires/?id=102&group_id=3,
> >> Broadcom chipset) and want to use it on my EEE PC. However, it does not work as
> >> I hoped.
> >>
> >> The adapter only works after setting the inquiry mode from RSSI/Extended to
> >> standard mode using
> >> hciconfig hcio reset
> >> hciconfig hci0 inqmode 0
> >>
> >> Is there any way to tell the bluetooth stack (i.e. in one of its config files)
> >> to always use the standard mode for this adapter, or even for all adapters?
> > 
> > what is your problem with using a better inquiry mode? We haven't had
> > any problem with this in a long long time. Your application might be
> > broken actually if it can't deal with more advanced inquiry modes.
> 
> The problem is notwith my application but with hciconfig and hcitool:
> 
> asus-931342168:/root> hciconfig -a
> hci0:   Type: USB
>          BD Address: 00:0A:3A:82:06:80 ACL MTU: 1021:8 SCO MTU: 64:1
>          UP RUNNING
>          RX bytes:163 acl:0 sco:0 events:19 errors:0
>          TX bytes:564 acl:0 sco:0 commands:19 errors:0
>          Features: 0xff 0xff 0x8f 0xfe 0x9b 0xff 0x79 0x83
>          Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
>          Link policy: RSWITCH HOLD SNIFF PARK
>          Link mode: SLAVE ACCEPT
> Can't read local name on hci0: Input/output error (5)
> asus-931342168:/root> hcitool scan
> Scanning ...
> Inquiry failed: Connection timed out
> 
> I guess it is a problem with the bluetooth adapter's firmware.
> 
> > However hcid.conf should have a inqmode setting.
> 
> I'll try. Is there a hcid.conf reference? man hcid.conf does not show a 
> inqmode setting.

you might have to load hci_usb driver with reset=1 module parameter.

Regards

Marcel



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-07-06 11:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 20:55 [Bluez-users] Override default inquiry mode? Norbert Unterberg
2008-07-04 21:42 ` Mumia W..
2008-07-05  6:22   ` Norbert Unterberg
2008-07-05 17:19 ` Marcel Holtmann
2008-07-05 19:39   ` Norbert Unterberg
2008-07-06 11:00     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox