edgetpu
edgetpu copied to clipboard
Rfkill not working, error from modprobe rfkill Module rfkill not found in directory /lib/modules/4.14.98-imx
Description
Trying to run bluetooth.service, I get an error in regards with rfkill (already installed, tried purging-removing and installing it again. No luck). Using modeprobe afterwards, gives me an output of module not found. All code will be presented below. Is it something regarding the kernel?
Click to expand!
Issue Type
Support
Operating System
Mendel Linux
Coral Device
Dev Board
Other Devices
No response
Programming Language
No response
Relevant Log Output
● bluetooth.service - Bluetooth service
Loaded: loaded (/etc/systemd/system/bluetooth.service; enabled; vendor preset: enable
Active: active (running) since Mon 2023-02-20 09:04:28 CET; 2h 45min ago
Docs: man:bluetoothd(8)
Main PID: 5846 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 797)
Memory: 712.0K
CGroup: /system.slice/bluetooth.service
└─5846 /usr/lib/bluetooth/bluetoothd --compat
Feb 20 09:04:28 silly-quill systemd[1]: Starting Bluetooth service...
Feb 20 09:04:28 silly-quill bluetoothd[5846]: Bluetooth daemon 5.50
Feb 20 09:04:28 silly-quill systemd[1]: Started Bluetooth service.
Feb 20 09:04:28 silly-quill bluetoothd[5846]: Starting SDP server
Feb 20 09:04:28 silly-quill bluetoothd[5846]: Failed to open RFKILL control device
Feb 20 09:04:28 silly-quill bluetoothd[5846]: Bluetooth management interface 1.14 initia
Feb 20 09:04:28 silly-quill bluetoothd[5846]: Sap driver initialization failed.
Feb 20 09:04:28 silly-quill bluetoothd[5846]: sap-server: Operation not permitted (1)
sudo rfkill list all
rfkill: cannot open /dev/rfkill: No such file or directory
rfkill: cannot read /dev/rfkill: Bad file descriptor
sudo modprobe rfkill
modprobe: FATAL: Module rfkill not found in directory /lib/modules/4.14.98-imx
sudo depmod
sudo modprobe -r rfkill
modprobe: FATAL: Module rfkill not found.
uname -a
Linux silly-quill 4.14.98-imx #1 SMP PREEMPT Tue Nov 2 02:55:21 UTC 2021 aarch64 GNU/Linux
Hi, could you please try bluetoothctl, to connect to bluetooth devices, instead bluettoth.service. Thanks!