You are not logged in.

#1 2013-01-06 20:41:57

Zukaro
Member
From: Ontario, Canada
Registered: 2012-01-14
Posts: 32

No bluetooth adapters detected

Recently I got a new network card for my netbook (Acer Aspire One AOA150/ZG5) as this one supported bluetooth (the network card previously in my netbook didn't).  I got an Intel Centrino Wireless-N 1030 (as that one supports bluetooth), and when I use lspci it is listed.  I'm also able to connect to wifi with it just fine, but for some reason it's not appearing in my bluetooth adapters (I have installed the bluez package along with bluedevil for KDE and started the bluetooth daemon).  I'm not sure what the issue is, and I've been looking around on Google trying to find an answer (with no luck so far).

So I was wondering if anyone had any ideas that could help me out.

Offline

#2 2013-01-07 07:22:23

hunterthomson
Member
Registered: 2008-06-22
Posts: 794
Website

Re: No bluetooth adapters detected

Good lspci is showing the Bluetooth device.
Next, try running this command. It will display all the local Bluetooth devices that are installed and working.

hcitool dev

OpenBSD-current Thinkpad X230, i7-3520M, 16GB CL9 Kingston, Samsung 830 256GB
Contributor: linux-grsec

Offline

#3 2013-01-07 09:21:28

Zukaro
Member
From: Ontario, Canada
Registered: 2012-01-14
Posts: 32

Re: No bluetooth adapters detected

hunterthomson wrote:

Good lspci is showing the Bluetooth device.
Next, try running this command. It will display all the local Bluetooth devices that are installed and working.

hcitool dev

It doesn't list anything.

Offline

#4 2013-01-07 12:24:54

hunterthomson
Member
Registered: 2008-06-22
Posts: 794
Website

Re: No bluetooth adapters detected

Okay, then it must be a that the driver is not loaded. I guess it 'could' be a BIOS thing, but the fact that lspci dose show the bluetooth chipset makes me thing that it is not.

I looked at the kernel config and all the Bluetooth driver are compiled with the default kernel. They are compiled as Modules though, so there is a chance that maybe your driver is just not auto-loading like it should. In any case I'd start googleing and trying to find out which driver your card uses.

Here is the output from my laptop

sudo lsmod |grep blue                                                                                  Linux Powered
bluetooth             208048  23 bnep,hidp,btusb,rfcomm
rfkill                 17821  4 cfg80211,thinkpad_acpi,bluetooth
crc16                   2232  2 ext4,bluetooth

Bluetooth seems to be on USB for me

% suod lsusb                                                                                             Linux Powered
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]
Bus 001 Device 004: ID 5986:02d2 Acer, Inc

Last edited by hunterthomson (2013-01-07 12:38:23)


OpenBSD-current Thinkpad X230, i7-3520M, 16GB CL9 Kingston, Samsung 830 256GB
Contributor: linux-grsec

Offline

#5 2013-01-08 01:13:54

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: No bluetooth adapters detected

What does rfkill list show? My bluetooth has a habit of getting "hard" blocked...

I don't have the hidp module in my lsmod results but they are otherwise the same as those show above. I also see bluetooth on USB.

Last edited by cfr (2013-01-08 01:15:19)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#6 2013-01-08 04:43:40

Zukaro
Member
From: Ontario, Canada
Registered: 2012-01-14
Posts: 32

Re: No bluetooth adapters detected

"sudo lsmod | grep blue" shows:
bluetooth 168947 7 bnep
rfkill 12569 4 cfg80211,bluetooth
crc16 1092 2 ext4,bluetooth

"sudo lsusb" shows:
Bus 001 Device 002: ID 0c45:62c0 Microdia Sonix USB 2.0 Camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

rfkill doesn't show anything (it says command not found)

Also, after installing this new network card I've noticed issues with my BIOS (after about 4 seconds it will freeze, and then a few seconds later continue, and then do that again (it doesn't seem to effect the OS except when booting, as the bootloader will freeze with 2 seconds left and then a few seconds later start booting)).  I'm not sure if I can fix that or if I should just put my old card in (I've yet to really Google this however, so I'll be doing that before I replace the card or anything, I just felt it was worth mentioning).

