Hi,
I still use a super Asus board with nVidia ION, and the system needs dual audio support. I know dual audio support is not a great way to go, but it works. Since I both need legacy nVidia drivers AND Dual Audio patch, I will need to compile my own LE 8.2.5. This is the first time I do this, therefore your help would be so much appreciated.
What I do:
1. I Forked LE at github.
2. I modified the nVidia Legacy driver with adding a commit.
3. Downloaded the patch for Dual Audio from here: Patch
4. I cloned my fork, changed to 8.2.5, and to the nVidia legacy commit:
git clone https://github.com/gurabli/LibreELEC.tv.git
cd ~/LibreELEC.tv
git checkout 8.2.5
git checkout 0d3857e0d755d2f571760b3213c40a3858663a2b
5. I copied the downloaded Dual Audio patch to: /packages/mediacenter/kodi/patches/
6. I start to compile:
PROJECT=Generic ARCH=x86_64
PROJECT=Generic ARCH=x86_64 tools/download-tool
PROJECT=Generic ARCH=x86_64 IMAGE_SUFFIX=gurabli_nvidia_legacy_dualaudio make image
Is this the correct way to do this?
Your help is very much appreciated! I'm on Ubuntu Server 16.04 LTS.