Hcitool: Unterschied zwischen den Versionen
K Dirkwagner verschob die Seite Linux:Befehl:hcitool nach Hcitool, ohne dabei eine Weiterleitung anzulegen: Textersetzung - „Linux:Befehl:“ durch „“ Markierungen: mobile web edit mobile edit |
K Textersetzung - „[[Kategorie:“ durch „[[Category:“ |
||
Zeile 16: | Zeile 16: | ||
Can't init device hci0: Device or resource busy (16) | Can't init device hci0: Device or resource busy (16) | ||
[[ | [[Category:Linux:Befehl]] | ||
[[ | [[Category:Linux:Hardware]] |
Version vom 18. Mai 2022, 10:01 Uhr
$ 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 such device
# hciconfig hci0 up ## to power on the device, got an error: Can't init device hci0: Device or resource busy (16)
# hciconfig hci0 piscan Can't set scan mode on hci0: Network is down (100)
# hciconfig hci0 reset Can't init device hci0: Device or resource busy (16)