Bluetooth not working in Ubuntu 16.04 soft blocked
up vote
0
down vote
favorite
I am using Ubuntu 16.04 by clean installing from USB. I was earlier using Windows 7. My laptop is Toshiba Satellite Pro M200. The bluetooth which was working with Windows 7 has stopped working after installing Ubuntu 16.04. When I check rfkill list
I get the following output:
venkat@venkat:~$ rfkill list
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
venkat@venkat:~$
I tried rfkill unblock bluetooth
, but it is still blocked.
I am giving the output of bluetooth status
and lshw
for network.
venkat@venkat:~$ dmesg | grep -i bluetooth
[ 21.760164] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 27.150130] Bluetooth: Core ver 2.22
[ 27.150163] Bluetooth: HCI device and connection manager initialized
[ 27.150714] Bluetooth: HCI socket layer initialized
[ 27.150718] Bluetooth: L2CAP socket layer initialized
[ 27.150737] Bluetooth: SCO socket layer initialized
[ 27.600001] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.600019] Bluetooth: BNEP filters: protocol multicast
[ 27.600026] Bluetooth: BNEP socket layer initialized
[ 40.048802] Bluetooth: RFCOMM TTY layer initialized
[ 40.048812] Bluetooth: RFCOMM socket layer initialized
[ 40.048824] Bluetooth: RFCOMM ver 1.11
venkat@venkat:~$
venkat@venkat:~$ sudo service bluetooth status
[sudo] password for venkat:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2018-07-24 06:47:55 IST; 32min ago
Docs: man:bluetoothd(8)
Main PID: 840 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─840 /usr/lib/bluetooth/bluetoothd
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Current Time Service could not be registered
Jul 24 06:47:56 venkat bluetoothd[840]: gatt-time-server: Input/output error (5)
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Sap driver initialization failed.
Jul 24 06:47:56 venkat bluetoothd[840]: sap-server: Operation not permitted (1)
Jul 24 06:48:12 venkat bluetoothd[840]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSource
Jul 24 06:48:12 venkat bluetoothd[840]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink
venkat@venkat:~$
venkat@venkat:~$ dmesg | grep -i blue
[ 21.937747] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 26.776407] Bluetooth: Core ver 2.22
[ 26.776440] Bluetooth: HCI device and connection manager initialized
[ 26.776969] Bluetooth: HCI socket layer initialized
[ 26.776973] Bluetooth: L2CAP socket layer initialized
[ 26.776982] Bluetooth: SCO socket layer initialized
[ 27.110185] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.110189] Bluetooth: BNEP filters: protocol multicast
[ 27.110194] Bluetooth: BNEP socket layer initialized
[ 39.704097] Bluetooth: RFCOMM TTY layer initialized
[ 39.704108] Bluetooth: RFCOMM socket layer initialized
[ 39.704118] Bluetooth: RFCOMM ver 1.11
venkat@venkat:~$
venkat@venkat:~$ lspci -knn | grep Net -A2; lsusb
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
Subsystem: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:1041]
Kernel driver in use: iwl3945
Kernel modules: iwl3945
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 003: ID 0930:0508 Toshiba Corp. Integrated Bluetooth HCI
Bus 005 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 003 Device 002: ID 03f0:0941 Hewlett-Packard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
venkat@venkat:~$
16.04 bluetooth
|
show 1 more comment
up vote
0
down vote
favorite
I am using Ubuntu 16.04 by clean installing from USB. I was earlier using Windows 7. My laptop is Toshiba Satellite Pro M200. The bluetooth which was working with Windows 7 has stopped working after installing Ubuntu 16.04. When I check rfkill list
I get the following output:
venkat@venkat:~$ rfkill list
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
venkat@venkat:~$
I tried rfkill unblock bluetooth
, but it is still blocked.
I am giving the output of bluetooth status
and lshw
for network.
venkat@venkat:~$ dmesg | grep -i bluetooth
[ 21.760164] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 27.150130] Bluetooth: Core ver 2.22
[ 27.150163] Bluetooth: HCI device and connection manager initialized
[ 27.150714] Bluetooth: HCI socket layer initialized
[ 27.150718] Bluetooth: L2CAP socket layer initialized
[ 27.150737] Bluetooth: SCO socket layer initialized
[ 27.600001] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.600019] Bluetooth: BNEP filters: protocol multicast
[ 27.600026] Bluetooth: BNEP socket layer initialized
[ 40.048802] Bluetooth: RFCOMM TTY layer initialized
[ 40.048812] Bluetooth: RFCOMM socket layer initialized
[ 40.048824] Bluetooth: RFCOMM ver 1.11
venkat@venkat:~$
venkat@venkat:~$ sudo service bluetooth status
[sudo] password for venkat:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2018-07-24 06:47:55 IST; 32min ago
Docs: man:bluetoothd(8)
Main PID: 840 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─840 /usr/lib/bluetooth/bluetoothd
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Current Time Service could not be registered
Jul 24 06:47:56 venkat bluetoothd[840]: gatt-time-server: Input/output error (5)
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Sap driver initialization failed.
Jul 24 06:47:56 venkat bluetoothd[840]: sap-server: Operation not permitted (1)
Jul 24 06:48:12 venkat bluetoothd[840]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSource
Jul 24 06:48:12 venkat bluetoothd[840]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink
venkat@venkat:~$
venkat@venkat:~$ dmesg | grep -i blue
[ 21.937747] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 26.776407] Bluetooth: Core ver 2.22
[ 26.776440] Bluetooth: HCI device and connection manager initialized
[ 26.776969] Bluetooth: HCI socket layer initialized
[ 26.776973] Bluetooth: L2CAP socket layer initialized
[ 26.776982] Bluetooth: SCO socket layer initialized
[ 27.110185] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.110189] Bluetooth: BNEP filters: protocol multicast
[ 27.110194] Bluetooth: BNEP socket layer initialized
[ 39.704097] Bluetooth: RFCOMM TTY layer initialized
[ 39.704108] Bluetooth: RFCOMM socket layer initialized
[ 39.704118] Bluetooth: RFCOMM ver 1.11
venkat@venkat:~$
venkat@venkat:~$ lspci -knn | grep Net -A2; lsusb
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
Subsystem: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:1041]
Kernel driver in use: iwl3945
Kernel modules: iwl3945
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 003: ID 0930:0508 Toshiba Corp. Integrated Bluetooth HCI
Bus 005 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 003 Device 002: ID 03f0:0941 Hewlett-Packard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
venkat@venkat:~$
16.04 bluetooth
Softblock typically means there's a software setting that has it set to disable. If you're running Ubuntu desktop it's probably turned off in the system settings.
– Gansheim
Jul 24 at 5:47
Please add output ofusb-devices | awk '/0508/' RS=
command
– Pilot6
Jul 24 at 8:18
Thank you Pilot6 for your response. I am giving the output for usb-devices | awk '/0508/' RS=
– Venkata Narasimhan
Jul 24 at 10:52
Sorry the output is given below: venkat@venkat:~$ usb-devices | awk '/0508/' RS= T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0930 ProdID=0508 Rev=19.15 C: #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr=0mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) venkat@venkat:~$
– Venkata Narasimhan
Jul 24 at 10:53
As I said earlier my laptop is Toshiba Satellite pro M200. After googling for sometime I hit upon a page giving me an idea about how to enable the bluetooth adapter in the laptop. The following is the output. can anyone guide me how to enable required kernel. the output is as follows venkat@venkat:~$ sudo modprobe toshiba_acpi [sudo] password for venkat: venkat@venkat:~$ sudo hcitool dev Devices: venkat@venkat:~$ sudo toshset -bluetooth on required kernel toshiba support not enabled. venkat@venkat:~$
– Venkata Narasimhan
Jul 25 at 13:40
|
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am using Ubuntu 16.04 by clean installing from USB. I was earlier using Windows 7. My laptop is Toshiba Satellite Pro M200. The bluetooth which was working with Windows 7 has stopped working after installing Ubuntu 16.04. When I check rfkill list
I get the following output:
venkat@venkat:~$ rfkill list
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
venkat@venkat:~$
I tried rfkill unblock bluetooth
, but it is still blocked.
I am giving the output of bluetooth status
and lshw
for network.
venkat@venkat:~$ dmesg | grep -i bluetooth
[ 21.760164] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 27.150130] Bluetooth: Core ver 2.22
[ 27.150163] Bluetooth: HCI device and connection manager initialized
[ 27.150714] Bluetooth: HCI socket layer initialized
[ 27.150718] Bluetooth: L2CAP socket layer initialized
[ 27.150737] Bluetooth: SCO socket layer initialized
[ 27.600001] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.600019] Bluetooth: BNEP filters: protocol multicast
[ 27.600026] Bluetooth: BNEP socket layer initialized
[ 40.048802] Bluetooth: RFCOMM TTY layer initialized
[ 40.048812] Bluetooth: RFCOMM socket layer initialized
[ 40.048824] Bluetooth: RFCOMM ver 1.11
venkat@venkat:~$
venkat@venkat:~$ sudo service bluetooth status
[sudo] password for venkat:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2018-07-24 06:47:55 IST; 32min ago
Docs: man:bluetoothd(8)
Main PID: 840 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─840 /usr/lib/bluetooth/bluetoothd
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Current Time Service could not be registered
Jul 24 06:47:56 venkat bluetoothd[840]: gatt-time-server: Input/output error (5)
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Sap driver initialization failed.
Jul 24 06:47:56 venkat bluetoothd[840]: sap-server: Operation not permitted (1)
Jul 24 06:48:12 venkat bluetoothd[840]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSource
Jul 24 06:48:12 venkat bluetoothd[840]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink
venkat@venkat:~$
venkat@venkat:~$ dmesg | grep -i blue
[ 21.937747] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 26.776407] Bluetooth: Core ver 2.22
[ 26.776440] Bluetooth: HCI device and connection manager initialized
[ 26.776969] Bluetooth: HCI socket layer initialized
[ 26.776973] Bluetooth: L2CAP socket layer initialized
[ 26.776982] Bluetooth: SCO socket layer initialized
[ 27.110185] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.110189] Bluetooth: BNEP filters: protocol multicast
[ 27.110194] Bluetooth: BNEP socket layer initialized
[ 39.704097] Bluetooth: RFCOMM TTY layer initialized
[ 39.704108] Bluetooth: RFCOMM socket layer initialized
[ 39.704118] Bluetooth: RFCOMM ver 1.11
venkat@venkat:~$
venkat@venkat:~$ lspci -knn | grep Net -A2; lsusb
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
Subsystem: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:1041]
Kernel driver in use: iwl3945
Kernel modules: iwl3945
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 003: ID 0930:0508 Toshiba Corp. Integrated Bluetooth HCI
Bus 005 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 003 Device 002: ID 03f0:0941 Hewlett-Packard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
venkat@venkat:~$
16.04 bluetooth
I am using Ubuntu 16.04 by clean installing from USB. I was earlier using Windows 7. My laptop is Toshiba Satellite Pro M200. The bluetooth which was working with Windows 7 has stopped working after installing Ubuntu 16.04. When I check rfkill list
I get the following output:
venkat@venkat:~$ rfkill list
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
venkat@venkat:~$
I tried rfkill unblock bluetooth
, but it is still blocked.
I am giving the output of bluetooth status
and lshw
for network.
venkat@venkat:~$ dmesg | grep -i bluetooth
[ 21.760164] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 27.150130] Bluetooth: Core ver 2.22
[ 27.150163] Bluetooth: HCI device and connection manager initialized
[ 27.150714] Bluetooth: HCI socket layer initialized
[ 27.150718] Bluetooth: L2CAP socket layer initialized
[ 27.150737] Bluetooth: SCO socket layer initialized
[ 27.600001] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.600019] Bluetooth: BNEP filters: protocol multicast
[ 27.600026] Bluetooth: BNEP socket layer initialized
[ 40.048802] Bluetooth: RFCOMM TTY layer initialized
[ 40.048812] Bluetooth: RFCOMM socket layer initialized
[ 40.048824] Bluetooth: RFCOMM ver 1.11
venkat@venkat:~$
venkat@venkat:~$ sudo service bluetooth status
[sudo] password for venkat:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2018-07-24 06:47:55 IST; 32min ago
Docs: man:bluetoothd(8)
Main PID: 840 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─840 /usr/lib/bluetooth/bluetoothd
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Current Time Service could not be registered
Jul 24 06:47:56 venkat bluetoothd[840]: gatt-time-server: Input/output error (5)
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Not enough free handles to register service
Jul 24 06:47:56 venkat bluetoothd[840]: Sap driver initialization failed.
Jul 24 06:47:56 venkat bluetoothd[840]: sap-server: Operation not permitted (1)
Jul 24 06:48:12 venkat bluetoothd[840]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSource
Jul 24 06:48:12 venkat bluetoothd[840]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink
venkat@venkat:~$
venkat@venkat:~$ dmesg | grep -i blue
[ 21.937747] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 26.776407] Bluetooth: Core ver 2.22
[ 26.776440] Bluetooth: HCI device and connection manager initialized
[ 26.776969] Bluetooth: HCI socket layer initialized
[ 26.776973] Bluetooth: L2CAP socket layer initialized
[ 26.776982] Bluetooth: SCO socket layer initialized
[ 27.110185] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.110189] Bluetooth: BNEP filters: protocol multicast
[ 27.110194] Bluetooth: BNEP socket layer initialized
[ 39.704097] Bluetooth: RFCOMM TTY layer initialized
[ 39.704108] Bluetooth: RFCOMM socket layer initialized
[ 39.704118] Bluetooth: RFCOMM ver 1.11
venkat@venkat:~$
venkat@venkat:~$ lspci -knn | grep Net -A2; lsusb
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
Subsystem: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:1041]
Kernel driver in use: iwl3945
Kernel modules: iwl3945
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 003: ID 0930:0508 Toshiba Corp. Integrated Bluetooth HCI
Bus 005 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 003 Device 002: ID 03f0:0941 Hewlett-Packard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
venkat@venkat:~$
16.04 bluetooth
16.04 bluetooth
edited Jul 24 at 6:19
karel
56.2k11124142
56.2k11124142
asked Jul 24 at 5:30
Venkata Narasimhan
1
1
Softblock typically means there's a software setting that has it set to disable. If you're running Ubuntu desktop it's probably turned off in the system settings.
– Gansheim
Jul 24 at 5:47
Please add output ofusb-devices | awk '/0508/' RS=
command
– Pilot6
Jul 24 at 8:18
Thank you Pilot6 for your response. I am giving the output for usb-devices | awk '/0508/' RS=
– Venkata Narasimhan
Jul 24 at 10:52
Sorry the output is given below: venkat@venkat:~$ usb-devices | awk '/0508/' RS= T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0930 ProdID=0508 Rev=19.15 C: #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr=0mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) venkat@venkat:~$
– Venkata Narasimhan
Jul 24 at 10:53
As I said earlier my laptop is Toshiba Satellite pro M200. After googling for sometime I hit upon a page giving me an idea about how to enable the bluetooth adapter in the laptop. The following is the output. can anyone guide me how to enable required kernel. the output is as follows venkat@venkat:~$ sudo modprobe toshiba_acpi [sudo] password for venkat: venkat@venkat:~$ sudo hcitool dev Devices: venkat@venkat:~$ sudo toshset -bluetooth on required kernel toshiba support not enabled. venkat@venkat:~$
– Venkata Narasimhan
Jul 25 at 13:40
|
show 1 more comment
Softblock typically means there's a software setting that has it set to disable. If you're running Ubuntu desktop it's probably turned off in the system settings.
– Gansheim
Jul 24 at 5:47
Please add output ofusb-devices | awk '/0508/' RS=
command
– Pilot6
Jul 24 at 8:18
Thank you Pilot6 for your response. I am giving the output for usb-devices | awk '/0508/' RS=
– Venkata Narasimhan
Jul 24 at 10:52
Sorry the output is given below: venkat@venkat:~$ usb-devices | awk '/0508/' RS= T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0930 ProdID=0508 Rev=19.15 C: #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr=0mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) venkat@venkat:~$
– Venkata Narasimhan
Jul 24 at 10:53
As I said earlier my laptop is Toshiba Satellite pro M200. After googling for sometime I hit upon a page giving me an idea about how to enable the bluetooth adapter in the laptop. The following is the output. can anyone guide me how to enable required kernel. the output is as follows venkat@venkat:~$ sudo modprobe toshiba_acpi [sudo] password for venkat: venkat@venkat:~$ sudo hcitool dev Devices: venkat@venkat:~$ sudo toshset -bluetooth on required kernel toshiba support not enabled. venkat@venkat:~$
– Venkata Narasimhan
Jul 25 at 13:40
Softblock typically means there's a software setting that has it set to disable. If you're running Ubuntu desktop it's probably turned off in the system settings.
– Gansheim
Jul 24 at 5:47
Softblock typically means there's a software setting that has it set to disable. If you're running Ubuntu desktop it's probably turned off in the system settings.
– Gansheim
Jul 24 at 5:47
Please add output of
usb-devices | awk '/0508/' RS=
command– Pilot6
Jul 24 at 8:18
Please add output of
usb-devices | awk '/0508/' RS=
command– Pilot6
Jul 24 at 8:18
Thank you Pilot6 for your response. I am giving the output for usb-devices | awk '/0508/' RS=
– Venkata Narasimhan
Jul 24 at 10:52
Thank you Pilot6 for your response. I am giving the output for usb-devices | awk '/0508/' RS=
– Venkata Narasimhan
Jul 24 at 10:52
Sorry the output is given below: venkat@venkat:~$ usb-devices | awk '/0508/' RS= T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0930 ProdID=0508 Rev=19.15 C: #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr=0mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) venkat@venkat:~$
– Venkata Narasimhan
Jul 24 at 10:53
Sorry the output is given below: venkat@venkat:~$ usb-devices | awk '/0508/' RS= T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0930 ProdID=0508 Rev=19.15 C: #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr=0mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) venkat@venkat:~$
– Venkata Narasimhan
Jul 24 at 10:53
As I said earlier my laptop is Toshiba Satellite pro M200. After googling for sometime I hit upon a page giving me an idea about how to enable the bluetooth adapter in the laptop. The following is the output. can anyone guide me how to enable required kernel. the output is as follows venkat@venkat:~$ sudo modprobe toshiba_acpi [sudo] password for venkat: venkat@venkat:~$ sudo hcitool dev Devices: venkat@venkat:~$ sudo toshset -bluetooth on required kernel toshiba support not enabled. venkat@venkat:~$
– Venkata Narasimhan
Jul 25 at 13:40
As I said earlier my laptop is Toshiba Satellite pro M200. After googling for sometime I hit upon a page giving me an idea about how to enable the bluetooth adapter in the laptop. The following is the output. can anyone guide me how to enable required kernel. the output is as follows venkat@venkat:~$ sudo modprobe toshiba_acpi [sudo] password for venkat: venkat@venkat:~$ sudo hcitool dev Devices: venkat@venkat:~$ sudo toshset -bluetooth on required kernel toshiba support not enabled. venkat@venkat:~$
– Venkata Narasimhan
Jul 25 at 13:40
|
show 1 more comment
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1058875%2fbluetooth-not-working-in-ubuntu-16-04-soft-blocked%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1058875%2fbluetooth-not-working-in-ubuntu-16-04-soft-blocked%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Softblock typically means there's a software setting that has it set to disable. If you're running Ubuntu desktop it's probably turned off in the system settings.
– Gansheim
Jul 24 at 5:47
Please add output of
usb-devices | awk '/0508/' RS=
command– Pilot6
Jul 24 at 8:18
Thank you Pilot6 for your response. I am giving the output for usb-devices | awk '/0508/' RS=
– Venkata Narasimhan
Jul 24 at 10:52
Sorry the output is given below: venkat@venkat:~$ usb-devices | awk '/0508/' RS= T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0930 ProdID=0508 Rev=19.15 C: #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr=0mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) venkat@venkat:~$
– Venkata Narasimhan
Jul 24 at 10:53
As I said earlier my laptop is Toshiba Satellite pro M200. After googling for sometime I hit upon a page giving me an idea about how to enable the bluetooth adapter in the laptop. The following is the output. can anyone guide me how to enable required kernel. the output is as follows venkat@venkat:~$ sudo modprobe toshiba_acpi [sudo] password for venkat: venkat@venkat:~$ sudo hcitool dev Devices: venkat@venkat:~$ sudo toshset -bluetooth on required kernel toshiba support not enabled. venkat@venkat:~$
– Venkata Narasimhan
Jul 25 at 13:40