Problem mit Hama Wireless LAN PC Card

iwconfig

Code:
lo        no wireless extensions.

eth0      no wireless extensions.

wifi0     no wireless extensions.

ath0      IEEE 802.11g  ESSID:""
          Mode:Managed  Frequency:2.452 GHz  Access Point: Not-Associated
          Bit Rate:0 kb/s   Tx-Power:18 dBm   Sensitivity=0/3
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=0/94  Signal level=-95 dBm  Noise level=-95 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

sit0      no wireless extensions.

Bei make install kommt immer eine recht seltsame Meldung. Ich wollte madwifi deinstallieren und nochmal neu installieren, doch da sind ein paar Dinger über geblieben, die lassen sich einfach nich löschen ...


Code:
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, [i]gnore or e[x]it (l,r,i,[x]) ?
r
for i in ./net80211 ath_rate/sample ./ath; do \
        make -C $i install || exit 1; \
done
make[1]: Entering directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/net80211'
test -d //lib/modules/2.6.16.13-4-smp/net || mkdir -p //lib/modules/2.6.16.13-4-smp/net
for i in wlan.o wlan_wep.o wlan_tkip.o wlan_ccmp.o wlan_acl.o wlan_xauth.o wlan_scan_sta.o wlan_scan_ap.o; do \
        f=`basename $i .o`; \
        strip -S $f.ko; \
        cp $f.ko //lib/modules/2.6.16.13-4-smp/net; \
done
make[1]: Leaving directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/net80211'
make[1]: Entering directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/ath_rate/sample'
test -d //lib/modules/2.6.16.13-4-smp/net || mkdir -p //lib/modules/2.6.16.13-4-smp/net
strip -S ath_rate_sample.ko
cp ath_rate_sample.ko //lib/modules/2.6.16.13-4-smp/net
make[1]: Leaving directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/ath_rate/sample'
make[1]: Entering directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/ath'
test -d //lib/modules/2.6.16.13-4-smp/net || mkdir -p //lib/modules/2.6.16.13-4-smp/net
strip -S ath_pci.ko
cp ath_pci.ko //lib/modules/2.6.16.13-4-smp/net
strip -S ath_hal.ko
cp ath_hal.ko //lib/modules/2.6.16.13-4-smp/net
make[1]: Leaving directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/ath'
(export KMODPATH=/lib/modules/2.6.16.13-4-smp/net; /sbin/depmod -ae)
make -C ./tools  install || exit 1
make[1]: Entering directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/tools'
install -d /usr/local/bin
for i in athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig; do \
        install $i /usr/local/bin/$i; \
        strip /usr/local/bin/$i; \
done
install -d /usr/local/man/man8
install -m 0644 man/*.8 /usr/local/man/man8
make[1]: Leaving directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/tools'
linux-udvr:/home/Thilo/Desktop/madwifi-ng-r1604-20060526 #

Wenn ich danach nochmals make install mache, kommt wieder
Code:
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, [i]gnore or e[x]it (l,r,i,[x])


Und ich die andere Möglichkeit, also ignorieren führt auch zu nix. Auf erstem Blick scheint die Installation zu funktionieren.
Code:
i
for i in ./net80211 ath_rate/sample ./ath; do \
        make -C $i install || exit 1; \
done
make[1]: Entering directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/net80211'
test -d //lib/modules/2.6.16.13-4-smp/net || mkdir -p //lib/modules/2.6.16.13-4-smp/net
for i in wlan.o wlan_wep.o wlan_tkip.o wlan_ccmp.o wlan_acl.o wlan_xauth.o wlan_scan_sta.o wlan_scan_ap.o; do \
        f=`basename $i .o`; \
        strip -S $f.ko; \
        cp $f.ko //lib/modules/2.6.16.13-4-smp/net; \
done
make[1]: Leaving directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/net80211'
make[1]: Entering directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/ath_rate/sample'
test -d //lib/modules/2.6.16.13-4-smp/net || mkdir -p //lib/modules/2.6.16.13-4-smp/net
strip -S ath_rate_sample.ko
cp ath_rate_sample.ko //lib/modules/2.6.16.13-4-smp/net
make[1]: Leaving directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/ath_rate/sample'
make[1]: Entering directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/ath'
test -d //lib/modules/2.6.16.13-4-smp/net || mkdir -p //lib/modules/2.6.16.13-4-smp/net
strip -S ath_pci.ko
cp ath_pci.ko //lib/modules/2.6.16.13-4-smp/net
strip -S ath_hal.ko
cp ath_hal.ko //lib/modules/2.6.16.13-4-smp/net
make[1]: Leaving directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/ath'
(export KMODPATH=/lib/modules/2.6.16.13-4-smp/net; /sbin/depmod -ae)
make -C ./tools  install || exit 1
make[1]: Entering directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/tools'
install -d /usr/local/bin
for i in athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig; do \
        install $i /usr/local/bin/$i; \
        strip /usr/local/bin/$i; \
done
install -d /usr/local/man/man8
install -m 0644 man/*.8 /usr/local/man/man8
make[1]: Leaving directory `/home/Thilo/Desktop/madwifi-ng-r1604-20060526/tools'

aber wie du hier siehst, hat sich aber leider nix getan, und iwconfig sieht immer noch so aus wie oben auch
Code:
linux-udvr:/home/Thilo/Desktop/madwifi-ng-r1604-20060526 # modprobe ath_pci
linux-udvr:/home/Thilo/Desktop/madwifi-ng-r1604-20060526 #
 
Aber das is doch gut .... iwconfig listet dir das device ... nun kannst du das Konfigurieren wie in dem Link oben beschrieben ;)

(Oder kommst damit nich klar?)
 
Yeah! Es funktioniert! 1000 Dank für deine Hilfe! :-)
 

Ähnliche Themen

WLAN-Problem opensuse 11.1

Netzwerkkabel problem opensuse10.3

Mininetzwerk einrichten

Welches Linux?

intel pro wireless 3945 AGB

Zurück
Oben