Install bluetooth adapter
Re: Install bluetooth adapter
In any case, delete it, reinstall the kernel-modules package and see if you can load it with modprobe.
Re: Install bluetooth adapter
reinstalled as you advised, rebooted and then the Bluetooth drivers installed successfully. Thanks so much gapan!
Code: Select all
hciconfig -a
hci0: Type: Primary Bus: USB
BD Address: A0:9F:10:BC:AB:08 ACL MTU: 1021:6 SCO MTU: 255:12
UP RUNNING PSCAN ISCAN
RX bytes:799 acl:0 sco:0 events:62 errors:0
TX bytes:3696 acl:0 sco:0 commands:62 errors:0
Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: PERIPHERAL ACCEPT
Name: 'BlueZ 5.71'
Class: 0x10010c
Service Classes: Object Transfer
Device Class: Computer, Laptop
HCI Version: 5.1 (0xa) Revision: 0x99a
LMP Version: 5.1 (0xa) Subversion: 0x2885
Manufacturer: Realtek Semiconductor Corporation (93)
root@toshiba//TRASH# lsmod |grep btusb
rtk_btusb 69632 0
bluetooth 524288 37 hidp,bnep,rtk_btusb,rfcomm
root@toshiba//TRASH#