Skip to content

Commit

Permalink
v6.22
Browse files Browse the repository at this point in the history
- DietPi-Config | RPi: Resolved an issue where serial console must be disabled, for bluetooth to function correctly. This is now done automatically during BT enable: #2607
  • Loading branch information
Daniel Knight committed Mar 7, 2019
1 parent 10058f6 commit a39412c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Bug Fixes:
- General | Resolved an issue where DietPi-Config and banner shows wrong adapter state if it is not connected but has an IP assigned. Thanks to @msongz for reporting this issue: https://github.com/MichaIng/DietPi/issues/2573
- General | Resolved an issue where /etc/rc.local was not executed due to an incompatible rc-local.service from old times. Many thanks to @Remonli for reporting this issue: https://github.com/MichaIng/DietPi/issues/2566
- RPi | Resolved an issue where I-Sabre-K2M sound card selection failed. Thanks to @klasLiesen for reporting this issue: https://github.com/MichaIng/DietPi/issues/2547
- DietPi-Config | RPi: Resolved an issue where serial console must be disabled, for bluetooth to function correctly. This is now done automatically during BT enable: https://github.com/MichaIng/DietPi/issues/2607
- DietPi-Drive_Manager | Resolved an issue where RootFS RO would not remain during reboots. Many thanks to @JBatSEEDLING for reporting this issue: https://github.com/MichaIng/DietPi/issues/2604
- DietPi-Software | XU4 + X11: Resolved various issues related to incorrect xorg.conf settings on this device. xorg.conf now used is installed automatically from Meveric's repo, which auto detects 3.x and 4.x kernel configuration and required settings automatically: https://github.com/MichaIng/DietPi/issues/2584 + https://github.com/MichaIng/DietPi/issues/2351
- DietPi-Software | MineOS/Koel: Resolved an issue where install on ARMv8 devices failed. Many thanks to @DeathIsUnknown for reporting this issue and solution: https://github.com/MichaIng/DietPi/issues/1880#issuecomment-464097174
Expand Down
3 changes: 3 additions & 0 deletions dietpi/func/dietpi-set_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,9 @@ _EOF_
# + RPi
if (( $G_HW_MODEL < 10 )); then

#Serial console must be disabled: https://github.com/MichaIng/DietPi/issues/2607#issuecomment-470523194
INPUT_DEVICE_VALUE='disable' Serial_Main

systemctl enable hciuart
G_RUN_CMD systemctl start hciuart

Expand Down

0 comments on commit a39412c

Please sign in to comment.