FedoraMacbookPro.md aktualisiert
This commit is contained in:
parent
d7c9ae94b3
commit
2626c95a96
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@ sudo dnf install dkms
|
||||||
### Add driver files to DKMS
|
### Add driver files to DKMS
|
||||||
```bash
|
```bash
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git https://github.com/lorre851/macbook12-spi-driver
|
git clone https://github.com/lorre851/macbook12-spi-driver
|
||||||
cd macbook12-spi-driver
|
cd macbook12-spi-driver
|
||||||
sudo dkms add .
|
sudo dkms add .
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fixes for Kernel 6.5^
|
### (optional) Fixes for Kernel 6.5^
|
||||||
apply patch from this: https://github.com/prem-prakash/macbook12-spi-driver/pull/1/files#diff-984f3aa56499b4f3f2430ce4ff6da90aa14c970c7cf0acbc11790f566f619926
|
apply patch from this: https://github.com/prem-prakash/macbook12-spi-driver/pull/1/files#diff-984f3aa56499b4f3f2430ce4ff6da90aa14c970c7cf0acbc11790f566f619926
|
||||||
```bash
|
```bash
|
||||||
cd /usr/src/applespi-0.1
|
cd /usr/src/applespi-0.1
|
||||||
|
|
Loading…
Reference in a new issue