Kαλησπέρα έχω ubuntu 8.04 και μέσω αυτού του manual http://ubuntuforums.org/showthread.php?p=4995084
προσπαθώ να ρυθμίσω το injection της ipw2200 αλλα στο όγδοο και ένατο βήμα μου βγάζει:
skone@skone-laptop:~/ieee80211-1.2.18$ sudo make
Makefile:17:
Makefile:18: WARNING: $SHELL not set to bash.
Makefile:19: If you experience build errors, try
Makefile:20: 'make SHELL=/bin/bash'.
Makefile:21:
Checking in /lib/modules/2.6.24-21-generic for ieee80211 components...
make -C /lib/modules/2.6.24-21-generic/build M=/home/skone/ieee80211-1.2.18 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-21-generic'
/home/skone/ieee80211-1.2.18/Makefile:17:
/home/skone/ieee80211-1.2.18/Makefile:18: WARNING: $SHELL not set to bash.
/home/skone/ieee80211-1.2.18/Makefile:19: If you experience build errors, try
/home/skone/ieee80211-1.2.18/Makefile:20: 'make SHELL=/bin/bash'.
/home/skone/ieee80211-1.2.18/Makefile:21:
CC [M] /home/skone/ieee80211-1.2.18/ieee80211_module.o
/home/skone/ieee80211-1.2.18/ieee80211_module.c: In function ‘ieee80211_init’:
/home/skone/ieee80211-1.2.18/ieee80211_module.c:268: error: ‘proc_net’ undeclared (first use in this function)
/home/skone/ieee80211-1.2.18/ieee80211_module.c:268: error: (Each undeclared identifier is reported only once
/home/skone/ieee80211-1.2.18/ieee80211_module.c:268: error: for each function it appears in.)
/home/skone/ieee80211-1.2.18/ieee80211_module.c: In function ‘ieee80211_exit’:
/home/skone/ieee80211-1.2.18/ieee80211_module.c:297: error: ‘proc_net’ undeclared (first use in this function)
make[2]: *** [/home/skone/ieee80211-1.2.18/ieee80211_module.o] Error 1
make[1]: *** [_module_/home/skone/ieee80211-1.2.18] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-21-generic'
make: *** [modules] Error 2
skone@skone-laptop:~/ieee80211-1.2.18$ sudo make install
Makefile:17:
Makefile:18: WARNING: $SHELL not set to bash.
Makefile:19: If you experience build errors, try
Makefile:20: 'make SHELL=/bin/bash'.
Makefile:21:
make -C /lib/modules/2.6.24-21-generic/build M=/home/skone/ieee80211-1.2.18 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-21-generic'
/home/skone/ieee80211-1.2.18/Makefile:17:
/home/skone/ieee80211-1.2.18/Makefile:18: WARNING: $SHELL not set to bash.
/home/skone/ieee80211-1.2.18/Makefile:19: If you experience build errors, try
/home/skone/ieee80211-1.2.18/Makefile:20: 'make SHELL=/bin/bash'.
/home/skone/ieee80211-1.2.18/Makefile:21:
CC [M] /home/skone/ieee80211-1.2.18/ieee80211_module.o
/home/skone/ieee80211-1.2.18/ieee80211_module.c: In function ‘ieee80211_init’:
/home/skone/ieee80211-1.2.18/ieee80211_module.c:268: error: ‘proc_net’ undeclared (first use in this function)
/home/skone/ieee80211-1.2.18/ieee80211_module.c:268: error: (Each undeclared identifier is reported only once
/home/skone/ieee80211-1.2.18/ieee80211_module.c:268: error: for each function it appears in.)
/home/skone/ieee80211-1.2.18/ieee80211_module.c: In function ‘ieee80211_exit’:
/home/skone/ieee80211-1.2.18/ieee80211_module.c:297: error: ‘proc_net’ undeclared (first use in this function)
make[2]: *** [/home/skone/ieee80211-1.2.18/ieee80211_module.o] Error 1
make[1]: *** [_module_/home/skone/ieee80211-1.2.18] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-21-generic'
make: *** [modules] Error 2