Offline

#7 2013-01-08 05:31:41

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: No bluetooth adapters detected

How about you install rfkill then attempt to answer cfr's question again.

Offline

#8 2013-01-08 15:00:45

Zukaro
Member
From: Ontario, Canada
Registered: 2012-01-14
Posts: 32

Re: No bluetooth adapters detected

WonderWoofy wrote:

How about you install rfkill then attempt to answer cfr's question again.

*just did that* tongue idk why I didn't in the first place (not thinking I guess).

Anyways, the output of rfkill list:

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

Offline

#9 2013-01-08 21:40:56

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: No bluetooth adapters detected

Please use [code  ][/code ] tags (w/o) the spaces. It makes stuff much easier to read.

Anyway, it is definitely not the issue I get as rfkill doesn't see bluetooth at all.

What errors are you getting when you try to start the bluetooth service manually?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#10 2013-01-09 21:01:17

Zukaro
Member
From: Ontario, Canada
Registered: 2012-01-14
Posts: 32

Re: No bluetooth adapters detected

cfr wrote:

Please use [code  ][/code ] tags (w/o) the spaces. It makes stuff much easier to read.

Anyway, it is definitely not the issue I get as rfkill doesn't see bluetooth at all.

What errors are you getting when you try to start the bluetooth service manually?

By manually do you mean running

systemctl enable bluetooth.service

and

systemctl start bluetooth.service

  (sorry, not really sure :v) When I run those I get no errors or anything (basically it just runs and nothing comes up).  However, lately I've noticed that when in tty1 an error constantly appears (even when I'm not doing anything it just shows up in the terminal; wont show up in the terminal running in KDE however, only when I'm not in the GUI).  The error is:

[ 501.646833] hub 5-0:1.0: unable to enumerate USB device on port 1

The numbers inside the square brackets change each time the message displays (the message displays once every 15 or so seconds).  I'm not sure if this is related to the bluetooth issue however, as my bluetooth device is connected via mini PCI-e, but the issue only started after installing the new card.

Offline

#11 2013-01-10 09:05:55

hunterthomson
Member
Registered: 2008-06-22
Posts: 794
Website

Re: No bluetooth adapters detected

cfr wrote:

What does rfkill list show? My bluetooth has a habit of getting "hard" blocked...

I don't have the hidp module in my lsmod results but they are otherwise the same as those show above. I also see bluetooth on USB.

I assume bluetooth is listed in rfkill because my Thinkpad has a hardware switch that turns off all wireless communication devices including bluetooth.


http://wireless.kernel.org/en/users/Doc … ion/rfkill

About rfkill

rfkill is a small tool to query the state of the rfkill switches, buttons and subsystem interfaces.


OpenBSD-current Thinkpad X230, i7-3520M, 16GB CL9 Kingston, Samsung 830 256GB
Contributor: linux-grsec

Offline

#12 2013-01-10 09:12:58

hunterthomson
Member
Registered: 2008-06-22
Posts: 794
Website

Re: No bluetooth adapters detected

Zukaro wrote:

Also, after installing this new network card I've noticed issues with my BIOS (after about 4 seconds it will freeze, and then a few seconds later continue, and then do that again (it doesn't seem to effect the OS except when booting, as the bootloader will freeze with 2 seconds left and then a few seconds later start booting)).  I'm not sure if I can fix that or if I should just put my old card in (I've yet to really Google this however, so I'll be doing that before I replace the card or anything, I just felt it was worth mentioning).

Awe shoot ya, it sounds like your BIOS is having trouble identifying/activating the bluetooth device. I kind of thought it was a long shot that it was a driver problem 1) it is Intel and Intel loves Linux, 2) The Arch Kernel is built with all the bluetooth drivers available.

Three things you could try,

First, see if there is an option in BIOS to do a like "Full Boot" or Not a "Fast Boot"/"Quick Boot"

