You are not logged in.

#1 2015-09-07 23:41:54

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Strange bluetooth thing my computer does while it's booting

I'm using 4.2 kernel but it has been happening since the installation. (4.0.6)

I have this thing: https://bbs.archlinux.org/viewtopic.php?id=176121
My computer can scan, can TRY to pair, but it won't.

BTW my laptop's keyboard interracts with hardware; so when BT is on, there is a white light and when it is of, there is a orange light. It starts orange, then it becomes white, and then orange again. Maybe it's nothing and rfkill unblock solves it, i dunno. After I do rfkill unblock, light becomes white.

Maybe this is the problem:
imgur.com/D4mOGtq (2689x4781px, wow my phone's camera is good)
Important part:

         Starting Network Manager...
[  OK  ] Started D-Bus System Message Bus.
         Starting RFKill-Block bluetooth...

...

[  OK  ] Created slice system-systemd\x2drfkill.slice.
         Starting Load/Save RF Kill Switch Status of rfkill0.
[  OK  ] Reached target Bluetooth.
[  OK  ] Stopped target Bluetooth.
[  OK  ] Stopped Load/Save RF Kill Switch Status of rfkill0.
[  OK  ] Started Network Manager.
[  OK  ] Reached target Network.

Sorry for bad English sad

Last edited by betseg (2015-09-07 23:45:08)

Offline

#2 2015-09-08 08:33:18

KelSmith
Member
From: Leeds, West Yorkshire, UK
Registered: 2015-09-08
Posts: 1
Website

Re: Strange bluetooth thing my computer does while it's booting

The problem is probably 'systemd'

Offline

#3 2015-09-08 14:30:02

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: Strange bluetooth thing my computer does while it's booting

KelSmith wrote:

The problem is probably 'systemd'

You registered to post that little pearl of wisdom?  Don't repeat it.
https://wiki.archlinux.org/index.php/Fo … o_trolling


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2015-09-08 14:36:59

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: Strange bluetooth thing my computer does while it's booting

What is the output of journalctl -b -u bluetooth   ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2015-09-08 14:46:23

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Re: Strange bluetooth thing my computer does while it's booting

$ journalctl -b -u bluetooth
-- No entries --

Offline

#6 2015-09-08 14:53:54

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: Strange bluetooth thing my computer does while it's booting

Okay, let's try dmesg | grep Bluetooth


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2015-09-08 15:16:09

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Re: Strange bluetooth thing my computer does while it's booting

$ dmesg | grep Bluetooth
[    1.881488] Bluetooth: Core ver 2.20
[    1.881510] Bluetooth: HCI device and connection manager initialized
[    1.881514] Bluetooth: HCI socket layer initialized
[    1.881517] Bluetooth: L2CAP socket layer initialized
[    1.881524] Bluetooth: SCO socket layer initialized

Offline

#8 2015-09-08 16:17:29

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: Strange bluetooth thing my computer does while it's booting

Yeah, based upon what I read in the other thread, and the output of that dmesg command, it looks like the kernel is not finding a driver for your card.
The next step should be where the kernel instantiates hci0.  When you entered bluetoothctl, I'll bet it did not print out a MAC address of your controller.  It would look like you could not type anything.

Verify that you did install https://aur.archlinux.org/packages/rtbth-dkms/.

Edit:  And this is not a systemd problem.

Last edited by ewaller (2015-09-08 16:17:50)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#9 2015-09-08 17:16:12

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Re: Strange bluetooth thing my computer does while it's booting

After rfkill, I can type. Also, rtbth is installed.

Offline

#10 2015-09-10 19:54:29

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Re: Strange bluetooth thing my computer does while it's booting

bump

Offline

#11 2015-09-11 16:01:32

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Re: Strange bluetooth thing my computer does while it's booting

 $ journalctl -b | grep -i bluetooth
Sep 11 18:55:17 arda-laptop kernel: Bluetooth: Core ver 2.20
Sep 11 18:55:17 arda-laptop kernel: Bluetooth: HCI device and connection manager initialized
Sep 11 18:55:17 arda-laptop kernel: Bluetooth: HCI socket layer initialized
Sep 11 18:55:17 arda-laptop kernel: Bluetooth: L2CAP socket layer initialized
Sep 11 18:55:17 arda-laptop kernel: Bluetooth: SCO socket layer initialized
Sep 11 18:55:19 arda-laptop systemd[1]: Starting RFKill-Block bluetooth...
Sep 11 18:55:19 arda-laptop systemd[1]: Started RFKill-Block bluetooth.
Sep 11 18:55:19 arda-laptop systemd[1]: Reached target Bluetooth.
Sep 11 18:55:19 arda-laptop systemd[1]: bluetooth.target: Unit not needed anymore. Stopping.
Sep 11 18:55:19 arda-laptop systemd[1]: Stopped target Bluetooth.
Sep 11 18:55:19 arda-laptop NetworkManager[439]: <info>  Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so)

hmm

Offline

Board footer

Powered by FluxBB