Hi.
I am trying to install and run bluetooth/bluetooth low energy in a RPI zero w running piCore
I have installed bluetooth related modules, including bluetooth-4.9.22-piCore-v7.tcz
Then I ran the following commands:
sudo depmod
sudo modprobe hci_uart
modprobe: module hci_uart not found in modules.dep
cat ....../config.txt
...
...
enable_uart=1
[PI3]
#dtoverlay=pi3-disable-bt
I can see /usr/lib/modules/4.9.22-piCore-v7/kernel/drivers/bluetooth/hci_uart.ko
but it does not exists in modules.dep
If I:
tci-load -i bluetooth-4.9.22-piCore-v7.tcz
it says "already installed"
Why does hci_uart is not in the modules.dep. Can I add it using vi text editor?
Thanks
Imo