Hcitool

Aus Foxwiki
Version vom 2. Januar 2022, 19:10 Uhr von Dirkwagner (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „$ hcitool dev ## to see if the Device was detected $ hcitool scan ## to see if the Device is able to do anything, got an error: Device is not available: No su…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

$ hcitool dev

    1. to see if the Device was detected

$ hcitool scan

    1. to see if the Device is able to do anything, got an error:

Device is not available: No such device

  1. hciconfig hci0 up
    1. to power on the device, got an error:

Can't init device hci0: Device or resource busy (16)

  1. hciconfig hci0 piscan

Can't set scan mode on hci0: Network is down (100)

  1. hciconfig hci0 reset

Can't init device hci0: Device or resource busy (16)