Second, see if there is a new BIOS available for your laptop.

Three, take out the card, and put it back in. "Maybe" it didn't seat properly.

If you can get all your money back.... Maybe you should, and get a flushmount USB bluetooth adapter instead.

Last edited by hunterthomson (2013-01-10 09:13:15)


OpenBSD-current Thinkpad X230, i7-3520M, 16GB CL9 Kingston, Samsung 830 256GB
Contributor: linux-grsec

Offline

#13 2013-01-10 13:10:03

Zukaro
Member
From: Ontario, Canada
Registered: 2012-01-14
Posts: 32

Re: No bluetooth adapters detected

hunterthomson wrote:
Zukaro wrote:

Also, after installing this new network card I've noticed issues with my BIOS (after about 4 seconds it will freeze, and then a few seconds later continue, and then do that again (it doesn't seem to effect the OS except when booting, as the bootloader will freeze with 2 seconds left and then a few seconds later start booting)).  I'm not sure if I can fix that or if I should just put my old card in (I've yet to really Google this however, so I'll be doing that before I replace the card or anything, I just felt it was worth mentioning).

Awe shoot ya, it sounds like your BIOS is having trouble identifying/activating the bluetooth device. I kind of thought it was a long shot that it was a driver problem 1) it is Intel and Intel loves Linux, 2) The Arch Kernel is built with all the bluetooth drivers available.

Three things you could try,

First, see if there is an option in BIOS to do a like "Full Boot" or Not a "Fast Boot"/"Quick Boot"

Second, see if there is a new BIOS available for your laptop.

Three, take out the card, and put it back in. "Maybe" it didn't seat properly.

If you can get all your money back.... Maybe you should, and get a flushmount USB bluetooth adapter instead.


I think I'm going to do that (sending the card back), as I have a USB bluetooth adapter which does work with Arch (I tested it a minute ago).  I've never actually updated the BIOS so I'm not sure how (but that's just a Google search away, so I might try that, as this netbook was never made with bluetooth support in mind so that could be the reason it's not working).  I did try disabling quick boot but that didn't make a difference.  I have a feeling if the card wasn't connected properly wireless wouldn't work at all either.

Anyways, thanks for the help.  Before I send the card back I'm going to look into updating the BIOS so I can see if that's the issue.

Offline

#14 2013-01-10 23:21:03

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: No bluetooth adapters detected

hunterthomson wrote:
cfr wrote:

What does rfkill list show? My bluetooth has a habit of getting "hard" blocked...

I don't have the hidp module in my lsmod results but they are otherwise the same as those show above. I also see bluetooth on USB.

I assume bluetooth is listed in rfkill because my Thinkpad has a hardware switch that turns off all wireless communication devices including bluetooth.


http://wireless.kernel.org/en/users/Doc … ion/rfkill

About rfkill

rfkill is a small tool to query the state of the rfkill switches, buttons and subsystem interfaces.

Yes, I know. I assume that's why it shows up in mine. *But* the hardware switch does not unblock bluetooth on my machine even though it should. It did used to work for wifi though I'm not sure it does any more. I don't know if this is because the switch is a fn+Fn combination but so it is. The only way to unblock bluetooth for me is to reset the bios to defaults.

I just thought it was worth checking that wasn't the problem for the OP since I also get claims about there being no device etc. when it is hardblocked. But if rfkill doesn't show it at all, it cannot be the same problem. That's all.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#15 2015-05-05 06:57:36

rajat
Member
Registered: 2013-10-10
Posts: 10

Re: No bluetooth adapters detected

As mentioned in reply #10

systemctl enable bluetooth.service  and
systemctl start bluetooth.service

Did the Job for me!!


Linux is easy.. People are Difficult

Offline

#16 2015-05-07 13:25:16

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: No bluetooth adapters detected

Hi Rajat. I'm glad you solved your problem, but please don't bump old threads.

https://wiki.archlinux.org/index.php/Fo … bumping.22

Closing.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB