┌──(root㉿kali)-[~/BlueDucky]
└─# lsmod | grep bluetooth
libkmod: ERROR ../libkmod/libkmod-module.c:1762 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
┌──(root㉿kali)-[~/BlueDucky]
└─# lsmod | grep bluetooth
libkmod: ERROR ../libkmod/libkmod-module.c:1762 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
┌──(root㉿kali)-[~/BlueDucky]
└─# sudo hciconfig -a
┌──(root㉿kali)-[~/BlueDucky]
└─# sudo hciconfig hci0 up
Can't get device info: No such device
┌──(root㉿kali)-[~/BlueDucky]
└─# ls -l /lib/modules/
total 4
drwxr-xr-x. 3 root root 4096 Jul 22 02:20 6.8.11-arm64
┌──(root㉿kali)-[~/BlueDucky]
└─# sudo modprobe bluetooth
modprobe: FATAL: Module bluetooth not found in directory /lib/modules/3.18.124-lineageos-gb9aac0b
there is a question that 3.18.124-lineageos-gb9aac0b is the kernel version of Android,I don't know I don't know if this is a distraction.
┌──(root㉿kali)-[~/BlueDucky] └─# lsmod | grep bluetooth libkmod: ERROR ../libkmod/libkmod-module.c:1762 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory Error: could not get list of modules: No such file or directory
┌──(root㉿kali)-[~/BlueDucky] └─# sudo apt-get update Hit:1 http://http.kali.org/kali kali-rolling InRelease Reading package lists... Done
┌──(root㉿kali)-[~/BlueDucky] └─# lsmod | grep bluetooth libkmod: ERROR ../libkmod/libkmod-module.c:1762 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory Error: could not get list of modules: No such file or directory
┌──(root㉿kali)-[~/BlueDucky] └─# uname Linux
┌──(root㉿kali)-[~/BlueDucky] └─# uname -r 3.18.124-lineageos-gb9aac0b
┌──(root㉿kali)-[~/BlueDucky] └─# hciconfig -a
┌──(root㉿kali)-[~/BlueDucky] └─# sudo hciconfig -a
┌──(root㉿kali)-[~/BlueDucky] └─# sudo hciconfig hci0 up Can't get device info: No such device
┌──(root㉿kali)-[~/BlueDucky] └─# ls -l /lib/modules/ total 4 drwxr-xr-x. 3 root root 4096 Jul 22 02:20 6.8.11-arm64
┌──(root㉿kali)-[~/BlueDucky] └─# sudo modprobe bluetooth modprobe: FATAL: Module bluetooth not found in directory /lib/modules/3.18.124-lineageos-gb9aac0b
there is a question that 3.18.124-lineageos-gb9aac0b is the kernel version of Android,I don't know I don't know if this is a distraction.