Make Komutundan Sonra Hata ? Mint 15
-
Mint 15 kullanıyorum ve şu RTL8187 driver kurulumunda problem yaşıyorum arkadaşlar driver dosyalarını indirdim fakat
make dedikden sonra şöyle bir çıktı veriyor make installdiyemiyorum bu yüzdenmake -C /lib/modules/3.8.0-19-generic/build M=/home/ka1nsha/İndirilenler/rtl-wifi-code-83 modules
make[1]: Entering directory `/usr/src/linux-headers-3.8.0-19-generic'
CC [M] /home/ka1nsha/İndirilenler/rtl-wifi-code-83/ieee80211/ieee80211_softmac.o
/home/ka1nsha/İndirilenler/rtl-wifi-code-83/ieee80211/ieee80211_softmac.c:21:28: fatal error: linux/autoconf.h: No such file or directory
compilation terminated.
make[3]: *** [/home/ka1nsha/İndirilenler/rtl-wifi-code-83/ieee80211/ieee80211_softmac.o] Error 1
make[2]: *** [/home/ka1nsha/İndirilenler/rtl-wifi-code-83/ieee80211] Error 2
make[1]: *** [_module_/home/ka1nsha/İndirilenler/rtl-wifi-code-83] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-19-generic'
make: *** [modules] Error 2 -
linux/autoconf.h ı bulamamış hocam, genelde oralarda bi yerlerdedir, va x86 yada x64 diye klasörlerin içerisinde olduğu için bulamıyordur yada başka bir klasörün içerisindedir, bul onu koy istediği yere sorun çözülsün.
Aptal linuxun aptal hataları işte.
-
bu sorunlar yüzünden vazgeçtim vallahi linux kullanmaktan bigün girersem tekrar buna bakıcam hocam sağolasın
-
rene hocam
make[1]: Entering directory `/usr/src/linux-headers-3.8.0-19-generic'
CC [M] /home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.o
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:153:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_probe’
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:155:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_disconnect’
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:168:12: error: ‘rtl8187_usb_probe’ undeclared here (not in a function)
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:169:16: error: ‘rtl8187_usb_disconnect’ undeclared here (not in a function)
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c: In function ‘rtl8180_tx’:
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:1382:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c: In function ‘rtl8187_usb_initendpoints’:
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:1588:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c: At top level:
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:3762:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_probe’
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:3862:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_disconnect’
make[2]: *** [/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.o] Error 1
make[1]: *** [_module_/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-19-generic'
make: *** [all] Error 2 -
autoconf.h yi hallettik daha sonra rtl driverı kurarken yukarıdaki sorunu verdi compat-wireless sürücülerini deniyim dedim
./scripts/driver-select rtl818x dedik bu tamam okey sonra make diyoruz sorun :
make[1]: Entering directory `/usr/src/linux-headers-3.8.0-19-generic'
CC [M] /home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.o
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:153:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_probe’
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:155:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_disconnect’
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:168:12: error: ‘rtl8187_usb_probe’ undeclared here (not in a function)
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:169:16: error: ‘rtl8187_usb_disconnect’ undeclared here (not in a function)
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c: In function ‘rtl8180_tx’:
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:1382:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c: In function ‘rtl8187_usb_initendpoints’:
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:1588:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c: At top level:
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:3762:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_probe’
/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.c:3862:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8187_usb_disconnect’
make[2]: *** [/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187/r8187_core.o] Error 1
make[1]: *** [_module_/home/ka1nsha/Masaüstü/rtl8187L_linux_1041.0209.2012/rtl8187] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-19-generic'
make: *** [all] Error 2 -
http://www.tahribat.com/Forum-Windows-7-Ve-Linux-Wireless-Sinyal-Performansi-183969/
Sen kurabildin mi dersen başka başka problemler çıktı ben de vazgeçtim. Windows Wireless Drivers dahi sorun çıkartıyor.
-
O driver o sistem için olmayabilir hocam
-
derleme işlerini yapmaya başlamadan önce derleyiciyi ve onun ihtiyacı olan header dosyalarını kurman gerekiyor.
build essentials yada kernel headers source vs.. gibi bişeydir. onları indir kur. ondan sonra derleme işlerine başla.
