<SOLVED> bluetooth ear buds configuration (TRNDlabs)

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
edcompsci
Level 2
Level 2
Posts: 69
Joined: Fri Dec 21, 2012 5:25 pm

<SOLVED> bluetooth ear buds configuration (TRNDlabs)

Post by edcompsci »

NOt limiting this thread to just TRNDlabs, but that's the brand I have.

I have linux program blueman installed, and it recognizes my usb bluetooth adapter, but when I try to pair my earbuds to it, it asks me to enter the pin into the device I'm pairing to. Of course, ear buds don't have a keyboard in order to enter the pin to.

I tried to skip pairing and it says connected but I don't hear anything.

Anyone know how to do this? If I hold the earbuds really close to the adapter I see it tries to pair then goes to Page Timeout.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
edcompsci
Level 2
Level 2
Posts: 69
Joined: Fri Dec 21, 2012 5:25 pm

Re: bluetooth ear buds configuration (TRNDlabs)

Post by edcompsci »

JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: bluetooth ear buds configuration (TRNDlabs)

Post by JeremyB »

I am not familiar with how earbuds work or what bluetooth standard they follow. What desktop are you using? Cinnamon, Mate, XFCE? Then open a terminal window or konsole and provide the results from these commands

Code: Select all

lsusb; pactl list short; dmesg | grep -i firmware
edcompsci
Level 2
Level 2
Posts: 69
Joined: Fri Dec 21, 2012 5:25 pm

Re: bluetooth ear buds configuration (TRNDlabs)

Post by edcompsci »

JeremyB wrote:I am not familiar with how earbuds work or what bluetooth standard they follow. What desktop are you using? Cinnamon, Mate, XFCE? Then open a terminal window or konsole and provide the results from these commands

Code: Select all

lsusb; pactl list short; dmesg | grep -i firmware

Linux Mint 17.1 Rebecca with Mate and Cinnamon


Code: Select all

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 0cf2:6230 ENE Technology, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 010: ID 148f:3573 Ralink Technology, Corp. RT3573 Wireless Adapter
Bus 001 Device 009: ID 040a:405d Kodak Co. 
Bus 001 Device 004: ID 058f:6254 Alcor Micro Corp. USB Hub
Bus 001 Device 003: ID 058f:6254 Alcor Micro Corp. USB Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
0	module-device-restore		
1	module-stream-restore		
2	module-card-restore		
3	module-augment-properties		
4	module-alsa-card	device_id="0" name="pci-0000_00_14.2" card_name="alsa_card.pci-0000_00_14.2" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=no card_properties="module-udev-detect.discovered=1"	
5	module-udev-detect	use_ucm=0	
6	module-bluetooth-policy		
8	module-native-protocol-unix		
9	module-default-device-restore		
10	module-rescue-streams		
11	module-always-sink		
12	module-intended-roles		
13	module-suspend-on-idle		
14	module-systemd-login		
15	module-position-event-sounds		
16	module-filter-heuristics		
17	module-filter-apply		
18	module-switch-on-port-available		
19	module-x11-publish	display=:0	
20	module-x11-bell	display=:0 sample=bell.ogg	
21	module-x11-cork-request	display=:0	
22	module-x11-xsmp	display=:0 session_manager=local/Zotac-760GMAT-A-E:@/tmp/.ICE-unix/1944,unix/Zotac-760GMAT-A-E:/tmp/.ICE-unix/1944	
0	alsa_output.pci-0000_00_14.2.analog-stereo	module-alsa-card.c	s16le 2ch 44100Hz	RUNNING
0	alsa_output.pci-0000_00_14.2.analog-stereo.monitor	module-alsa-card.c	s16le 2ch 44100Hz	IDLE
1	alsa_input.pci-0000_00_14.2.analog-stereo	module-alsa-card.c	s16le 2ch 44100Hz	SUSPENDED
7	0	15	protocol-native.c	s16le 2ch 44100Hz
0	module-systemd-login.c	(null)
1	protocol-native.c	mate-settings-daemon
6	module-x11-xsmp.c	(null)
7	protocol-native.c	mate-volume-control-applet
8	protocol-native.c	python2.7
15	protocol-native.c	plugin-container
16	protocol-native.c	pactl
0	alsa_card.pci-0000_00_14.2	module-alsa-card.c

JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: bluetooth ear buds configuration (TRNDlabs)

Post by JeremyB »

With Cinnamon you should be able to remove blueman and still use bluetooth as blueman has a bug that will remove a needed part of pulse audio at every boot.

When I used Blueman I had to

Code: Select all

sudo pactl load-module module-bluetooth-discover
after a reboot, then unpair the audio device and pair with it again to be able to use it
edcompsci
Level 2
Level 2
Posts: 69
Joined: Fri Dec 21, 2012 5:25 pm

Re: bluetooth ear buds configuration (TRNDlabs)

Post by edcompsci »

Thanks, I will try that and post results as soon as I recharge my earbuds and try the command.
edcompsci
Level 2
Level 2
Posts: 69
Joined: Fri Dec 21, 2012 5:25 pm

Re: bluetooth ear buds configuration (TRNDlabs)

Post by edcompsci »

I am brand new to trying to configure any kind of bluetooth usb adapter. Does the adapter have to be the same brand as the earbuds, because they are not.

I used the command you provided but now I have no way, unless there's a terminal command maybe, to see that the buds are paired. I can turn the buds on and I get the message saying they turned on, but I'm not hearing any music. I will have to reread instructions but in case anyone knows anything to help, please share.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: bluetooth ear buds configuration (TRNDlabs)

Post by JeremyB »

The adapter does not need to be the same brand as the earbuds. Your bluetooth adapter has a history of issues even in Windows and might be failing
edcompsci
Level 2
Level 2
Posts: 69
Joined: Fri Dec 21, 2012 5:25 pm

Re: bluetooth ear buds configuration (TRNDlabs)

Post by edcompsci »

Okay. Thanks for your help.


One last question, do you recommend any particular adapter?
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: bluetooth ear buds configuration (TRNDlabs)

Post by JeremyB »

For an external USB dongle, I like my IOGear GBU521 and it should work fine with A2DP audio and earbuds without any meddling. If you want to use HSP/HFP(headset/hands-free for a phone) then it needs firmware that can be found on the internet
edcompsci
Level 2
Level 2
Posts: 69
Joined: Fri Dec 21, 2012 5:25 pm

Re: bluetooth ear buds configuration (TRNDlabs)

Post by edcompsci »

That together with what I just found may help:

http://ubuntuforums.org/showthread.php?t=1061082

What I notice is that the instructions for the earbuds say to finish pairing I'm to enter the pairing code into the device, but the device is the earbuds, and they don't have any place to enter a code.


I'll look back at this a little later.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: bluetooth ear buds configuration (TRNDlabs)

Post by JeremyB »

With the Bluetooth Manager in Linux Mint Cinnamon, when you add a new device you can choose PIN options and select automatic, 0000, 1234, and other options
edcompsci
Level 2
Level 2
Posts: 69
Joined: Fri Dec 21, 2012 5:25 pm

Re: bluetooth ear buds configuration (TRNDlabs)

Post by edcompsci »

Thanks for everyone's help. I'm marking this solved because the earbuds work on my new zbox nano as far as pairing, but still I am working on the audio being recognized by alsa or pulseaudio, which has been submitted using apport, since I am using them on Ubuntu Studio..
Locked

Return to “Networking”