Waiting to connect to bluetoothd
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I can't invoke my bluetoothctl
anymore. It waits for connections withouth success showing this in the terminal:
me@mashin:~$ bluetoothctl
Waiting to connect to bluetoothd...
Any suggestion how to start the joyful debuging?
I am using Debian 9.2.
Edit
Output of sudo systemctl status bluetooth.service
â bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)
debian bluetooth
add a comment |Â
up vote
2
down vote
favorite
I can't invoke my bluetoothctl
anymore. It waits for connections withouth success showing this in the terminal:
me@mashin:~$ bluetoothctl
Waiting to connect to bluetoothd...
Any suggestion how to start the joyful debuging?
I am using Debian 9.2.
Edit
Output of sudo systemctl status bluetooth.service
â bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)
debian bluetooth
2
Please add the output ofsudo systemctl status bluetooth.service
to the question.
â Ferenc Wágner
Nov 7 '17 at 6:47
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I can't invoke my bluetoothctl
anymore. It waits for connections withouth success showing this in the terminal:
me@mashin:~$ bluetoothctl
Waiting to connect to bluetoothd...
Any suggestion how to start the joyful debuging?
I am using Debian 9.2.
Edit
Output of sudo systemctl status bluetooth.service
â bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)
debian bluetooth
I can't invoke my bluetoothctl
anymore. It waits for connections withouth success showing this in the terminal:
me@mashin:~$ bluetoothctl
Waiting to connect to bluetoothd...
Any suggestion how to start the joyful debuging?
I am using Debian 9.2.
Edit
Output of sudo systemctl status bluetooth.service
â bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)
debian bluetooth
edited Nov 7 '17 at 10:02
asked Nov 5 '17 at 10:09
ateymuri
4011620
4011620
2
Please add the output ofsudo systemctl status bluetooth.service
to the question.
â Ferenc Wágner
Nov 7 '17 at 6:47
add a comment |Â
2
Please add the output ofsudo systemctl status bluetooth.service
to the question.
â Ferenc Wágner
Nov 7 '17 at 6:47
2
2
Please add the output of
sudo systemctl status bluetooth.service
to the question.â Ferenc Wágner
Nov 7 '17 at 6:47
Please add the output of
sudo systemctl status bluetooth.service
to the question.â Ferenc Wágner
Nov 7 '17 at 6:47
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
I had the same problem. I found a solution on archlinux.org's forums.
I had to load the kernel module btusb
.
To test if this will solve the problem for you, run as root :
modprobe btusb
systemctl start bluetooth
then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:
btusb
at the end of the file /etc/modules
.
You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):
systemctl enable bluetooth
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
I had the same problem. I found a solution on archlinux.org's forums.
I had to load the kernel module btusb
.
To test if this will solve the problem for you, run as root :
modprobe btusb
systemctl start bluetooth
then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:
btusb
at the end of the file /etc/modules
.
You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):
systemctl enable bluetooth
add a comment |Â
up vote
3
down vote
I had the same problem. I found a solution on archlinux.org's forums.
I had to load the kernel module btusb
.
To test if this will solve the problem for you, run as root :
modprobe btusb
systemctl start bluetooth
then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:
btusb
at the end of the file /etc/modules
.
You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):
systemctl enable bluetooth
add a comment |Â
up vote
3
down vote
up vote
3
down vote
I had the same problem. I found a solution on archlinux.org's forums.
I had to load the kernel module btusb
.
To test if this will solve the problem for you, run as root :
modprobe btusb
systemctl start bluetooth
then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:
btusb
at the end of the file /etc/modules
.
You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):
systemctl enable bluetooth
I had the same problem. I found a solution on archlinux.org's forums.
I had to load the kernel module btusb
.
To test if this will solve the problem for you, run as root :
modprobe btusb
systemctl start bluetooth
then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:
btusb
at the end of the file /etc/modules
.
You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):
systemctl enable bluetooth
answered Dec 27 '17 at 13:50
Gabriel Devillers
278129
278129
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402623%2fwaiting-to-connect-to-bluetoothd%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
Please add the output of
sudo systemctl status bluetooth.service
to the question.â Ferenc Wágner
Nov 7 '17 at 6:47