GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Problema Bluetooth Ralink Rt 3290 su Ubuntu 16.04?

Questa domanda ha già risposte qui :Driver RT3290 Ralink in Ubuntu

(4 risposte)
Chiuso 3 anni fa.

Ho moduli wifi e Bluetooth RT3290. Il Wi-Fi funziona correttamente ma il Bluetooth viene visualizzato come disabilitato nelle impostazioni Bluetooth. Qualcuno può aiutarmi a risolvere questo problema?

Risposta accettata:

Uso Ubuntu 16.04 (Kernel 4.8)

  1. Corri

    sudo apt-get update
    sudo apt-get install build-essential linux-headers-generic
    
  2. Scarica zip da qui su GitHub e decomprimilo sul desktop.

  3. Cambia la tua directory in una nuova directory decompressa (ad esempio ~/Desktop/rtbth-dkms-master ).

  4. Esegui i seguenti comandi uno per uno

    make
    sudo make install
    sudo cp -r ~/Desktop/rtbth-dkms-master /usr/src/rtbth-3.9.3
    sudo dkms install rtbth/3.9.3
    sudo nano /etc/modules
    
  5. Aggiungi rtbth alla fine, quindi Ctrl +O e INVIO (per salvare il file) e Ctrl +x per chiudere l'editor

  6. Riavvia

Rif:https://askubuntu.com/a/828925/703994; https://askubuntu.com/a/904222/703994


Ubuntu
  1. Problema di riproduzione dell'auricolare Bluetooth Ubuntu 15.10?

  2. Problemi Docker in Ubuntu 20.04?

  3. Ubuntu 18.04 si blocca allo spegnimento?

  4. Il Bluetooth non funziona su Ubuntu 13.10?

  5. Problemi di installazione di Ubuntu 18.04?

Come installare Apache su Ubuntu 18.04

Come installare MariaDB 10.4 su Ubuntu 18.04

Come installare MongoDB su Ubuntu 18.04

Come installare Jenkins su Ubuntu 18.04

Come installare ClickHouse su Ubuntu 20.04

Installazione di Ubuntu 20.04 Tomcat