Control PS3 en Debian
requisitos :
# apt-get install bluetooth bluez bluez-tools rfkill rfcomm hardinfo
requisitos extraudinarios:
# apt install bluez-firmware firmware-atheros
# apt install bluez-firmware firmware-realtek
apt install etc.....
bluez-firmware package for dongles based on the Broadcom BCM203x and Raspberry Pi chipset,
firmware-iwlwifi for Intel wireless cards.
Preparativos:
- ubicar nombre del modulo y compañia
hardinfo ---> Dell Computer Corp. BCM20702A0 Bluetooth Module
$ lsusb -----> Bus 003 Device 003: ID 413c:8197 Dell Computer Corp. BCM20702A0 Bluetooth Module
- verificar si esta corriendo
$ service bluetooth status
bluetooth is running.
encenderlo:
# service bluetooth start
a) por USB
b) por bluetooth
service bluetooth status
NOTAS PERSONALES:
modprobe -c | grep bluetooth
FUENTES:
https://www.dagorret.com.ar/como-configurar-el-bluetooth-en-linux-con-bluez-y-hcitool/
https://wiki.archlinux.org/title/Kernel_module_(Espa%C3%B1ol)#Manejo_manual_de_m%C3%B3dulos
https://wiki.debian.org/BluetoothUser#Preparation