Re: Faire fonctionner carte Bluetooth Ralink RT3290 sous Deb…

Page principale

Répondre à ce message
Auteur: Amaury ABRIAL
Date:  
À: Aimé VAREILLE, guilde
Sujet: Re: Faire fonctionner carte Bluetooth Ralink RT3290 sous Debian

> Dans https://debian-facile.org/doc:systeme:bluetooth ils proposent :
>
> # service bluetooth status
>
> qui doit donner : bluetooth is running
>
> Sinon de démarrer le démon :
>
> # service bluetooth start
>

Déjà regardé de ce coté, le service bluetooth est bien démarré avec le
démarrage du système.
>
> C'est bizarrement compliqué de connaître précisément sa version
> Bluetooth par les différents outils logiciels :
>
> https://askubuntu.com/questions/591803/how-to-check-bluetooth-version-on-my-laptop
>
> # btmgmt info
> Index list with 2 items
> hci1: Primary controller
> addr 00:E0:4C:23:99:87 version 10 manufacturer 93 class 0x3c010c
> supported settings: powered connectable fast-connectable discoverable
> bondable link-security ssp br/edr hs le advertising secure-conn
> debug-keys privacy static-addr phy-configuration
> current settings: powered bondable ssp br/edr le secure-conn
> name ellipsognu #2
> short name
> hci0: Primary controller
> addr 00:C2:C6:06:66:15 version 6 manufacturer 2 class 0x3c010c
> supported settings: powered connectable fast-connectable discoverable
> bondable link-security ssp br/edr hs le advertising secure-conn
> debug-keys privacy static-addr phy-configuration
> current settings: powered connectable discoverable bondable ssp br/edr
> le secure-conn
> name ellipsognu
> short name
>
> # inxi -E
> Bluetooth: Device-1: Realtek Bluetooth Radio type: USB driver: btusb
> Report: ID: hci1 state: up running bt-v: 3.0 address: 00:E0:4C:23:99:87
> Device-2: Intel Centrino Bluetooth Wireless Transceiver type: USB
> driver: btusb
> Report: ID: hci0 state: up running pscan iscan bt-v: 2.1 address:
> 00:C2:C6:06:66:1
>
> "inxi -E" est très pessimiste.
>
> Au final le plus juste semble être la ligne "HCI Version" de la
> commande réputée "deprecated" hciconfig -a :
>
> $ hciconfig -a
> hci1: Type: Primary Bus: USB
> BD Address: 00:E0:4C:23:99:87 ACL MTU: 1021:6 SCO MTU: 255:12
> UP RUNNING
> RX bytes:2318 acl:0 sco:0 events:132 errors:0
> TX bytes:16822 acl:0 sco:0 commands:132 errors:0
> Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
> Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
> Link policy: RSWITCH HOLD SNIFF PARK
> Link mode: SLAVE ACCEPT
> Name: 'ellipsognu #2'
> Class: 0x3c010c
> Service Classes: Rendering, Capturing, Object Transfer, Audio
> Device Class: Computer, Laptop
> HCI Version: 5.1 (0xa) Revision: 0x97b
> LMP Version: 5.1 (0xa) Subversion: 0xec43
> Manufacturer: Realtek Semiconductor Corporation (93)
>
> hci0: Type: Primary Bus: USB
> BD Address: 00:C2:C6:06:66:15 ACL MTU: 310:10 SCO MTU: 64:8
> UP RUNNING PSCAN ISCAN
> RX bytes:2602 acl:0 sco:0 events:109 errors:0
> TX bytes:9423 acl:0 sco:0 commands:108 errors:0
> Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
> Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
> Link policy: RSWITCH HOLD SNIFF PARK
> Link mode: SLAVE ACCEPT
> Name: 'ellipsognu'
> Class: 0x3c010c
> Service Classes: Rendering, Capturing, Object Transfer, Audio
> Device Class: Computer, Laptop
> HCI Version: 4.0 (0x6) Revision: 0x1ebd
> LMP Version: 4.0 (0x6) Subversion: 0xfc00
> Manufacturer: Intel Corp. (2)
>

btmgmt info, inxi -E et hciconfig -a juste après redémarrage du syteme (
le périphérique ne semble pas être détecté):

btmgmt info
Index list with 0 items

inxi -E
Bluetooth:
  Message: No Bluetooth data was found.

hciconfig -a
(la commande n'affiche rien du tout)

btmgmt info, inxi -E et hciconfig -a juste après rechargement du module
( sudo modprobe -r rtbth && sudo modprobe rtbth):

btmgmt info
Index list with 1 item
hci0:    Primary controller
    addr 68:94:23:73:81:AC version 4 manufacturer 91 class 0x000000
    supported settings: powered connectable fast-connectable
discoverable bondable link-security ssp br/edr hs debug-keys
phy-configuration
    current settings: connectable discoverable bondable ssp br/edr
    name compaq-amaury
    short name

inxi -E
Bluetooth:
  Message: No Bluetooth data was found.

hciconfig -a
hci0:    Type: Primary  Bus: PCI
    BD Address: 68:94:23:73:81:AC  ACL MTU: 1021:8  SCO MTU: 128:40
    DOWN
    RX bytes:991 acl:0 sco:0 events:55 errors:0
    TX bytes:3121 acl:0 sco:0 commands:55 errors:0
    Features: 0xff 0xff 0x8f 0xfe 0x9b 0xff 0x59 0x83
    Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
    Link policy: RSWITCH HOLD SNIFF PARK
    Link mode: SLAVE ACCEPT


Note, dans mes message précédent quand je disais que quelque chose ne
démarrer pas correctement, j'ai en fait l'impression que des choses ne
démarre pas dans le bon ordre ce qui fait que fais que le pérpihérique
bluetooth n'est pas trouvé