Bluetooth doesn't work

Archived topics about LMDE 1 and LMDE 2
Locked
rodolfowilcock

Bluetooth doesn't work

Post by rodolfowilcock »

I have got a big problem. Bluetooth it's not recognized after I've installed LMDE2.
lsusb; lspci -nnk | grep -iA2 net; dmesg | egrep -i 'blue|firm'; rfkill list all; uname -a
Bus 002 Device 003: ID 5986:0315 Acer, Inc
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller [10ec:8172] (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller [10ec:8172]
Kernel driver in use: rtl8192se
03:00.0 Ethernet controller [0200]: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller [197b:0250] (rev 05)
Subsystem: CLEVO/KAPOK Computer Device [1558:4140]
Kernel driver in use: jme
[ 0.126634] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Loading firmware rtlwifi/rtl8192sefw.bin
[ 10.111830] rtl8192se 0000:02:00.0: firmware: direct-loading firmware rtlwifi/rtl8192sefw.bin
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Linux agamben 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) i686 GNU/Linux
I hope someone can help me. Thank you.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kevinthefixer
Level 4
Level 4
Posts: 280
Joined: Thu Jul 23, 2015 10:36 pm

Re: Bluetooth doesn't work

Post by kevinthefixer »

More information please. What kind of computer is it? And specifically what kind of bluetooth hardware? Did it work on some other OS, and did it work on any Linux? Are we even sure the computer has bluetooth hardware? You didn't give us much to go on here.
rodolfowilcock

Re: Bluetooth doesn't work

Post by rodolfowilcock »

It's a Bangho 251XHU. it has a bluetooth adapter, but I don't know specfically which one it's. it used to work in lmde. excuse me for the lack of information.
rodolfowilcock

Re: Bluetooth doesn't work

Post by rodolfowilcock »

Maybe this will help
lspci -nnk | grep -iA2 net; lsusb; dmesg | egrep -i 'blue|firm'; lsmod | grep bluetooth
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller [10ec:8172] (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller [10ec:8172]
Kernel driver in use: rtl8192se
03:00.0 Ethernet controller [0200]: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller [197b:0250] (rev 05)
Subsystem: CLEVO/KAPOK Computer Device [1558:4140]
Kernel driver in use: jme
Bus 002 Device 003: ID 5986:0315 Acer, Inc
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 0.125847] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Loading firmware rtlwifi/rtl8192sefw.bin
[ 10.089678] rtl8192se 0000:02:00.0: firmware: direct-loading firmware rtlwifi/rtl8192sefw.bin
[ 2530.370813] Bluetooth: Core ver 2.19
[ 2530.370845] Bluetooth: HCI device and connection manager initialized
[ 2530.370854] Bluetooth: HCI socket layer initialized
[ 2530.370857] Bluetooth: L2CAP socket layer initialized
[ 2530.370868] Bluetooth: SCO socket layer initialized
[ 2530.428270] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2530.428274] Bluetooth: BNEP filters: protocol multicast
[ 2530.428282] Bluetooth: BNEP socket layer initialized
[ 2553.857932] Bluetooth: RFCOMM TTY layer initialized
[ 2553.857943] Bluetooth: RFCOMM socket layer initialized
[ 2553.857950] Bluetooth: RFCOMM ver 1.11
bluetooth 340064 8 bnep,rfcomm
6lowpan_iphc 16548 1 bluetooth
rfkill 18387 5 cfg80211,bluetooth
crc16 12327 2 ext4,bluetooth
kevinthefixer
Level 4
Level 4
Posts: 280
Joined: Thu Jul 23, 2015 10:36 pm

Re: Bluetooth doesn't work

Post by kevinthefixer »

A quick Google tells me that 1)This unit is not sold in my country (USA) 2)People are having trouble finding Windows drivers for it, let alone Linux.

I have two suggestions: 1)See what inxi returns about Bluetooth devices, and 2)Boot the computer to the live-media that made Bluetooth work, and then

Code: Select all

lsmod
to see what module(s) you might need.
Locked

Return to “LMDE Archive”