Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: madwifi installeeren lukt niet  (gelezen 854 keer)

Offline xellos

  • Lid
madwifi installeeren lukt niet
« Gepost op: 2009/10/18, 20:04:03 »
ik krijg 2 errors dit bij make && make install

 make clean
for i in ath/ ath_hal/ ath_rate/ net80211/; do \
      make -C $i clean; \
   done
make[1]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/ath'
rm -f *~ *.o *.ko *.mod.c .*.cmd
rm -f modules.order .depend .version .*.o.flags .*.o.d
rm -rf .tmp_versions
make[1]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/ath'
make[1]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/ath_hal'
rm -f *~ *.o *.ko *.mod.c uudecode .*.cmd
rm -f modules.order .depend .version .*.o.flags .*.o.d
rm -rf .tmp_versions
make[1]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/ath_hal'
make[1]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate'
for i in amrr/ onoe/ sample/ minstrel/; do \
      make -C $i clean; \
   done
make[2]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate/amrr'
rm -f *~ *.o *.ko *.mod.c
rm -f modules.order .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[2]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate/amrr'
make[2]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate/onoe'
rm -f *~ *.o *.ko *.mod.c
rm -f modules.order .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[2]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate/onoe'
make[2]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate/sample'
rm -f *~ *.o *.ko *.mod.c
rm -f modules.order .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[2]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate/sample'
make[2]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate/minstrel'
rm -f *~ *.o *.ko *.mod.c
rm -f modules.order .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[2]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate/minstrel'
rm -f modules.order
make[1]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/ath_rate'
make[1]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/net80211'
rm -f *~ *.o *.ko *.mod.c
rm -f modules.order .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[1]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/net80211'
make -C ./tools  clean
make[1]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/tools'
rm -f athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig wpakey core a.out
for d in ath_info; do \
      make -C $d clean; \
   done
make[2]: Entering directory `/home/xellos/madwifi-hal-0.10.5.6/tools/ath_info'
rm -f *.o ath_info
make[2]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/tools/ath_info'
make[1]: Leaving directory `/home/xellos/madwifi-hal-0.10.5.6/tools'
rm -rf .tmp_versions
rm -f modules.order *.symvers svnversion.h
root@Sollex:/home/xellos/madwifi-hal-0.10.5.6# make && make install
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.27-7-generic/build SUBDIRS=/home/xellos/madwifi-hal-0.10.5.6 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
  CC [M]  /home/xellos/madwifi-hal-0.10.5.6/ath/if_ath.o
  CC [M]  /home/xellos/madwifi-hal-0.10.5.6/ath/if_ath_radar.o
  CC [M]  /home/xellos/madwifi-hal-0.10.5.6/ath/if_ath_hal_extensions.o
  CC [M]  /home/xellos/madwifi-hal-0.10.5.6/ath/if_ath_pci.o
  LD [M]  /home/xellos/madwifi-hal-0.10.5.6/ath/ath_pci.o
  CC [M]  /home/xellos/madwifi-hal-0.10.5.6/ath_hal/ah_os.o
cc1: warnings being treated as errors
/home/xellos/madwifi-hal-0.10.5.6/ath_hal/ah_os.c: In function 'ath_hal_lookup_register_name':
/home/xellos/madwifi-hal-0.10.5.6/ath_hal/ah_os.c:451: error: format not a string literal and no format arguments
make[3]: *** [/home/xellos/madwifi-hal-0.10.5.6/ath_hal/ah_os.o] Error 1
make[2]: *** [/home/xellos/madwifi-hal-0.10.5.6/ath_hal] Error 2
make[1]: *** [_module_/home/xellos/madwifi-hal-0.10.5.6] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
make: *** [modules] Error 2

wat is hier mis?

Offline ivo

  • Lid
Re: madwifi installeeren lukt niet
« Reactie #1 Gepost op: 2009/10/18, 21:37:52 »
There are only 10 types of people in the world; those who understand binary and those who don't.

Offline petervs

  • Lid
Re: madwifi installeeren lukt niet
« Reactie #2 Gepost op: 2009/10/28, 18:00:53 »
Ik heb precies hetzelfde gehad, na een update. Dat gebeurt wel vaker als het een kernel-update is.
Maar nu kon ik ook het madwifi bestandje niet meer compileren en installeren. Bleek dat het pakket build-essential verdwenen was, wat nodig is om te kunnen compileren.
Echter kon ik het pakket build-essential ook niet meer installeren, omdat er allerlei afhankelijkheden waren die niet geïnstalleerd konden worden.
Toen heb ik de Ubuntu 9.10 (rc) geïnstalleerd, omdat madwifi dan niet meer nodig is en het draadloos van atheros meteen werkt. (al sinds 9.04).
 
Ubuntu MATE 16.04