Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 1.3 KB

otheros.md

File metadata and controls

41 lines (38 loc) · 1.3 KB

Vorraussetzung

  • Debian oder Ubuntu
  • Mind. Kernel 4.9

Installation

  1. Volles Backup des Systems erstellen
  2. Notwendige Pakete für die Installation installieren (als Benutzer root)
    apt install sudo apt-transport-https
  3. Hinzufügen des debmatic apt Repositories
    wget -q -O - https://apt.debmatic.de/debmatic/public.key | sudo tee /usr/share/keyrings/debmatic.asc
    echo "deb [signed-by=/usr/share/keyrings/debmatic.asc] https://apt.debmatic.de/debmatic stable main" | sudo tee /etc/apt/sources.list.d/debmatic.list
    sudo apt update
  4. Ggf. Update auf Kernel >= 4.9
  5. Installation der Pakete, welche für das Bauen von Kernel Modulen notwendig sind
    sudo apt install build-essential bison flex libssl-dev
  6. Installation der Kernel Header (dieser Schritt ist abhängig von Distribution und verwendetem Kernel, bitte in der Hilfe der Distribution nachschlagen)
  7. Installation der Kernel Module
    sudo apt install pivccu-modules-dkms
  8. Falls ein HB-RF-ETH verwendet wird, Installation des benötigten Support Pakets
    sudo apt install hb-rf-eth
  9. Neustart
    sudo reboot
  10. Installation von debmatic
    sudo apt install debmatic
  11. Viel Spaß mit der Nutzung von debmatic