From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.66.63.102 with SMTP id f6mr9722232pas.19.1433583927442; Sat, 06 Jun 2015 02:45:27 -0700 (PDT) X-BeenThere: voidlinux@googlegroups.com Received: by 10.140.29.133 with SMTP id b5ls2008207qgb.93.gmail; Sat, 06 Jun 2015 02:45:27 -0700 (PDT) X-Received: by 10.140.34.78 with SMTP id k72mr94373qgk.17.1433583927261; Sat, 06 Jun 2015 02:45:27 -0700 (PDT) Date: Sat, 6 Jun 2015 02:45:26 -0700 (PDT) From: Juan RP To: void...@googlegroups.com, master...@googlemail.com Message-Id: <81dffff1-50f9-48dc-80ae-5eabfd39392e@googlegroups.com> In-Reply-To: References: <6f57552e-5047-41a1-8f42-b4ddd068008a@googlegroups.com> Subject: Re: Nvidia probem? MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_68_1508356722.1433583926908" ------=_Part_68_1508356722.1433583926908 Content-Type: multipart/alternative; boundary="----=_Part_69_2054457466.1433583926909" ------=_Part_69_2054457466.1433583926909 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit This Makefile you are mentioning about does not seem to exist. What I think happened is that the first upgrade executed dkms and this failed to build the nvidia kmods, but dkms thinks it was built and installed correctly. Do this: - dkms build -m nvidia -v 346.72 -k $(uname -r) - dkms install -m nvidia -v 346.72 -k $(uname -r) - xbps-reconfigure -f nvidia Before running xbps-reconfigure, make sure the kmods are built and installed correctly. ------=_Part_69_2054457466.1433583926909 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
This Makefile you are mentioning about does not seem to exist.

What I think happened is that the first upgrade executed dkms and this failed to build the nvidia kmods, but dkms thinks it was built and installed correctly.

Do this:

- dkms build -m nvidia -v 346.72 -k $(uname -r)
- dkms install -m nvidia -v 346.72 -k $(uname -r)
- xbps-reconfigure -f nvidia

Before running xbps-reconfigure, make sure the kmods are built and installed correctly.
------=_Part_69_2054457466.1433583926909-- ------=_Part_68_1508356722.1433583926908--