Hi,
I can't get my wireless network card installed. Please find the readme file und the errror messages below.
Thanks Benno
Readme.txt
=======================================================================
Description:
    
     This is a linux device driver and utility for Ralink RT2400.
=======================================================================
1) Compatibility.
   RedHat 7.1
   RedHat 7.2
   RedHat 7.3
   RedHat 8.0
   RedHat 9.0
2) Installation Procedure
   - run 'make config' to set up module install directory.
     (If the new kernel has a different version string, you need to
      change the directory. The default answer is correct for most users.)
   - run 'make install'
     (This will do everything (install the driver and the necessary files ). 
     (make sure that you logged on as root).
   - run '/sbin/insmod rt2400.o'  (as root)
     run '/sbin/ifconfig ra0 inet YOUR_IP up'
     run '/sbin/route add default gw YOUR_DEFAULT_GW dev ra0'
     (where [YOUR_IP] like [192.168.1.1], [YOUR_DEFAULT_GW] like [192.168.1.254])
        
   - run '/usr/local/bin/RaConfig'  to start the Configuring Utility.
   
3) Uninstall Procedure
   - run "make uninstall"
==================================================
If I follow these instructions I get the following messages afte run 'make config':
Please specify kernel service directory [/usr/src/linux_2.4.18-5]:
Module install directory [ /lib/modules/2.4.18-5/kernel/drivers/net]:
Module install directory: /lib/modules/2.4.18-5/kernel/drivers/net
cur_release= 2.4.18-5
expr: syntax error
./ Configure : [: -lt: unary operator expected
./ Configure : [: too many arguments
./ Configure : [: too many arguments
./ Configure : [: too many arguments
./ Configure : [: too many arguments
./ Configure : [: -ge: unary operator expected
Source platform=
==================================================
Could some one please help me?
Thanks, Benno