Bluetooth headset

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Dogs1985

Bluetooth headset

Post by Dogs1985 »

i want to ask i use bluetooth applet to connect my bluetooth headset. but i think the default passkey that bluetooth applet is using 0000 (am i right?) . but my bluetooth headset passkey is using 8888, then i need to go where to edit the passkey become 8888?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
hotweiss

Re: Bluetooth headset

Post by hotweiss »

Dogs1985 wrote:i want to ask i use bluetooth applet to connect my bluetooth headset. but i think the default passkey that bluetooth applet is using 0000 (am i right?) . but my bluetooth headset passkey is using 8888, then i need to go where to edit the passkey become 8888?
Does it not ask your for the pass key when you try to pair the two?
Dogs1985

Re: Bluetooth headset

Post by Dogs1985 »

no. didn't prompt any things to ask me input the device passkey. just direct use 0000, i think many phone is using 0000?
hotweiss

Re: Bluetooth headset

Post by hotweiss »

Dogs1985 wrote:no. didn't prompt any things to ask me input the device passkey. just direct use 0000, i think many phone is using 0000?
So what exactly happens when you try to pair the headset? Does it give you an error?
Dogs1985

Re: Bluetooth headset

Post by Dogs1985 »

directly say paring with headset failed.
hotweiss

Re: Bluetooth headset

Post by hotweiss »

Dogs1985 wrote:directly say paring with headset failed.
Sorry for asking an obvious question, but are you first putting the headset into pairing mode?
Dogs1985

Re: Bluetooth headset

Post by Dogs1985 »

i hold with 8 second, then use bluetooth applet to search it. after see the devices, i directly connect it. i say the message write using 0000 key to connect that devices. after that it display failed to paring that devices.

but the device is using key "8888". not "0000".
hotweiss

Re: Bluetooth headset

Post by hotweiss »

Dogs1985 wrote:i hold with 8 second, then use bluetooth applet to search it. after see the devices, i directly connect it. i say the message write using 0000 key to connect that devices. after that it display failed to paring that devices.

but the device is using key "8888". not "0000".
Here is the solution:

https://bugs.launchpad.net/ubuntu/+sour ... omments/90
Dogs1985

Re: Bluetooth headset

Post by Dogs1985 »

hotweiss wrote:
Dogs1985 wrote:i hold with 8 second, then use bluetooth applet to search it. after see the devices, i directly connect it. i say the message write using 0000 key to connect that devices. after that it display failed to paring that devices.

but the device is using key "8888". not "0000".
Here is the solution:

https://bugs.launchpad.net/ubuntu/+sour ... omments/90
it's really work. it will prompt a message tell me to input the pin.
but.. is that really always need a terminal to finish paring with devices? i mean other new devices? cannot fix this bugs?
hotweiss

Re: Bluetooth headset

Post by hotweiss »

There is also the option of applying a patch that will allow you to enter any pin:

USE AT YOUR OWN RISK

1) download this patch:

https://bugs.launchpad.net/ubuntu/+sour ... omments/86

2) apply it:

Just download the source of bluez-gnome:

Code: Select all

apt-get source bluez-gnome
Go to the source path of the wizard:

Code: Select all

cd bluez-gnome-1.8/wizard
Copy wizardhack.diff to here and apply the patch

Code: Select all

patch main.c < wizardhack.diff
Configure and build everything, but only install the wizard

Code: Select all

cd ..

Code: Select all

./configure
You probably will need these binaries:

Code: Select all

sudo apt-get install libdbus-glib-1-dev libgtk2.0-dev gconf2 libgconf2-dev libnotify1 libnotify-dev

Code: Select all

make

Code: Select all

cd wizard

Code: Select all

sudo make install
Reboot
Last edited by hotweiss on Mon Jan 12, 2009 7:13 am, edited 5 times in total.
Dogs1985

Re: Bluetooth headset

Post by Dogs1985 »

hotweiss wrote:There is also the option of applying a patch that will allow you to enter any pin:

USE AT YOUR OWN RISK

1) download this patch:

https://bugs.launchpad.net/ubuntu/+sour ... omments/86

2) apply it:

Just download the source of bluez-gnome:

Code: Select all

apt-get source bluez-gnome
Go to the source path of the wizard:

Code: Select all

cd bluez-gnome-1.8/wizard
Copy wizardhack.diff to here and apply the patch

Code: Select all

patch main.c < wizardhack.diff
Configure and build everything, but only install the wizard

Code: Select all

cd ..

Code: Select all

./configure

Code: Select all

make

Code: Select all

cd wizard

Code: Select all

sudo make install
can you compile a upgrade version and upload to mintupdate, so i can easily update it.
hotweiss

Re: Bluetooth headset

Post by hotweiss »

I'm using the 64 bit version now, but I just edited the instructions and included all of the dependencies that were asked for.
Locked

Return to “Hardware Support”