Ich bekomm die Madwifi Treiber irgendwie nicht installiert.
wenn ich make eintippe, arbeitet er erstmal, dann ist wieder schluss.
Dann hab ich noch das pci_ath (so hieß das glaub ich) eingegeben.
Allerdings ist das ne PCMCIA Karte. Vielleicht liegts daran.
Kann mir jemand helfen?
Gruß,
nitramf
//EDIT: Hier der Shell Log:
bt Desktop # wget
http://snapshots.madwifi.org/madwifi-ng/...20061229.tar.gz
--19:17:26--
http://snapshots.madwifi.org/madwifi-ng/...20061229.tar.gz
=> `madwifi-ng-r1871-20061229.tar.gz'
Resolving snapshots.madwifi.org... 217.24.1.134
Connecting to snapshots.madwifi.org|217.24.1.134|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,689,310 (3.5M) [application/x-gzip]
100%[===========================================================>] 3,689,310 697.71K/s ETA 00:00
19:17:32 (664.36 KB/s) - `madwifi-ng-r1871-20061229.tar.gz' saved [3689310/3689310]
bt Desktop # tar xzf madwifi-ng-r1871-20061229.tar.gz
bt Desktop # cd madwifi-ng-r1871-20061229
bt madwifi-ng-r1871-20061229 # ifconfig ath0 down
ath0: ERROR while getting interface flags: No such device
bt madwifi-ng-r1871-20061229 # ifconfig wifi0 down
wifi0: ERROR while getting interface flags: No such device
bt madwifi-ng-r1871-20061229 # cd script
-bash: cd: script: No such file or directory
bt madwifi-ng-r1871-20061229 # cd scripts
bt scripts # ./madwifi-unload.bash
bt scripts # ./find-madwifi-modules.sh /lib/modules/
bt scripts # cd ..
bt madwifi-ng-r1871-20061229 # make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.20-BT-PwnSauce-NOSMP/build SUBDIRS=/root/Desktop/madwifi-ng-r1871-20061229 modules
make[1]: Entering directory `/usr/src/linux-2.6.20'
CC [M] /root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.o
/root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.c:417:60: macro "INIT_WORK" passed 3 arguments, but takes just 2
/root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.c: In function `ath_attach':
/root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.c:417: error: `INIT_WORK' undeclared (first use in this function)
/root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.c:417: error: (Each undeclared identifier is reported only once
/root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.c:417: error: for each function it appears in.)
/root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.c: At top level:
/root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.c:1741: warning: 'ath_radar_task' defined but not used
make[3]: *** [/root/Desktop/madwifi-ng-r1871-20061229/ath/if_ath.o] Error 1
make[2]: *** [/root/Desktop/madwifi-ng-r1871-20061229/ath] Error 2
make[1]: *** [_module_/root/Desktop/madwifi-ng-r1871-20061229] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.20'
make: *** [modules] Error 2
bt madwifi-ng-r1871-20061229 # make install
sh scripts/find-madwifi-modules.sh 2.6.20-BT-PwnSauce-NOSMP
WARNING:
It seems that there are modules left from previous MadWifi installations.
If you are unistalling the MadWifi modules please press "r" to remove them.
If you are installing new MadWifi modules, you should consider removing those
already installed, or else you may experience problems during operation.
Remove old modules?
[l]ist, [r]emove,
gnore or e[x]it (l,r,i,[x]) ?
i
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/ath_hal.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/ath_pci.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/ath_rate_amrr.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/ath_rate_onoe.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/ath_rate_sample.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/wlan.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/wlan_acl.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/wlan_ccmp.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/wlan_scan_ap.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/wlan_scan_sta.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/wlan_tkip.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/wlan_wep.ko
/lib/modules/2.6.20-BT-PwnSauce-NOSMP/net/wlan_xauth.ko
[l]ist, [r]emove, gnore or e[x]it (l,r,i,[x]) ?
i
for i in ./ath ./ath_hal ath_rate/sample ./net80211; do \
make -C $i install || exit 1; \
done
make[1]: Entering directory `/root/Desktop/madwifi-ng-r1871-20061229/ath'
test -d //lib/modules/2.6.20-BT-PwnSauce-NOSMP/net || mkdir -p //lib/modules/2.6.20-BT-PwnSauce-NOSMP/net
cp ath_pci.ko //lib/modules/2.6.20-BT-PwnSauce-NOSMP/net
cp: cannot stat `ath_pci.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/Desktop/madwifi-ng-r1871-20061229/ath'
make: *** [install-modules] Error 1
bt madwifi-ng-r1871-20061229 # modprobe ath_pci
bt madwifi-ng-r1871-20061229 # wlanconfig ath0 create wlandev wifi0 wlanmode sta
wlanconfig: ioctl: No such device