Skip to content

Commit

Permalink
v9.1
Browse files Browse the repository at this point in the history
- DietPi-Set_hardware | Do not try to load sprdbt_tty for Bluetooth on other SBCs than Orange Pi 3B/Zero 3: https://dietpi.com/forum/t/no-adapter-bluetooth-found-cant-find-hciuart-service-to-run/18808
  • Loading branch information
MichaIng committed Jan 22, 2024
1 parent ee76776 commit ff81167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dietpi/func/dietpi-set_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -1146,10 +1146,11 @@ _EOF_
'btbcm' # RPi3 Broadcom onboard
'rfcomm' # BPi Pro/M2+ and others
'hidp' # BPi Pro/M2+ and others
'sprdbt_tty' # Orange Pi 3B/Zero 3
'hci_uart'
)

[[ $G_HW_MODEL =~ ^(83|87)$ ]] && aBLUETOOTH_MODULES+=('sprdbt_tty') # Orange Pi 3B/Zero 3

if [[ $INPUT_DEVICE_VALUE == 'disable' ]]; then

# RPi
Expand Down

0 comments on commit ff81167

Please sign in to comment.