bluetooth working, but not

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
highmtns420
Level 1
Level 1
Posts: 5
Joined: Tue Nov 30, 2021 9:22 pm

bluetooth working, but not

Post by highmtns420 »

I'm not a Linux heavyweight, but I can usually figure things out (eventually), so please go lightly on me. I have gone through a whole bunch of posts looking for a solution and I have not found what I am looking for, or if I have, I don't recognize it. The blue tooth adapter shows on and gave it a name, but I can't see it in my android discovery list and when I put the android device in discovery mode it doesn't show up on my Mint system.

From the data dump below there were a few things that stood out. The MAC ID for the blue tooth adapter is 00's and that the pacmd and pulseaudio commands said it has some kind of permission issue, but I do have sound.

If there's more syuff needed, please let me know.

From looking at the other posts, here's some of the info that you'll probably want to see:

Code: Select all

sudo inxi -Fxxxrz
System:    Host: newlyminted Kernel: 5.4.0-91-generic x86_64 bits: 64 compiler: gcc v: 7.5.0 
           Desktop: Cinnamon 4.4.8 wm: muffin 4.4.4 dm: LightDM 1.26.0 Distro: Linux Mint 19.3 Tricia 
           base: Ubuntu 18.04 bionic 
Machine:   Type: Desktop System: Dell product: XPS 8700 v: N/A serial: <filter> Chassis: type: 3 
           serial: <filter> 
           Mobo: Dell model: 0KWVT8 v: A00 serial: <filter> BIOS: Dell v: A14 date: 05/31/2019 
CPU:       Topology: Quad Core model: Intel Core i7-4770 bits: 64 type: MT MCP arch: Haswell rev: 3 
           L1 cache: 256 KiB L2 cache: 8192 KiB L3 cache: 8192 KiB 
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 54272 
           Speed: 991 MHz min/max: 800/3900 MHz Core speeds (MHz): 1: 1005 2: 1040 3: 937 4: 983 5: 1009 
           6: 985 7: 1114 8: 941 
Graphics:  Device-1: AMD Turks PRO [Radeon HD 7570] vendor: Dell driver: radeon v: kernel bus ID: 01:00.0 
           chip ID: 1002:675d 
           Display: server: X.Org 1.20.8 driver: ati,radeon unloaded: fbdev,modesetting,vesa 
           resolution: 1920x1080~60Hz 
           OpenGL: renderer: AMD TURKS (DRM 2.50.0 / 5.4.0-91-generic LLVM 10.0.0) v: 3.3 Mesa 20.0.8 
           compat-v: 3.1 direct render: Yes 
Audio:     Device-1: Intel 8 Series/C220 Series High Definition Audio vendor: Dell driver: snd_hda_intel 
           v: kernel bus ID: 00:1b.0 chip ID: 8086:8c20 
           Device-2: AMD Turks HDMI Audio [Radeon HD 6500/6600 / 6700M Series] vendor: Dell 
           driver: snd_hda_intel v: kernel bus ID: 01:00.1 chip ID: 1002:aa90 
           Sound Server: ALSA v: k5.4.0-91-generic 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Dell driver: r8169 
           v: kernel port: d000 bus ID: 03:00.0 chip ID: 10ec:8168 
           IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
           Device-2: Qualcomm Atheros AR9485 Wireless Network Adapter vendor: Dell driver: ath9k v: kernel 
           port: d000 bus ID: 04:00.0 chip ID: 168c:0032 
           IF: wlp4s0 state: down mac: <filter> 
           Device-3: Atheros type: USB driver: btusb bus ID: 3-13:7 chip ID: 0cf3:e004 serial: <filter> 
Drives:    Local Storage: total: 2.73 TiB used: 152.78 GiB (5.5%) 
           ID-1: /dev/sda vendor: Seagate model: ST2000DL003-9VT166 size: 1.82 TiB speed: 6.0 Gb/s 
           rotation: 5900 rpm serial: <filter> rev: CC3C temp: 34 C scheme: MBR 
           ID-2: /dev/sdb vendor: Seagate model: ST1000DM003-1CH162 size: 931.51 GiB speed: 6.0 Gb/s 
           rotation: 7200 rpm serial: <filter> rev: CC47 temp: 32 C scheme: GPT 
