Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Feb 28, 2024
1 parent f88c9bd commit b4e666e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ The encoder, stationed in the studio, connects to the digital output of an Orban
- Gain root access with `sudo su`.
- Download and execute the install script using `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/oszuidwest/rpi-encoder/main/install.sh)"`.

⚠️ Note: A [significant issue exists with kernel versions 6.x when recording from a HiFiBerry using FFmpeg](https://github.com/raspberrypi/linux/issues/5709). Linux distributions with kernel 6.0 or newer are incompatible. We highly recommend Ubuntu 22.04 LTS with kernel 5.15. Raspbian 11 or 12, which ship with kernel 6.x, are not suitable. ⚠️
⚠️ Note: A [significant issue exists with kernel versions 6.x when recording from a HiFiBerry using FFmpeg](https://github.com/raspberrypi/linux/issues/5709). Linux distributions with kernel 6.0 or newer are incompatible. We highly recommend Ubuntu 22.04 Server LTS with kernel 5.15. Raspbian 11 or 12, which ship with kernel 6.x, are not suitable. ⚠️

# Post installation clean-up for Ubuntu 22.04 Server LTS
- You probably don't need WiFi. Disable it by adding `dtoverlay=disable-wifi` to `/boot/firmware/config.txt`
- You probably don't need there tools. `apt remove bolt bluez ntfs-3g rsyslog telnet`

# Configuring the Audio Processor
- Connect the digital output of the audio processor to the HiFiBerry's input.
Expand Down

0 comments on commit b4e666e

Please sign in to comment.