All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] newbie: automatic pairing with a mouse
@ 2005-06-02 19:48 Christopher J. Bottaro
  2005-06-02 20:27 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher J. Bottaro @ 2005-06-02 19:48 UTC (permalink / raw)
  To: bluez-users

Hi,
I have a laptop with internal bluetooth and an IOGear bluetooth mouse.  The
mouse pairs and works fine after I issue 'hidd --search', but if I reboot
my computer, I have to issue that command again for the mouse to be paired
again.  Also, if I don't use my mouse for a few mins, it will de-pair and I
have to issue another 'hidd --search' to get it working again.

My question is how do I get my computer to automatically pair with the mouse
everytime the mouse is near it and turned on?

I am using Fedora Core 3, if that matters.

I have read a few posts about this, but I'm very newb to this whole
bluetooth thing.  Here is what I've tried so far:

1) echo "HIDD_ENABLED=1\nHIDD_OPTIONS="--server" > /etc/default/bluez-utils
2) turning on authentication and encryption in hcid.conf.  This produced a
link_key file after pairing, but didn't alleviate my problem.

Thank you for the help.

P.S.  Yes, I've read the thread titled 'Automatically accepting pairing from
a mouse?', but the suggested solution didn't work for me (nor made any
sense to me).



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] newbie: automatic pairing with a mouse
  2005-06-02 19:48 [Bluez-users] newbie: automatic pairing with a mouse Christopher J. Bottaro
@ 2005-06-02 20:27 ` Marcel Holtmann
  2005-06-02 21:25   ` [Bluez-users] " Christopher J. Bottaro
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2005-06-02 20:27 UTC (permalink / raw)
  To: bluez-users

Hi Christoper,

> I have a laptop with internal bluetooth and an IOGear bluetooth mouse.  The
> mouse pairs and works fine after I issue 'hidd --search', but if I reboot
> my computer, I have to issue that command again for the mouse to be paired
> again.  Also, if I don't use my mouse for a few mins, it will de-pair and I
> have to issue another 'hidd --search' to get it working again.
> 
> My question is how do I get my computer to automatically pair with the mouse
> everytime the mouse is near it and turned on?
> 
> I am using Fedora Core 3, if that matters.
> 
> I have read a few posts about this, but I'm very newb to this whole
> bluetooth thing.  Here is what I've tried so far:
> 
> 1) echo "HIDD_ENABLED=1\nHIDD_OPTIONS="--server" > /etc/default/bluez-utils
> 2) turning on authentication and encryption in hcid.conf.  This produced a
> link_key file after pairing, but didn't alleviate my problem.

you must make sure that "hidd --server" is running as root to accept
re-connections. I don't know how the Fedore Core init scripts are
designed, but in general they should support it.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* [Bluez-users] Re: newbie: automatic pairing with a mouse
  2005-06-02 20:27 ` Marcel Holtmann
@ 2005-06-02 21:25   ` Christopher J. Bottaro
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher J. Bottaro @ 2005-06-02 21:25 UTC (permalink / raw)
  To: bluez-users

<posted & mailed>

Marcel Holtmann wrote:

> Hi Christoper,
> 
>> I have a laptop with internal bluetooth and an IOGear bluetooth mouse. 
>> The mouse pairs and works fine after I issue 'hidd --search', but if I
>> reboot my computer, I have to issue that command again for the mouse to
>> be paired
>> again.  Also, if I don't use my mouse for a few mins, it will de-pair and
>> I have to issue another 'hidd --search' to get it working again.
>> 
>> My question is how do I get my computer to automatically pair with the
>> mouse everytime the mouse is near it and turned on?
>> 
>> I am using Fedora Core 3, if that matters.
>> 
>> I have read a few posts about this, but I'm very newb to this whole
>> bluetooth thing.  Here is what I've tried so far:
>> 
>> 1) echo "HIDD_ENABLED=1\nHIDD_OPTIONS="--server" >
>> /etc/default/bluez-utils
>> 2) turning on authentication and encryption in hcid.conf.  This produced
>> a link_key file after pairing, but didn't alleviate my problem.
> 
> you must make sure that "hidd --server" is running as root to accept
> re-connections. I don't know how the Fedore Core init scripts are
> designed, but in general they should support it.

Thank you very much, that did it.  For anyone running Fedora Core, here are
the steps I took:
1)  echo HIDDARGS=\"--server\" > /etc/sysconfig/hidd
2)  chkconfig --level 35 hidd on

-- C
 
> Regards
> 
> Marcel
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2005-06-02 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-02 19:48 [Bluez-users] newbie: automatic pairing with a mouse Christopher J. Bottaro
2005-06-02 20:27 ` Marcel Holtmann
2005-06-02 21:25   ` [Bluez-users] " Christopher J. Bottaro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.