2014-10-24 11:15 GMT+03:00 muarke <[email protected]>: > bu seferde bu hatayla karsilastim > > root@muarke:/home/muarke/r8101-1.026.00# ./autorun.sh > > Check old driver and unload it. > Build the module and install > make: *** /lib/modules/3.2.0-4-amd64/build: No such file or directory. > Stop. > make[1]: *** [clean] Error 2 > make: *** [clean] Error 2 >
Ahh, tabii sürücü derleyeceğimize göre kernel için header dosyalarını da yüklememiz lazım: # apt-get install linux-headers-`uname -r` -- Selçuk Mıynat

