Bumblebee-Project / bbswitch

Disable discrete graphics (currently nvidia only)
GNU General Public License v2.0
487 stars 78 forks source link

Include command "dkms add" in Makefile #87

Closed jhenin closed 10 years ago

jhenin commented 10 years ago

DKMS was complaining about missing module in tree: Error! DKMS tree does not contain: bbswitch-0.8 This adds the dkms add command that makes everything smooth on my machine (using dkms 2.0.19). Suggesting this in case other people run into the same issue - I suspect it depends on the dkms version, but I'm not sure.

Lekensteyn commented 10 years ago

For at least DKMS 2.2.0.3 (2011), this is not necessary as install depends on build, which depends on add. DKMS 2.0.19 was released somewhere in 2008, do you still want it to be merged? If yes, please open a new request against the develop branch.

Thanks, Peter

jhenin commented 10 years ago

Thanks for the info. I'm going to tell the distribution to update their version of DKMS, and see if they have a good reason to keep it so out of date.