Diferencias
Muestra las diferencias entre dos versiones de la página.
| doc:tec:sis:gnu:perif_bluetooth:inicio [2025/07/24 13:21] – creado euloxio | doc:tec:sis:gnu:perif_bluetooth:inicio [Fecha desconocida] (actual) – editor externo (Fecha desconocida) 127.0.0.1 | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | ====== Bluetooth ====== | ||
| + | |||
| + | **Enlaces interesantes** | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | **Procedimiento** | ||
| + | |||
| + | - Instalar el firmware **iwlwifi** < | ||
| + | |||
| + | # aptitude install firmware-iwlwifi | ||
| + | |||
| + | </ | ||
| + | - Reiniciar para que los cambios tengan efecto < | ||
| + | |||
| + | # reboot | ||
| + | |||
| + | </ | ||
| + | - Para averiguar si nuestro PC ha detectado el hardware Bluetooth podemos instalar el paquete **rfkill** < | ||
| + | |||
| + | aptitude install rfkill | ||
| + | |||
| + | </ | ||
| + | - Verificamos el estado del servicio Bluetooth con < | ||
| + | |||
| + | # systemctl status Bluetooth | ||
| + | |||
| + | </ | ||
| + | - En caso de que el servicio Bluetooth no esté activo/ | ||
| + | |||
| + | # systemctl start bluetooth | ||
| + | |||
| + | </ | ||
| + | |||