From mboxrd@z Thu Jan 1 00:00:00 1970 From: aruna.hewapathirane@gmail.com (Aruna Hewapathirane) Date: Mon, 6 Jun 2016 16:08:11 -0400 Subject: Building modules: missing scripts/basic/Makefile In-Reply-To: <20160606195506.GA19527@StevensLaptop.attlocal.net> References: <20160606195506.GA19527@StevensLaptop.attlocal.net> Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org > Hi Aruna, > > I ran dpkg -s linux-headers-$(uname -r) and the status indicated it was all installed ok. Just to be sure I reinstalled it as well > as the dependencies (linux-headers-3.16.0-4-common and linux-kbuild-3.16). Reinstalling them seems to have not made > any difference as my Makefile is still looking for a Makefile that does not seem to exist (which ultimately should be located > in /usr/src/linux-kbuild-3.16/scripts/basic/). Hi Steven, Could you please post the output of make when you run it please ? And what does ls -alh /lib/modules show you ? And what does ls -alh /usr/src show you ?