Partition: ID-1: / size: 1.79 TiB used: 152.78 GiB (8.3%) fs: ext4 dev: /dev/sda1 
Sensors:   System Temperatures: cpu: 33.0 C mobo: N/A gpu: radeon temp: 42 C 
           Fan Speeds (RPM): N/A 
Repos:     No active apt repos in: /etc/apt/sources.list 
           Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 
           1: deb http://packages.linuxmint.com tricia main upstream import backport #id:linuxmint_main
           2: deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
           3: deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
           4: deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
           5: deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
           6: deb http://archive.canonical.com/ubuntu/ bionic partner
           Active apt repos in: /etc/apt/sources.list.d/openshot_developers-ppa-bionic.list 
           1: deb http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main
           Active apt repos in: /etc/apt/sources.list.d/skype-stable.list 
           1: deb [arch=amd64] https://repo.skype.com/deb stable main
           Active apt repos in: /etc/apt/sources.list.d/teamviewer.list 
           1: deb https://linux.teamviewer.com/deb stable main
Info:      Processes: 269 Uptime: 20h 47m Memory: 15.59 GiB used: 3.33 GiB (21.3%) Init: systemd v: 237 
           runlevel: 5 Compilers: gcc: 7.5.0 alt: 7 Shell: bash (sudo) v: 4.4.20 
           running in: gnome-terminal inxi: 3.0.32 

Code: Select all

sudo lspci
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1c.7 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #8 (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z87 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 7570]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Turks HDMI Audio [Radeon HD 6500/6600 / 6700M Series]
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)

Code: Select all

sudo pacmd list-cards
Home directory not accessible: Permission denied
No PulseAudio daemon running, or not running as session daemon.

Code: Select all

sudo pulseaudio --check
E: [pulseaudio] core-util.c: Home directory not accessible: Permission denied

Code: Select all

sudo lsusb; dmesg | egrep -i 'blue|firm'
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 0bda:0182 Realtek Semiconductor Corp. 
Bus 003 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
Bus 003 Device 007: ID 0cf3:e004 Atheros Communications, Inc. 
Bus 003 Device 005: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 003 Device 008: ID 413c:2111 Dell Computer Corp. 
Bus 003 Device 006: ID 0461:4d22 Primax Electronics, Ltd 
Bus 003 Device 004: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    0.127402] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.152100] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    3.196745] usb 3-13: Product: Bluetooth USB Host Controller
[   14.438209] Bluetooth: Core ver 2.22
[   14.438226] Bluetooth: HCI device and connection manager initialized
[   14.438228] Bluetooth: HCI socket layer initialized
[   14.438229] Bluetooth: L2CAP socket layer initialized
[   14.438231] Bluetooth: SCO socket layer initialized
[   16.943103] Bluetooth: hci0: command 0x1009 tx timeout
[   23.625349] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   23.625351] Bluetooth: BNEP filters: protocol multicast
[   23.625354] Bluetooth: BNEP socket layer initialized

Code: Select all

sudo dmesg | grep -i bluetooth
[    3.196745] usb 3-13: Product: Bluetooth USB Host Controller
[   14.438209] Bluetooth: Core ver 2.22
[   14.438226] Bluetooth: HCI device and connection manager initialized
[   14.438228] Bluetooth: HCI socket layer initialized
[   14.438229] Bluetooth: L2CAP socket layer initialized
[   14.438231] Bluetooth: SCO socket layer initialized
[   16.943103] Bluetooth: hci0: command 0x1009 tx timeout
[   23.625349] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   23.625351] Bluetooth: BNEP filters: protocol multicast
[   23.625354] Bluetooth: BNEP socket layer initialized

Code: Select all

sudo rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

Code: Select all

sudo rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

Code: Select all

