diff --git a/docs/releases/v8_21.md b/docs/releases/v8_21.md index a528e49f2..353d9fbd7 100644 --- a/docs/releases/v8_21.md +++ b/docs/releases/v8_21.md @@ -18,7 +18,7 @@ The **August 26th, 2023** release of **DietPi v8.21** comes with a new image for - [**Orange Pi 5**](../../hardware/#orange-pi-series), [**ROCK 5B**](../../hardware/#radxa) :octicons-arrow-right-16: An update of the kernel to Linux 5.10.160 will be applied automatically as part of the DietPi update. - [**Orange Pi 5**](../../hardware/#orange-pi-series) :octicons-arrow-right-16: An update of the U-Boot package will be applied. When flashing it to SPI via `dietpi-config` > "Advanced Options" > "Update SPI bootloader", it enables booting DietPi via NVMe and USB. -- **RK33xx SBCs** :octicons-arrow-right-16: All SBCs with RK33xx SoC and Armbian's `linux-image-current-rockchip64` kernel package will receive a major kernel upgrade to Linux 6.1.46, including lots of fixes and enhancements that have been applied upstream and by Armbian in the meantime. Since Armbian's APT repository has not seen any update since February 2023, we started compiling and hosting own builds. An own APT repository is being worked on to better distribute our own package builds. Until then, headers for this kernel package can be downloaded at: +- **RK33xx SBCs** :octicons-arrow-right-16: All SBCs with RK33xx SoC and Armbian's `linux-image-current-rockchip64` kernel package will receive a major kernel upgrade to Linux 6.1.46, including lots of fixes and enhancements that have been applied upstream and by Armbian in the meantime. Since Armbian's APT repository has not seen any update since February 2023, we started compiling and hosting own builds. An own APT repository is being worked on to better distribute our own package builds. - [**DietPi-Tools**](../../dietpi_tools/) | [**DietPi-Config**](../../dietpi_tools/system_configuration/#dietpi-config) | [**WiFi HotSpot**](../../software/advanced_networking/#wifi-hotspot) :octicons-arrow-right-16: When applying settings, manually changed IP addresses in `/etc/network/interfaces` will now be preserved. Additionally, it is now assured that changing interface names, e.g. due to an additionally attached WiFi adapter, are now aligned across `/etc/network/interfaces`, hostapd and DHCP server configs. - [**DietPi-Tools**](../../dietpi_tools/) | [**DietPi-Config**](../../dietpi_tools/system_configuration/#dietpi-config) | [**WiFi HotSpot**](../../software/advanced_networking/#wifi-hotspot) :octicons-arrow-right-16: Toggles for enabling 802.11ac/WiFi 5, 802.11ax/WiFi 6 (Bookworm only) and 5 GHz WiFi respectively have been added to the menu. - [**DietPi-Software**](../../dietpi_tools/software_installation/#dietpi-software) | [**WiFi HotSpot**](../../software/advanced_networking/#wifi-hotspot) :octicons-arrow-right-16: We added new `dietpi.txt` settings `SOFTWARE_WIFI_HOTSPOT_WIFI4`, `SOFTWARE_WIFI_HOTSPOT_WIFI5`, `SOFTWARE_WIFI_HOTSPOT_WIFI6` and `SOFTWARE_WIFI_HOTSPOT_5G` to have 802.11n/WiFi 4, 802.11ac/WiFi 5, 802.11ax/WiFi 6 (Bookworm only) and 5 GHz support respectively enabled on install. diff --git a/docs/software/hardware_projects.md b/docs/software/hardware_projects.md index 337b66b74..3ca8d5a98 100644 --- a/docs/software/hardware_projects.md +++ b/docs/software/hardware_projects.md @@ -298,7 +298,7 @@ MQTT provides a lightweight method of carrying out messaging using a publish/sub - Config file: `/etc/mosquitto/mosquitto.conf` - Password file: `/etc/mosquitto/passwd` - To change the default authentication password for the `dietpi` user, run the following command: + To change the default authentication password for the `mosquitto` user, run the following command: ```sh mosquitto_passwd /etc/mosquitto/passwd mosquitto @@ -307,7 +307,7 @@ MQTT provides a lightweight method of carrying out messaging using a publish/sub To create a new authentication user, run the following command: ```sh - mosquitto_passwd /etc/mosquitto/passwd + mosquitto_passwd /etc/mosquitto/passwd ``` After changes have been done, you need to restart the service: