duffingr
July 11th, 2011, 12:21 PM
Hi all,
I am following this guide with Ubuntu 10.10 installed:
http://aircrack-ng.org/doku.php?id=compat-wireless&s#compat-wireless
I have gotten to the point where I am using the command "make". When I do this I get some errors. I have followed the guide to the letter at this point. Wondering if anyone can help. I installed the latest gcc, but still a no go. Here is my output:
jortgonfreit@FuManchu:~/compat-wireless-2011-07-08$ make
make -C /lib/modules/2.6.35-22-generic/build M=/home/jortgonfreit/compat-wireless-2011-07-08 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.35-22-generic'
CC [M] /home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.o
/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.c:13: warning: "pr_fmt" redefined
include/linux/kernel.h:381: note: this is the location of the previous definition
/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.c: In function ‘b44_init_one’:
/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.c:2141: error: implicit declaration of function ‘pr_info_once’
make[3]: *** [/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.o] Error 1
make[2]: *** [/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net] Error 2
make[1]: *** [_module_/home/jortgonfreit/compat-wireless-2011-07-08] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-22-generic'
make: *** [modules] Error 2
Thanks in advance.
I am following this guide with Ubuntu 10.10 installed:
http://aircrack-ng.org/doku.php?id=compat-wireless&s#compat-wireless
I have gotten to the point where I am using the command "make". When I do this I get some errors. I have followed the guide to the letter at this point. Wondering if anyone can help. I installed the latest gcc, but still a no go. Here is my output:
jortgonfreit@FuManchu:~/compat-wireless-2011-07-08$ make
make -C /lib/modules/2.6.35-22-generic/build M=/home/jortgonfreit/compat-wireless-2011-07-08 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.35-22-generic'
CC [M] /home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.o
/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.c:13: warning: "pr_fmt" redefined
include/linux/kernel.h:381: note: this is the location of the previous definition
/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.c: In function ‘b44_init_one’:
/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.c:2141: error: implicit declaration of function ‘pr_info_once’
make[3]: *** [/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net/b44.o] Error 1
make[2]: *** [/home/jortgonfreit/compat-wireless-2011-07-08/drivers/net] Error 2
make[1]: *** [_module_/home/jortgonfreit/compat-wireless-2011-07-08] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-22-generic'
make: *** [modules] Error 2
Thanks in advance.