user@newlyminted:~$ sudo bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# power on
No default controller available
[bluetooth]# scan on
No default controller available
[bluetooth]# agent on
Agent is already registered

Code: Select all

sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2021-11-29 21:57:26 MST; 21h ago
     Docs: man:bluetoothd(8)
 Main PID: 1001 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─1001 /usr/lib/bluetooth/bluetoothd

Code: Select all

Nov 29 21:57:25 newlyminted systemd[1]: Starting Bluetooth service...
Nov 29 21:57:26 newlyminted bluetoothd[1001]: Bluetooth daemon 5.48
Nov 29 21:57:26 newlyminted bluetoothd[1001]: Starting SDP server
Nov 29 21:57:26 newlyminted bluetoothd[1001]: Bluetooth management interface 1.14 initialized
Nov 29 21:57:26 newlyminted systemd[1]: Started Bluetooth service.

Code: Select all

sudo hciconfig -a
hci0:	Type: Primary  Bus: USB
	BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
	DOWN 
	RX bytes:34 acl:0 sco:0 events:3 errors:0
	TX bytes:9 acl:0 sco:0 commands:4 errors:1
	Features: 0xff 0xfe 0x0d 0xfe 0xd8 0x7f 0x7b 0x87
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
	Link policy: 
	Link mode: SLAVE ACCEPT
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.
MenthaSuaveolens
Level 3
Level 3
Posts: 126
Joined: Wed Apr 25, 2012 3:43 pm
Location: Belgium

Re: bluetooth working, but not

Post by MenthaSuaveolens »

Click on the bluetooth-icon on the taskbar. Are there devices listed up?
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: bluetooth working, but not

Post by JeremyB »

Try a complete shutdown/power off and then boot cold. I have the same wifi/BT chipset in my Lenovo and I just used Bluetooth yesterday
highmtns420
Level 1
Level 1
Posts: 5
Joined: Tue Nov 30, 2021 9:22 pm

Re: bluetooth working, but not

Post by highmtns420 »

MenthaSuaveolens wrote: Thu Dec 02, 2021 5:40 am Click on the bluetooth-icon on the taskbar. Are there devices listed up?
Nothing shows up in the devices list and the PC doesn't show up on my devices.
highmtns420
Level 1
Level 1
Posts: 5
Joined: Tue Nov 30, 2021 9:22 pm

Re: bluetooth working, but not

Post by highmtns420 »

JeremyB wrote: Thu Dec 02, 2021 7:36 am Try a complete shutdown/power off and then boot cold. I have the same wifi/BT chipset in my Lenovo and I just used Bluetooth yesterday
Ok, I did that and now i see on my android the name of the PC, but when I try to pair I get a Could not pair. Please make sure PCname is in pairing mode and try again. I get the same kind of error on my iPad.

I was expecting the PC to come up with a pairing code to put into the devices.

The Bluetooth utility says: Visible as "PCname" name and available for Bluetooth file transfers. Searching for devices.
highmtns420
Level 1
Level 1
Posts: 5
Joined: Tue Nov 30, 2021 9:22 pm

Re: bluetooth working, but not - Solved

Post by highmtns420 »

GOT IT! Now where is the solved button?

This PC is a dual boot system, Windows 10 and Mint on 2 physical hard disks. I don't use the Windows side too much except for scanning, since the HP scanner drivers for Mint don't seem to work too well most of the time.

I swapped over to Windows to see if I had the same issues and found that the Bluetooth adapter had been disabled in Device Manager. I enabled it and tested it with my devices without a problem. I rebooted into Mint and I was able to connect to my devices.

Thanks for all of the suggestions!
RIH
Level 9
Level 9
Posts: 2892
Joined: Sat Aug 22, 2015 3:47 am

Re: bluetooth working, but not

Post by RIH »

GOT IT! Now where is the solved button?
No button.. :(
Go back to your first post, hit the edit icon (the pencil) & amend your title by adding the word Solved at the start or end of the original title..
Image
Locked

Return to “Hardware Support”