[SOLVED] не могу up-нуть bluetooth

не могу up-нуть bluetooth

shurik-msi ~ # lsusb |grep Bluetooth
Bus 003 Device 002: ID 1310:0001 Roper Class 1 Bluetooth Dongle
shurik-msi ~ # hciconfig -a
hci0:	Type: BR/EDR  Bus: USB
	BD Address: 00:0B:0D:0C:5E:19  ACL MTU: 120:20  SCO MTU: 0:0
	DOWN 
	RX bytes:742 acl:0 sco:0 events:28 errors:0
	TX bytes:108 acl:0 sco:0 commands:29 errors:1
	Features: 0xff 0xff 0x05 0x38 0x18 0x18 0x00 0x00
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
	Link policy: 
	Link mode: SLAVE ACCEPT 
shurik-msi ~ # hciconfig hci0 up
Can't init device hci0: Operation not possible due to RF-kill (132)
shurik-msi ~ # rfkill unblock bluetooth
shurik-msi ~ # rfkill list
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no

проблема была в /etc/udev/rules.d/10-local-powersave.rules
исправил

# Disable bluetooth
#SUBSYSTEM=="rfkill", ATTR{type}=="bluetooth", ATTR{state}="0"