LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Netgear MA101 USB and Fedora Core2 (https://www.linuxquestions.org/questions/linux-wireless-networking-41/netgear-ma101-usb-and-fedora-core2-273509/)

MXBlaster23 01-03-2005 09:30 PM

Netgear MA101 USB and Fedora Core2
 
I have been trying to install the Netgear MA 101 USB wifi adapter to my PC running Fedora Core 2. I have downloaded the atmelwlandriver file and have did the tar command to extract it. When I go to the make command it doesnt work. It says something about a gcc-version.sh: line 1: gcc; command not found. Do I need to install some GCC files first? I just got into this linux about a week ago so i'm just a rookie and dont know much at all. Please help. thanks!

zaicheke 01-03-2005 09:38 PM

Did you install the developer package on the fedora install cd. That contains gcc, which you need to compile.

MXBlaster23 01-03-2005 09:56 PM

I only installed Disc 1 and 2. So I probaly did not. Is there anyway of installing the rest of the discs now?

MXBlaster23 01-03-2005 10:03 PM

[root@localhost atmelwlandriver]# make usb deviceonly=debug
Building usbvnetr
Bootstraping target usbvnetr
Debug
make[1]: Entering directory `/root/atmelwlandriver/objs/usbvnetr/debug'
/lib/modules/2.6.5-1.358/build/scripts/gcc-version.sh: line 1: gcc: command not found
/lib/modules/2.6.5-1.358/build/scripts/gcc-version.sh: line 1: gcc: command not found
make[2]: Entering directory `/lib/modules/2.6.5-1.358/build'
CC [M] /root/atmelwlandriver/objs/usbvnetr/debug/callbacks.o
/bin/sh: line 1: gcc: command not found
make[3]: *** [/root/atmelwlandriver/objs/usbvnetr/debug/callbacks.o] Error 127
make[2]: *** [/root/atmelwlandriver/objs/usbvnetr/debug] Error 2
make[2]: Leaving directory `/lib/modules/2.6.5-1.358/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/atmelwlandriver/objs/usbvnetr/debug'
make: *** [usbvnetr] Error 2
[root@localhost atmelwlandriver]#

Thats what it does.


All times are GMT -5. The time now is 09:03 AM.