Hcitool: Unterschied zwischen den Versionen
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…“ |
K Textersetzung - „[[Kategorie/“ durch „[[Kategorie:“ |
||
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
$ hcitool dev | $ hcitool dev | ||
## to see if the Device was detected | ## to see if the Device was detected | ||
$ hcitool scan | $ hcitool scan | ||
## to see if the Device is able to do anything, got an error: | ## to see if the Device is able to do anything, got an error: | ||
Device is not available: No such device | Device is not available: No such device | ||
# hciconfig hci0 up | # hciconfig hci0 up | ||
## to power on the device, got an error: | ## to power on the device, got an error: | ||
Can't init device hci0: Device or resource busy (16) | Can't init device hci0: Device or resource busy (16) | ||
# hciconfig hci0 piscan | # hciconfig hci0 piscan | ||
Can't set scan mode on hci0: Network is down (100) | Can't set scan mode on hci0: Network is down (100) | ||
# hciconfig hci0 reset | # hciconfig hci0 reset | ||
Can't init device hci0: Device or resource busy (16) | Can't init device hci0: Device or resource busy (16) | ||
[[Kategorie:Linux/Befehl]] | |||
[[Kategorie:Linux/Hardware]] |
Aktuelle Version vom 25. März 2023, 14:36 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)