You are not logged in.
that is in bunsenlabs
Oh.
I thought we were testing to see if stuff worked with Debian 9, is that not the case?
I'm very sorry but I really don't know how to use Bluetooth so you may have to ask elsewhere, but I'm happy to keep trying here if you want.
Offline
the problem i had with debian 9 was the same problem i had with bunsenlabs (it says i need an adaptator)
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
Have you tried a live session of either the latest ubuntu or fedora to see if bluetooth works there?
Offline
I am trying with the last Ubuntu, and when i try to configure bluetooth, it says ..
not adapter found
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
What makes you think you have bluetooth on this laptop?
What is the laptop make and model? Are there bios options to disable bluetooth? Can you post up the terminal output of 'lspci' and 'lsusb' and 'rfkill list' (you will probably need to install the rfkill package).
[EDIT] Oh, and what was the output of 'sudo bluetoothctl'?
Last edited by beaker (2017-12-01 18:43:08)
Offline
What makes you think you have bluetooth on this laptop?
That's actually a good question... I checked it out and it seems that my laptop have bluetooth,
mx@mx:~$ dmesg | grep -i blue
[ 234.336119] Bluetooth: Core ver 2.19
[ 234.336152] Bluetooth: HCI device and connection manager initialized
[ 234.336163] Bluetooth: HCI socket layer initialized
[ 234.336166] Bluetooth: L2CAP socket layer initialized
[ 234.336186] Bluetooth: SCO socket layer initialized
[ 235.922619] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 235.922635] Bluetooth: BNEP filters: protocol multicast
[ 235.922642] Bluetooth: BNEP socket layer initialized
[ 244.371604] Bluetooth: RFCOMM TTY layer initialized
[ 244.371623] Bluetooth: RFCOMM socket layer initialized
[ 244.371635] Bluetooth: RFCOMM ver 1.11
mx@mx:~$
(i got the instructions to check it out here)
What is the laptop make and model?
my laptop is an Aspire E1-571G
Are there bios options to disable bluetooth?
No idea, and don't know how to check it.
Can you post up the terminal output of 'lspci' and 'lsusb' and 'rfkill list' (you will probably need to install the rfkill package).
I don't understand what i have to do to do that.
Oh, and what was the output of 'sudo bluetoothctl'?
mx@mx:~$ sudo bluetoothctl
[sudo] password for mx:
[bluetooth]#
mx@mx:~$ sudo bluetoothctl
[sudo] password for mx:
[bluetooth]#
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
Are there bios options to disable bluetooth?
No idea, and don't know how to check it.
Check your BIOS menus for anything that says "bluetooth" — a BIOS menu is what you can see before BunsenLabs' booting screen (sometimes you have to press a function key during booting to bring it up).
Can you post up the terminal output of 'lspci' and 'lsusb' and 'rfkill list' (you will probably need to install the rfkill package).
I don't understand what i have to do to do that.
Run the three commands in a terminal and post whatever appears.
To install the rfkill package, use:
sudo apt install rfkill
Offline
Check your BIOS menus for anything that says "bluetooth"
I didn't see anything there.
so, when i ran the 3 commands:
mx@mx:~$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 7 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
00:1f.5 IDE interface: Intel Corporation 7 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
02:00.0 Ethernet controller: Broadcom Limited NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Limited BCM57765/57785 SDXC/MMC Card Reader (rev 10)
02:00.2 System peripheral: Broadcom Limited BCM57765/57785 MS Card Reader (rev 10)
02:00.3 System peripheral: Broadcom Limited BCM57765/57785 xD-Picture Card Reader (rev 10)
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 105 (rev c4)
mx@mx:~$
mx@mx:~$ lsusb
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 003: ID 1bcf:2c18 Sunplus Innovation Technology Inc.
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
mx@mx:~$
mx@mx:~$ rfkill list
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
mx@mx:~$
Last edited by mx (2017-12-02 13:02:10)
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
^ That `rfkill` output shows that you have no working Bluetooth on that machine (I think).
From my system (I had to load the modules first because I blacklist them):
empty@Xanadu:~ $ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
empty@Xanadu:~ $ sudo modprobe -v bluetooth
insmod /lib/modules/4.14.3-1-zen/kernel/lib/crc16.ko.gz
insmod /lib/modules/4.14.3-1-zen/kernel/crypto/ecdh_generic.ko.gz
insmod /lib/modules/4.14.3-1-zen/kernel/net/bluetooth/bluetooth.ko.gz
empty@Xanadu:~ $ sudo modprobe -v btusb
insmod /lib/modules/4.14.3-1-zen/kernel/drivers/bluetooth/btintel.ko.gz
insmod /lib/modules/4.14.3-1-zen/kernel/drivers/bluetooth/btbcm.ko.gz
insmod /lib/modules/4.14.3-1-zen/kernel/drivers/bluetooth/btrtl.ko.gz
insmod /lib/modules/4.14.3-1-zen/kernel/drivers/bluetooth/btusb.ko.gz reset=1
empty@Xanadu:~ $ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
empty@Xanadu:~ $
Offline
so? do i have to get any extra device to have bluetooth in my laptop, then?
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
Any support would be dependent on the kernel so you should try that handy `rfkill` command under Debian stretch in the "live" environment (make sure you use the ISO image with the non-free firmware that your Intel card needs) and see if a Bluetooth device shows there.
If it does then maybe you could install Debian 9 and get stuff working there or install BunsenLabs and try the backported (newer) kernel version that is available.
EDIT: my answer is presuming that your laptop does in fact have a Bluetooth antenna but that the stock kernel doesn't have a driver for it.
Can you please confirm that your laptop does have a Bluetooth antenna?
Surely such a detail would be clearly indicated in the machine specifications?
Have you ever had Bluetooth working on this machine?
Last edited by Head_on_a_Stick (2017-12-02 13:42:53)
Offline
Any support would be dependent on the kernel so you should try that handy `rfkill` command under Debian stretch in the "live" environment (make sure you use the ISO image with the non-free firmware that your Intel card needs) and see if a Bluetooth device shows there.
Could u please, tell me which ISO image shall I try with?
Can you please confirm that your laptop does have a Bluetooth antenna?
I looked on a website and it says that my laptop have bluetooth antena
WiFi / Bluetooth 4.0
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
Could u please, tell me which ISO image shall I try with?
Torrent here:
https://cdimage.debian.org/cdimage/unof … so.torrent
Transfer it to your USB stick with:
sudo cp debian-live-9.2.0-amd64-xfce+nonfree.iso /dev/sdX
Replace X with the letter assigned to your USB stick (do not add a partition number), be very careful here because you can wipe your hard drive if you use the wrong letter.
Offline
You may need a bluetooth usb dongle if rfkill is not listing a bluetooth controller.
My rfkill list says this on my laptop, so i have inbuilt bluetooth capability, i dont use it and wireless Lan, only ethernet for me.
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Offline
Any support would be dependent on the kernel so you should try that handy `rfkill` command under Debian stretch in the "live" environment (make sure you use the ISO image with the non-free firmware that your Intel card needs) and see if a Bluetooth device shows there.
user@debian:~$ rfkill
bash: rfkill: command not found
user@debian:~$
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
^
sudo apt update
sudo apt install rfkill
rfkill list all
Make sure that you are connected to the internet first though
Offline
user@debian:~$ sudo apt update
Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://deb.debian.org/debian stretch Release [118 kB]
Get:3 http://deb.debian.org/debian stretch Release.gpg [2,479 B]
Get:4 http://deb.debian.org/debian stretch/main amd64 Packages [7,097 kB]
Get:5 http://deb.debian.org/debian stretch/main Translation-en [5,395 kB]
Fetched 12.6 MB in 5s (2,331 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
user@debian:~$ sudo apt install rfkill
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
rfkill
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,284 B of archives.
After this operation, 31.7 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 rfkill amd64 0.5-1+b1 [8,284 B]
Fetched 8,284 B in 0s (43.4 kB/s)
Selecting previously unselected package rfkill.
(Reading database ... 145816 files and directories currently installed.)
Preparing to unpack .../rfkill_0.5-1+b1_amd64.deb ...
Unpacking rfkill (0.5-1+b1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up rfkill (0.5-1+b1) ...
user@debian:~$
thanks for the tip about being connected to the internet!
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
user@debian:~$ rfkill
bash: rfkill: command not found
user@debian:~$
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
^ Ha!
/usr/sbin/rfkill list all
Stock Debian doesn't include {usr,}/sbin in a normal user's PATH.
Last edited by Head_on_a_Stick (2017-12-02 14:59:04)
Offline
^ maybe logout and login and retry $ rfkill
?
what about...
rfkill list
Offline