cb22 / macbook12-spi-driver

WIP input driver for the SPI touchpad / keyboard found in the 12" MacBook (MacBook8,1 + MacBook9,1)
GNU General Public License v2.0
298 stars 103 forks source link

dkms: command not found #74

Closed KeelanO closed 5 years ago

KeelanO commented 5 years ago

all i get when i try to use the dkms command is dkms: command not found

roadrunner2 commented 5 years ago

Did you install the dkms package as instructed?

KeelanO commented 5 years ago

Whenever I try a command such as “dkms install -m applespi -v 0.1“, the error appears

roadrunner2 commented 5 years ago

Please read the instructions again: did you run sudo apt install dkms (or whatever the equivalent is for your distro)?

KeelanO commented 5 years ago

It says E: Unable to locate package dkms

KeelanO commented 5 years ago

I got it. I had to update my repo

roadrunner2 commented 5 years ago

@KeelanO Do you mind closing this issue since the problem has been resolved? TIA.