commit 8ebcf0fa73f9e4560e8fa22d52862733aa1076fc Author: Fabio Date: Mon Jul 28 14:33:29 2025 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d1a4cd --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +## Installare sound su linux Debian 12 in un iMac 18.2 (late 2017) + + sudo apt-get install linux-headers-$(uname -r) + sudo apt install build-essential + sudo apt install git + git clone http://forgit.patachina.it/Fabio/imac_sound_cs8409.git + cd snd-hda-codec-cs8409 + make + sudo make install + +fare il reboot + +deriva da [git link](https://github.com/egorenar/snd-hda-codec-cs8409) + +_______________________________________ + +### per fedora + + # install the kernel headers + sudo dnf install kernel-devel + + # clone the repo of the module + git clone https://github.com/egorenar/snd-hda-codec-cs8409.git + + # make and install + cd snd-hda-codec-cs8409 + make + sudo make install + +### per Debian 12 + + + sudo apt install linux-headers-amd64 build-essential + + git clone https://github.com/egorenar/snd-hda-codec-cs8409.git + + make and install + + cd snd-hda-codec-cs8409 + make + sudo make install +