The
Code: Select all
hciconfig -a
Code: Select all
shaunak@Xubuntu-RPi:~$ hciconfig -a
hci0: Type: Primary Bus: SDIO
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0
Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
Code: Select all
sudo hciconfig hci0 up
Code: Select all
shaunak@Xubuntu-RPi:~$ sudo hciconfig hci0 up
[sudo] password for shaunak:
Can't init device hci0: Input/output error (5)
1. https://www.raspberrypi.org/forums/view ... p?t=171999
2. https://www.raspberrypi.org/forums/view ... hp?t=96001