___ answer844050 ___

Eu também sou um usuário do HP 250 G3. O driver Bluetooth presente é o Ralink rt3290. Consegui meu Bluetooth funcionar usando o módulo no link abaixo.

link

você precisa compilá-lo e instalá-lo usando os comandos abaixo

%pre%

Funciona como um encanto para mim. Às vezes, no reinício do bluetooth não funciona. você pode simplesmente remover e adicionar o módulo novamente usando os comandos abaixo e ele funcionará.

%pre%

Você também pode ler as instruções no repositório do github:)

    
___ qstntxt ___

Estou usando um notebook HP 250 G3 com o Ubuntu 15.04 de 32 bits. Mas eu não posso usar o serviço bluetooth. Diz "Nenhum adaptador Bluetooth encontrado". Meu status do bluetooth mostra:

%pre%

Por favor ajude.

P.S .: Segue-se a saída dada pelo comando "lspci -knn | grep Net-A2; lsusb":

%pre%     
___

3

Estou usando um notebook HP 250 G3 com o Ubuntu 15.04 de 32 bits. Mas eu não posso usar o serviço bluetooth. Diz "Nenhum adaptador Bluetooth encontrado". Meu status do bluetooth mostra:

● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2015-08-17 21:27:33 IST; 2min 2s ago
 Main PID: 5952 (bluetoothd)
   CGroup: /system.slice/bluetooth.service
           └─5952 /usr/sbin/bluetoothd -n

Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: bluetoothd[5952...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: bluetoothd[5952...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: bluetoothd[5952...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: bluetoothd[5952...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: bluetoothd[5952...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: bluetoothd[5952...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: Failed to init ...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: Bluetooth Manag...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: bluetoothd[5952...
Aug 17 21:27:33 arkya-HP-250-G3-Notebook-PC bluetoothd[5952]: bluetoothd[5952...
Hint: Some lines were ellipsized, use -l to show in full.

Por favor ajude.

P.S .: Segue-se a saída dada pelo comando "lspci -knn | grep Net-A2; lsusb":

09:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
    Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
    Kernel driver in use: rt2800pci
Bus 003 Device 002: ID 8087:8001 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:5776 Realtek Semiconductor Corp. 
Bus 001 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
por Arkya Chatterjee 17.08.2015 / 18:04

1 resposta

1

Eu também sou um usuário do HP 250 G3. O driver Bluetooth presente é o Ralink rt3290. Consegui meu Bluetooth funcionar usando o módulo no link abaixo.

link

você precisa compilá-lo e instalá-lo usando os comandos abaixo

make
sudo make install

Funciona como um encanto para mim. Às vezes, no reinício do bluetooth não funciona. você pode simplesmente remover e adicionar o módulo novamente usando os comandos abaixo e ele funcionará.

sudo rmmod rtbth
sudo modprobe rtbth

Você também pode ler as instruções no repositório do github:)

    
por Dinesh Raj 01.11.2016 / 05:16

Tags