Такая же проблема с acer E511
Причем блютуз точно есть, и он приемлемо работал до замены клавиатуры. Wifi нормально работает и сейчас, а ведь, насколько я понимаю, чип один и тот же.
вывод команд
lspci -knn | grep Net -A2; lsusb
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Lite-On Communications Inc Device [11ad:0642]
Kernel driver in use: ath9k
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1bcf:2c6e Sunplus Innovation Technology Inc.
Bus 001 Device 105: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
uname -a
Linux kot-Aspire-E5-511 3.13.0-141-generic #190-Ubuntu SMP Fri Jan 19 12:52:38 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
то есть ядро 3.13, но ведь работал же блютуз до замены клавиатуры
lsmod | grep bt
btusb 32412 0
bluetooth 391162 12 bnep,ath3k,btusb,rfcomm
Попытки втупую apt-get install atheros-firmware, bluez-firmware дали предсказуемый результат:
E: Не удалось найти пакет atheros-firmware
Далее:
hciconfig hci0 up
Can't get device info: No such device
Блокировки:
rfkill list
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: acer-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
стек протоколов как-то судорожно поднимается и падает, судя по
cat /var/log/syslog | grep bluetooth
(тут реально большой листинг)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: Unregister path: /org/bluez/789/hci0
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Load Link Keys (0x0012) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Load Long Term Keys (0x0013) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Connectable (0x0007) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Discoverable (0x0006) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Pairable (0x0009) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Secure Simple Pairing (0x000b) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Low Energy (0x000d) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Local Name (0x000f) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 bluetoothd[789]: hci0: Add UUID (0x0010) failed: Invalid Index (0x11)
May 4 18:30:56 kot-Aspire-E5-511 pulseaudio[1855]: [pulseaudio] bluetooth-util.c: org.bluez.Adapter.GetProperties() failed: org.freedesktop.DBus.Error.UnknownObject: Method "GetProperties" with signature "" on interface "org.bluez.Adapter" doesn't exist
May 4 18:30:56 kot-Aspire-E5-511 pulseaudio[1855]: [pulseaudio] bluetooth-util.c: org.bluez.Media.RegisterEndpoint() failed: org.freedesktop.DBus.Error.UnknownObject: Method "RegisterEndpoint" with signature "oa{sv}" on interface "org.bluez.Media" doesn't exist
May 4 18:30:56 kot-Aspire-E5-511 pulseaudio[1855]: message repeated 3 times: [ [pulseaudio] bluetooth-util.c: org.bluez.Media.RegisterEndpoint() failed: org.freedesktop.DBus.Error.UnknownObject: Method "RegisterEndpoint" with signature "oa{sv}" on interface "org.bluez.Media" doesn't exist]
May 4 18:31:04 kot-Aspire-E5-511 bluetoothd[789]: Unknown command complete for opcode 19
May 4 18:31:04 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Powered (0x0005) failed: <unknown status> (0x12)
May 4 18:31:04 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/HFPAG
May 4 18:31:04 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/HFPHS
May 4 18:31:04 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource
May 4 18:31:04 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSink
May 4 18:31:06 kot-Aspire-E5-511 bluetoothd[789]: Unregister path: /org/bluez/789/hci0
May 4 18:31:06 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/A2DPSink
May 4 18:31:06 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/A2DPSource
May 4 18:31:06 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/HFPAG
May 4 18:31:06 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/HFPHS
May 4 18:31:06 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set IO Capability (0x0018) failed: Invalid Index (0x11)
May 4 18:41:23 kot-Aspire-E5-511 bluetoothd[789]: Unknown command complete for opcode 19
May 4 18:41:24 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Powered (0x0005) failed: <unknown status> (0x12)
May 4 18:41:24 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/HFPAG
May 4 18:41:24 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/HFPHS
May 4 18:41:24 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource
May 4 18:41:24 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSink
May 4 18:41:26 kot-Aspire-E5-511 bluetoothd[789]: Unregister path: /org/bluez/789/hci0
May 4 18:41:26 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/A2DPSink
May 4 18:41:26 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/A2DPSource
May 4 18:41:26 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/HFPAG
May 4 18:41:26 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/HFPHS
May 4 18:41:26 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set IO Capability (0x0018) failed: Invalid Index (0x11)
May 4 18:43:29 kot-Aspire-E5-511 bluetoothd[789]: Unknown command complete for opcode 19
May 4 18:43:29 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/HFPAG
May 4 18:43:29 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/HFPHS
May 4 18:43:29 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource
May 4 18:43:29 kot-Aspire-E5-511 bluetoothd[789]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSink
May 4 18:43:29 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set Powered (0x0005) failed: <unknown status> (0x12)
May 4 18:43:32 kot-Aspire-E5-511 bluetoothd[789]: Unregister path: /org/bluez/789/hci0
May 4 18:43:32 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/A2DPSink
May 4 18:43:32 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/A2DPSource
May 4 18:43:32 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/HFPAG
May 4 18:43:32 kot-Aspire-E5-511 bluetoothd[789]: Endpoint unregistered: sender=:1.61 path=/MediaEndpoint/HFPHS
May 4 18:43:32 kot-Aspire-E5-511 bluetoothd[789]: hci0: Set IO Capability (0x0018) failed: Invalid Index (0x11)
наконец,
dmesg | grep -i blue
[ 23.342548] Bluetooth: Core ver 2.17
[ 23.342588] Bluetooth: HCI device and connection manager initialized
[ 23.342602] Bluetooth: HCI socket layer initialized
[ 23.342606] Bluetooth: L2CAP socket layer initialized
[ 23.342613] Bluetooth: SCO socket layer initialized
[ 23.349586] Bluetooth: RFCOMM TTY layer initialized
[ 23.349604] Bluetooth: RFCOMM socket layer initialized
[ 23.349612] Bluetooth: RFCOMM ver 1.11
[ 23.511139] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.511146] Bluetooth: BNEP filters: protocol multicast
[ 23.511159] Bluetooth: BNEP socket layer initialized
Вот еще
lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1bcf:2c6e Sunplus Innovation Technology Inc.
Bus 001 Device 105: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lspci
lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0e)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI (rev 0e)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 0e)
00:1c.1 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 (rev 0e)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 0e)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
да, я вижу внизу Qaulcomm Atheros
blueman переставлял, гномский блютуз переставлял (у меня именно гном), pulseaudio переставлял, modprobe передергивал, alsa не трогал, потому что нифига там не понял.
По всей видимости, надо как-то включить сам адаптер. F3+Fn эффекта не дает.
На Дебиане советуют поставить спец.софтину, которая типа умеет включать адаптер, но неохота ставить что попало в надежде непонятно на что. Ведь работало же!
Дополнено: в БИОС ходил, WAKE ON LAN ENABLED поставил (Было DISABLED) - ничего не изменилось.
Спасибо, если что.