first commit
This commit is contained in:
commit
8ebcf0fa73
1 changed files with 42 additions and 0 deletions
42
README.md
Normal file
42
README.md
Normal 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
|
||||
|
Loading…
Reference in a new issue