You are not logged in.

#1 2022-06-09 15:19:29

treeh0rse
Member
Registered: 2022-06-09
Posts: 33

[SOLVED] Bluetooth not detected

Hi, my blueooth adapter is not detected on arch. It worked out of the box in Manjaro.



My system:

inxi -FAZ --no-host
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_US:de",
        LC_ALL = (unset),
        LC_TIME = "en_DE.UTF-8",
        LANG = "en_DE.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
System:
  Kernel: 5.15.45-1-lts arch: x86_64 bits: 64 Desktop: KDE Plasma v: 5.24.5
    Distro: Arch Linux
Machine:
  Type: Laptop System: TUXEDO product: TUXEDO Book XP14 Gen12 v: N/A
    serial: <superuser required>
  Mobo: NB01 model: NV4XMB,ME,MZ serial: <superuser required> UEFI: INSYDE
    v: 1.07.14NRTR1 date: 08/24/2021
Battery:
  ID-1: BAT0 charge: 44.9 Wh (100.0%) condition: 44.9/49.4 Wh (91.0%)
CPU:
  Info: quad core model: 11th Gen Intel Core i7-1165G7 bits: 64 type: MT MCP
    cache: L2: 5 MiB
  Speed (MHz): avg: 1134 min/max: 400/4700 cores: 1: 1125 2: 1091 3: 1151
    4: 1346 5: 836 6: 1174 7: 1122 8: 1228
Graphics:
  Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] driver: i915 v: kernel
  Display: x11 server: X.Org v: 21.1.3 with: Xwayland v: 22.1.2 driver: X:
    loaded: modesetting gpu: i915 resolution: 1: 3840x2160 2: N/A
  OpenGL: renderer: Mesa Intel Xe Graphics (TGL GT2) v: 4.6 Mesa 22.1.1
Audio:
  Device-1: Intel Tiger Lake-LP Smart Sound Audio driver: snd_hda_intel
  Device-2: Realtek USB Audio type: USB driver: hid-generic,usbhid
  Sound Server-1: ALSA v: k5.15.45-1-lts running: yes
  Sound Server-2: PipeWire v: 0.3.51 running: yes
Network:
  Device-1: Intel Wi-Fi 6 AX201 driver: iwlwifi
  IF: wlan0 state: down mac: 22:0a:04:a2:0b:e4
  Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    driver: r8168
  IF: enp53s0 state: up speed: 1000 Mbps duplex: full
    mac: 80:fa:5b:87:db:87
  Device-3: Realtek RTL8153 Gigabit Ethernet Adapter type: USB
    driver: r8152
  IF: eth0 state: up speed: 1000 Mbps duplex: full mac: 00:e0:1b:80:0e:2c
  Device-4: Realtek RTL8153 Gigabit Ethernet Adapter type: USB
    driver: r8152
  IF: enp4s0u2u3 state: down mac: 48:bd:0e:00:04:81
  IF-ID-1: macvtap0 state: up speed: 1000 Mbps duplex: full
    mac: 52:54:00:fe:03:46
  IF-ID-2: virbr0 state: down mac: 52:54:00:82:75:8d
Drives:
  Local Storage: total: 931.51 GiB used: 468.02 GiB (50.2%)
  ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 EVO Plus 1TB
    size: 931.51 GiB
Partition:
  ID-1: / size: 931.01 GiB used: 467.84 GiB (50.3%) fs: btrfs
    dev: /dev/nvme0n1p2
  ID-2: /boot size: 510 MiB used: 179.3 MiB (35.2%) fs: vfat
    dev: /dev/nvme0n1p1
  ID-3: /home size: 931.01 GiB used: 467.84 GiB (50.3%) fs: btrfs
    dev: /dev/nvme0n1p2
  ID-4: /var/log size: 931.01 GiB used: 467.84 GiB (50.3%) fs: btrfs
    dev: /dev/nvme0n1p2
Swap:
  Alert: No swap data was found.
Sensors:
  System Temperatures: cpu: 54.0 C mobo: N/A
  Fan Speeds (RPM): N/A
Info:
  Processes: 247 Uptime: 6m Memory: 31.14 GiB used: 5.23 GiB (16.8%)
  Shell: Zsh inxi: 3.3.16

I read https://wiki.archlinux.org/title/Bluetooth

rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no

Can someone point me to the right way?

Last edited by treeh0rse (2022-06-09 16:30:00)

Offline

#2 2022-06-09 16:04:01

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,208

Re: [SOLVED] Bluetooth not detected

Which kernel on Manjaro? Bluetooth service started? Make sure you do not have a HW switch that disables BT completely and maybe post

pacman -Qs bluetooth
lsusb #usbutils
sudo dmesg | grep -iE 'bluetooth|btusb'

Likely unrelated but still possibly problematic, your locale is broken, this can happen due to some weird implementation details in Plasma, see https://wiki.archlinux.org/title/Locale … g_language

Offline

#3 2022-06-09 16:18:24

treeh0rse
Member
Registered: 2022-06-09
Posts: 33

Re: [SOLVED] Bluetooth not detected

uuuuhhhmmmm.... It was turned off in the bios. BT works now. big_smile

But thanks for your help.

Offline

#4 2022-06-09 16:20:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,208

Re: [SOLVED] Bluetooth not detected

Great please mark as [SOLVED] by editing the title in the first post.

Offline

#5 2022-06-09 16:30:10

treeh0rse
Member
Registered: 2022-06-09
Posts: 33

Re: [SOLVED] Bluetooth not detected

done. big_smile

Offline

Board footer

Powered by FluxBB