I have searched the existing open and closed issues
I did see a nanopi issue in line with the issue but don’t know if it is similar here
Required Information
DietPi version | 971 master michaIng
Distro version | 'bookworm`
Kernel version | `6.6.31-current-sunxi64’
Architecture | arm64
SBC model | Orange pi zero 2w
Power supply used | (5V 2.1A)
SD card used | (SanDisk ultra)
Steps to reproduce
fresh installation with Bluetooth on from the config
And after installing blueZ blueman Bluetooth-manager (I think this was all, asked chatgpt for what I needed )
Expected behaviour
Bluetooth adapter should work
Actual behaviour
Cannot detect hci0 only vhci
Bluetooth manager window pops up and disappears
Eventually I managed to open the BT manager menu, but I could not press search
Bluetooth adapter is not working, but a BT USB dongle works and I connected a device
Could ralink cause firmware clash?
I worked a lot with chatgpt, it helps noobs.
Been playing with linux for 2 months now and I like Dietpi.
Hope you can help so I can work on retropie optimization , thanks in advance!
Wifi adapter works, menu would be nice eventually
PS: earlier found the gpu fix and the dtb replacement fix for the no Soundcard issue.
IIRC, WiFi (the WiFi kernel module) needs to be enabled for Bluetooth to work. Please try this:
echo 'sprdwl_ng' | sudo tee -a /etc/modules-load.d/dietpi-enable_bluetooth.conf
reboot
I’ll implement it ASAP into dietpi-config, if it works.
@boxer last warning: If I see you one more time spreading false facts like this, I’ll permanently ban you. It is embarrassing and somewhat sad to see you wasting your time, desperately trying to sabotage other projects, instead of investing this time into your own project. I cannot see into your mind, but what you do is self-destruction. You are making a fool of yourself here, in case you are unable to recognise this yourself.
root@DietPi:~# blueman-manager
(blueman-manager:1807): dbind-WARNING **: 18:06:43.254: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
blueman-manager 18.06.44 ERROR Manager:147 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 18.06.44 ERROR Manager:151 on_dbus_name_appeared: No adapter(s) found, exiting
root@DietPi:~# sudo hciconfig hci0 up
Can't get device info: No such device
root@DietPi:~# rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth bluetooth unblocked unblocked
1 wlan phy0 unblocked unblocked
Please also check which kernel modules are loaded:
lsmod
sprdwl_ng and sprdbt_tty somehow did not want to load both via /etc/modules-load.d, or the order was relevant. And after the need for the UART-attachment, I am actually not sure anymore whether sprdwl_ng (WiFi driver) is really needed or not.
I just created a package with this binary and service and will implement the installation of this into dietpi-config: v9.8 · MichaIng/DietPi@e857d43 · GitHub
@Arrafart
Answering via email does not work on our forum yet, since we do not run an own webserver here. But I got your mail, that it worked . Thanks for testing. I’ll have a look into the other issues as well.