You are not logged in.
Pages: 1
In my new arch install I am having trouble setting up my bluetooth
No devices are being shown in blueman/bluetoothctl
I have checked no device is blocked with rfkill
Also on my previous install everything used to work fine
but I think the bluetooth status is a little differet
====================================================================================================================
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
Active: active (running) since Sun 2024-10-20 10:53:40 IST; 1min 26s ago
Invocation: 9fb9d6245f08401a897b65781c303075
Docs: man:bluetoothd(8)
Main PID: 588 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 8502)
Memory: 3.3M (peak: 3.8M)
CPU: 63ms
CGroup: /system.slice/bluetooth.service
└─588 /usr/lib/bluetooth/bluetoothd
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/faststream
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/faststream_duplex
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSink/opus_05
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/opus_05
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Oct 20 10:54:21 divyanshXg bluetoothd[588]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/opus_05_duplex
==============================-===========================================================================================
I have tried restarting the service over and over even rebooting my pc
Also I am not on dual boot and use pipewire(but I guess device discoverability won't depend on it)
==============================================================================================================================
[divyansh@divyanshXg ~]$ bluetoothctl
Agent registered
[bluetooth]# power on
[bluetooth]# Changing power on succeeded
[bluetooth]# agent on
Agent is already registered
[bluetooth]# pairable on
[bluetooth]# Changing pairable on succeeded
[bluetooth]# scan on
[bluetooth]# SetDiscoveryFilter success
[bluetooth]# Discovery started
[bluetooth]# [CHG] Controller 74:4C:A1:83:91:CA Discovering: yes
[bluetooth]# show
Controller 74:4C:A1:83:91:CA (public)
Manufacturer: 0x0046 (70)
Version: 0x0b (11)
Name: divyanshXg
Alias: divyanshXg
Class: 0x006c010c (7078156)
Powered: yes
PowerState: on
Discoverable: no
DiscoverableTimeout: 0x000000b4 (180)
Pairable: yes
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Handsfree Audio Gateway (0000111f-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb)
UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
UUID: Vendor specific (03b80e5a-ede8-4b33-a751-6ce34ec4c700)
UUID: Handsfree (0000111e-0000-1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d054E
Discovering: yes
Roles: central
Roles: peripheral
Advertising Features:
ActiveInstances: 0x00 (0)
SupportedInstances: 0x14 (20)
SupportedIncludes: tx-power
SupportedIncludes: appearance
SupportedIncludes: local-name
SupportedSecondaryChannels: 1M
SupportedSecondaryChannels: 2M
SupportedSecondaryChannels: Coded
SupportedCapabilities.MinTxPower: 0xfffffff2 (-14)
SupportedCapabilities.MaxTxPower: 0x000d (13)
SupportedCapabilities.MaxAdvLen: 0xfb (251)
SupportedCapabilities.MaxScnRspLen: 0xfb (251)
SupportedFeatures: CanSetTxPower
SupportedFeatures: HardwareOffload
==========================================================================================================================
I have checked with lsmod | grep btusb
=================================================================================================
[divyansh@divyanshXg ~]$ lsmod |grep btusb
btusb 77824 0
btrtl 32768 1 btusb
btintel 69632 1 btusb
btbcm 24576 1 btusb
btmtk 32768 1 btusb
bluetooth 1093632 34 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
=============================================================================
Offline
You might be a victim of poor timing. https://bbs.archlinux.org/viewtopic.php?id=300382
You might try a different kernel to check. Or wait until the changes mentioned in that thread make their way into the Arch mainline kernel and try it again.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Can confirm this is fixed in linux 6.11.4.arch2-1.
Offline
Pages: 1