Discussion:
[Atmel-WLAN-USB] Help a newbie, please!
Nick Matavka
2009-04-05 22:21:12 UTC
Permalink
I'm a newbie Debian/Ubuntu user, and I'd like a step-by-step approach to installing this driver.  I have no way to access the Net wirelessly, and I'd prefer this driver because it works with Aircrack.  I'm not sure exactly what to do.  To the best of my knowledge, I followed the step-by-step guide, but I still receive errors.  Here's a complete transcript:

***@nick-desktop:~/at76c503a$ make
make -C /usr/src/linux-headers-2.6.27-11-generic M=/home/nick/at76c503a KERNELRELEASE=2.6.27-11-generic modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-11-generic'
  CC [M]  /home/nick/at76c503a/at76_usb.o
/home/nick/at76c503a/at76_usb.c: In function ‘at76_iw_handler_get_scan’:
/home/nick/at76c503a/at76_usb.c:2332: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2332: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2332: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2332: error: too few arguments to function ‘iwe_stream_add_event’
/home/nick/at76c503a/at76_usb.c:2340: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2340: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2340: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2340: error: too few arguments to function ‘iwe_stream_add_point’
/home/nick/at76c503a/at76_usb.c:2351: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2351: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2351: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2351: error: too few arguments to function ‘iwe_stream_add_event’
/home/nick/at76c503a/at76_usb.c:2358: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2358: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2358: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2358: error: too few arguments to function ‘iwe_stream_add_event’
/home/nick/at76c503a/at76_usb.c:2369: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2369: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2369: error: too few arguments to function ‘iwe_stream_add_point’
/home/nick/at76c503a/at76_usb.c:2388: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2388: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2388: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2388: error: too few arguments to function ‘iwe_stream_add_event’
/home/nick/at76c503a/at76_usb.c:2407: warning: passing argument 1 of ‘iwe_stream_add_value’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2407: warning: passing argument 4 of ‘iwe_stream_add_value’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2407: warning: passing argument 5 of ‘iwe_stream_add_value’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2407: error: too few arguments to function ‘iwe_stream_add_value’
make[2]: *** [/home/nick/at76c503a/at76_usb.o] Error 1
make[1]: *** [_module_/home/nick/at76c503a] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-11-generic'
make: *** [modules] Error 2
***@nick-desktop:~/at76c503a$ sudo make
[sudo] password for nick:
make -C /usr/src/linux-headers-2.6.27-11-generic M=/home/nick/at76c503a KERNELRELEASE=2.6.27-11-generic modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-11-generic'
  CC [M]  /home/nick/at76c503a/at76_usb.o
/home/nick/at76c503a/at76_usb.c: In function ‘at76_iw_handler_get_scan’:
/home/nick/at76c503a/at76_usb.c:2332: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2332: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2332: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2332: error: too few arguments to function ‘iwe_stream_add_event’
/home/nick/at76c503a/at76_usb.c:2340: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2340: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2340: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2340: error: too few arguments to function ‘iwe_stream_add_point’
/home/nick/at76c503a/at76_usb.c:2351: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2351: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2351: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2351: error: too few arguments to function ‘iwe_stream_add_event’
/home/nick/at76c503a/at76_usb.c:2358: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2358: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2358: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2358: error: too few arguments to function ‘iwe_stream_add_event’
/home/nick/at76c503a/at76_usb.c:2369: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2369: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2369: error: too few arguments to function ‘iwe_stream_add_point’
/home/nick/at76c503a/at76_usb.c:2388: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2388: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2388: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2388: error: too few arguments to function ‘iwe_stream_add_event’
/home/nick/at76c503a/at76_usb.c:2407: warning: passing argument 1 of ‘iwe_stream_add_value’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2407: warning: passing argument 4 of ‘iwe_stream_add_value’ from incompatible pointer type
/home/nick/at76c503a/at76_usb.c:2407: warning: passing argument 5 of ‘iwe_stream_add_value’ makes pointer from integer without a cast
/home/nick/at76c503a/at76_usb.c:2407: error: too few arguments to function ‘iwe_stream_add_value’
make[2]: *** [/home/nick/at76c503a/at76_usb.o] Error 1
make[1]: *** [_module_/home/nick/at76c503a] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-11-generic'
make: *** [modules] Error 2

Which packages do I need to install, exactly?  I have the latest version of GCC and my kernel displays a version of 2.6.27.11-generic.

-- Nick




__________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr!

http://www.flickr.com/gift/

Loading...