Jump to content
Compatible Support Forums

futurewizard

Members
  • Content count

    2
  • Joined

  • Last visited

    Never

Posts posted by futurewizard


  1. HI folks here is out put when I tried to install madwifi drivers

     

    [root@localhost madwifi]# make

    for i in ./ath_hal ./wlan ./driver; do \

    (cd $i; make); \

    done

    make[1]: Entering directory `/usr/download/prism54-cvs-latest/madwifi/ath_hal'

    uudecode ./../hal/linux/i386-elf.hal.o.uu

    make[1]: uudecode: Command not found

    make[1]: *** [hal.o] Error 127

    make[1]: Leaving directory `/usr/download/prism54-cvs-latest/madwifi/ath_hal'

    make[1]: Entering directory `/usr/download/prism54-cvs-latest/madwifi/wlan'

    make -C /lib/modules/2.4.22-1.2115.nptl/build SUBDIRS=/usr/download/prism54-cvs-latest/madwifi/wlan modules

    make[2]: Entering directory `/usr/src/linux-2.4.22-1.2115.nptl'

    make -r -f tmp_include_depends all

    make[3]: Entering directory `/usr/src/linux-2.4.22-1.2115.nptl'

    make[3]: Nothing to be done for `all'.

    make[3]: Leaving directory `/usr/src/linux-2.4.22-1.2115.nptl'

    make -C /usr/download/prism54-cvs-latest/madwifi/wlan CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.22-1.2115.nptl/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=pentium4 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.22-1.2115.nptl/include/linux/modversions.h" MAKING_MODULES=1 modules

    make[3]: Entering directory `/usr/download/prism54-cvs-latest/madwifi/wlan'

    ld -o wlan.o -r if_media.o rc4.o if_ieee80211subr.o if_ieee80211wireless.o

    make[3]: Leaving directory `/usr/download/prism54-cvs-latest/madwifi/wlan'

    make[2]: Leaving directory `/usr/src/linux-2.4.22-1.2115.nptl'

    make[1]: Leaving directory `/usr/download/prism54-cvs-latest/madwifi/wlan'

    make[1]: Entering directory `/usr/download/prism54-cvs-latest/madwifi/driver'

    make -C /lib/modules/2.4.22-1.2115.nptl/build SUBDIRS=/usr/download/prism54-cvs-latest/madwifi/driver modules

    make[2]: Entering directory `/usr/src/linux-2.4.22-1.2115.nptl'

    make -r -f tmp_include_depends all

    make[3]: Entering directory `/usr/src/linux-2.4.22-1.2115.nptl'

    make[3]: Nothing to be done for `all'.

    make[3]: Leaving directory `/usr/src/linux-2.4.22-1.2115.nptl'

    make -C /usr/download/prism54-cvs-latest/madwifi/driver CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.22-1.2115.nptl/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=pentium4 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.22-1.2115.nptl/include/linux/modversions.h" MAKING_MODULES=1 modules

    make[3]: Entering directory `/usr/download/prism54-cvs-latest/madwifi/driver'

    gcc -D__KERNEL__ -I/usr/src/linux-2.4.22-1.2115.nptl/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=pentium4 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.22-1.2115.nptl/include/linux/modversions.h -include ./../include/compat.h -I./../include -I./../hal -I./../hal/linux -I./../ath_hal -I./../wlan -I./.. -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN -fomit-frame-pointer -nostdinc -iwithprefix include -DKBUILD_BASENAME=if_ath_pci -DEXPORT_SYMTAB -c if_ath_pci.c

    if_ath_pci.c:38:20: opt_ah.h: No such file or directory

    In file included from /usr/src/linux-2.4.22-1.2115.nptl/include/linux/prefetch.h:13,

    from /usr/src/linux-2.4.22-1.2115.nptl/include/linux/list.h:6,

    from /usr/src/linux-2.4.22-1.2115.nptl/include/linux/module.h:12,

    from if_ath_pci.c:46:

    /usr/src/linux-2.4.22-1.2115.nptl/include/asm/processor.h:257:1: warning: "EISA_bus" redefined

    In file included from /usr/src/linux-2.4.22-1.2115.nptl/include/linux/modversions.h:141,

    from <command line>:10:

    /usr/src/linux-2.4.22-1.2115.nptl/include/linux/modules/i386_ksyms.ver:228:1: warning: this is the location of the previous definition

    make[3]: *** [if_ath_pci.o] Error 1

    make[3]: Leaving directory `/usr/download/prism54-cvs-latest/madwifi/driver'

    make[2]: *** [_mod_/usr/download/prism54-cvs-latest/madwifi/driver] Error 2

    make[2]: Leaving directory `/usr/src/linux-2.4.22-1.2115.nptl'

    make[1]: *** [all] Error 2

    make[1]: Leaving directory `/usr/download/prism54-cvs-latest/madwifi/driver'

    make: *** [all] Error 2

    [root@localhost madwifi]#


  2. Hi folks....I'm new to linux, I download drivers from MadWifi and when I try to install I get some error like run make config, as your modules are disabled...well I went inside lib/src/<version> and run make config.

     

    it came up with questions, i patiently answered questions, but after couple of 100 q i selected all defaults.

     

    then I tried to run make script, well this time it actually run but finished with error.

     

    Do u have any idea what should I do?

     

    I'm very fresh on linux, and spoiled by windows.

     

     

    Regs

    Rohit

×