first commit

This commit is contained in:
Fabio 2025-07-28 14:33:29 +02:00
commit 8ebcf0fa73

42
README.md Normal file
View file

@ -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