Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
doc:tec:sis:gnu:bluetooth:inicio [2025/05/10 07:46] – [Activación del servicio] euloxio | doc:tec:sis:gnu:bluetooth:inicio [2025/05/10 09:06] (actual) – [Comtratiempos] euloxio | ||
---|---|---|---|
Línea 5: | Línea 5: | ||
==== Escenario ==== | ==== Escenario ==== | ||
- | * Tenemos un ordenador que no posee interfaz Bluetooth. | + | * Tenemos un ordenador |
- | * Vamos a usar el **adaptador USB de Asus BT211** para disponer de esta forma de conexión en él. | + | * Vamos a usar un viejo **adaptador USB de Asus BT211** para disponer de esta forma de conexión en él. |
\\ | \\ | ||
==== Análisis ==== | ==== Análisis ==== | ||
- | * Ejecutamos | + | * Conectamos el adaptador USB Bluetooth al ordenador y ejecutamos |
$ lsusb | $ lsusb | ||
Línea 18: | Línea 18: | ||
Bus 001 Device 006: ID 0cf3:3005 Qualcomm Atheros Communications AR3011 Bluetooth (no-firmware) | Bus 001 Device 006: ID 0cf3:3005 Qualcomm Atheros Communications AR3011 Bluetooth (no-firmware) | ||
- | </ | + | </ |
\\ | \\ | ||
==== Drivers ==== | ==== Drivers ==== | ||
Línea 34: | Línea 34: | ||
# aptitude install firmware-atheros | # aptitude install firmware-atheros | ||
- | </ | + | </ |
$ lsusb | $ lsusb | ||
Línea 42: | Línea 42: | ||
Bus 001 Device 006: ID 0cf3:3005 Qualcomm Atheros Communications AR3011 Bluetooth | Bus 001 Device 006: ID 0cf3:3005 Qualcomm Atheros Communications AR3011 Bluetooth | ||
- | </ | + | </ |
\\ | \\ | ||
==== Habilitación interface ==== | ==== Habilitación interface ==== | ||
Línea 100: | Línea 100: | ||
</ | </ | ||
- | $ sudo systemctl start bluetooth | + | # systemctl start bluetooth |
+ | |||
+ | </ | ||
+ | |||
+ | # systemctl enable | ||
</ | </ | ||
+ | \\ | ||
+ | ==== Comtratiempos ==== | ||
+ | * **Problemas** de conexión < | ||
+ | |||
+ | # systemctl status bluetooth | ||
+ | |||
+ | ● bluetooth.service - Bluetooth service | ||
+ | | ||
+ | | ||
+ | Docs: man: | ||
+ | Main PID: 799 (bluetoothd) | ||
+ | | ||
+ | Tasks: 1 (limit: 18922) | ||
+ | | ||
+ | CPU: 91ms | ||
+ | | ||
+ | | ||
+ | |||
+ | may 10 06:58:59 debian01 bluetoothd[799]: | ||
+ | may 10 06:58:59 debian01 bluetoothd[799]: | ||
+ | may 10 06:58:59 debian01 bluetoothd[799]: | ||
+ | may 10 06:58:59 debian01 bluetoothd[799]: | ||
+ | may 10 06:58:59 debian01 bluetoothd[799]: | ||
+ | may 10 06:58:59 debian01 bluetoothd[799]: | ||
+ | may 10 06:59:00 debian01 bluetoothd[799]: | ||
+ | may 10 06:59:00 debian01 bluetoothd[799]: | ||
+ | may 10 06:59:00 debian01 bluetoothd[799]: | ||
+ | may 10 07:52:27 debian01 bluetoothd[799]: | ||
+ | |||
+ | </ | ||
+ | * Dado que '' | ||
+ | * Observamos en los repositorios que disponemos de paquetes relacionados con esta tarea que aún no están instalados en nuestro ordenador, por ejemplo: '' | ||
+ | * **Probamos con '' |