Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

345
Views
Can't type on bluetoothctl

My OS is Arch Linux. I just trying to use the bluetooth of my laptop using the terminal. I used bluetoothctlcommand, but I can't type anymore on it. I also run it with root privilege.

[x@X ~]$ sudo bluetoothctl
[sudo] password for X: 
[bluetooth]# 

I also check my bluetooth daemon using the systemctl status bluetoothcommand and it print something that I don't know what it is and I also don't know what to do next.

[x@X ~]$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; disabled; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:bluetoothd(8)
over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Your bluetooth service is dead [ Active: inactive (dead) ], so you can't use it.

To get it active and running [ Active: active (running) ], just do the following:

  • Load the generic bluetooth driver, if not already loaded by typing the following in your terminal:

    sudo modprobe btusb
    
  • Start the bluetooth service:

    sudo systemctl start bluetooth.service
    

Check the status again [ systemctl status bluetooth.service ] and you should find it's now active and running [ Active: active (running) ]

over 4 years ago · Santiago Trujillo Report

0

Your bluetoothd is not running, try sudo systemctl start bluetooth

over 4 years ago · Santiago Trujillo Report

0

This must be a security feature... it's really annoying when dealing with a SOC device with only one USB port, that reboots whenever you change the USB device due to constrained power...

chip@chip:~$ systemctl status bluetooth
� bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
Active: active (running) since Thu 2018-12-27 04:17:24 UTC; 44min ago
Docs: man:bluetoothd(8)
Main PID: 394 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
       ��394 /usr/lib/bluetooth/bluetoothd

chip@chip:~$ bluetoothctl
[bluetooth]# 

Can't type! Works fine on terminal... just remotely it doesn't.

Solution for me was:

chip@chip:~$ sudo bluetoothctl
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!