wget -q -O - https://apt.pivccu.de/piVCCU/public.key | sudo tee /usr/share/keyrings/pivccu.asc
echo "deb [signed-by=/usr/share/keyrings/pivccu.asc] https://apt.pivccu.de/piVCCU stable main" | sudo tee /etc/apt/sources.list.d/pivccu.list
sudo apt update
Instead of stable
you can also use the testing
tree, but be aware testing sometimes means not that stable.
sudo apt install build-essential bison flex libssl-dev
Install the matching kernel headers, this highly depends on your distribution
sudo apt install pivccu-modules-dkms
sudo apt install hb-rf-eth
sudo ip link show | cut -d' ' -f2 | cut -d: -f1 | grep -e '^e.*'
sudo apt install bridge-utils
sudo bash -c 'cat << EOT > /etc/network/interfaces
source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
iface eth0 inet manual
auto br0
iface br0 inet dhcp
bridge_ports eth0
EOT'
sudo apt install bridge-utils
sudo bash -c 'cat << EOT > /etc/network/interfaces
source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
iface eth0 inet manual
auto br0
iface br0 inet static
bridge_ports eth0
address <address>
netmask <netmask>
gateway <gateway>
dns-nameservers <dns1> <dns2>
EOT'
sudo reboot
sudo apt install pivccu3
sudo pivccu-info