[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Sarge bringt madwifi Interface nicht hoch?



Ich habe meine ersten Gehversuche mit WIFI hinter mich gebracht. Nun bin
ich am ersten Punkt, an dem ich nicht mehr weiter komme.

Ich habe am madwifi am 17.1.2005 heruntergeladen. Auf der Kiste läuft ein
aktuelles Sarge mit Kernel 2.4.24. Das kompilieren von madwifi ging
relativ problemlos. Ebenso die Installation der Module. Die Module werden
zwischenzeitlich ebenfalls beim Booten geladen (ath_pci, ath_rate_onoe,
ath_hal, wlan).

Nur das ifup schlägt fehl. Ein manuelles "ifup ath0" liefert nachfolgenden
Fehler. Wenn die Befehle einzeln von Hand eingebe (ifconfig/iwconfig),
dann läuft das Interface. Die Fehlermeldung lautet:

  Don't seem to have all the variables for ath0/inet.


In /etc/network/interfaces habe ich folgende Varianten probiert:

## first steps with the wlan card
auto ath0
#iface ath0 inet dhcp
iface ath0 inet static
	address 192.168.2.1
	network 192.168.2.0
	broadcast 192.168.2.255
	up \
/sbin/iwconfig ath0 mode master && \
/sbin/iwconfig ath0 essid lalala && \
/sbin/iwconfig ath0 nick laber \


## first steps with the wlan card
auto ath0
#iface ath0 inet dhcp
iface ath0 inet static
	address 192.168.2.1
	network 192.168.2.0
	broadcast 192.168.2.255
	wireless_essid lalala
	wireless_mode master
    	wireless_nick laber

Das Ganze bringt aber nichts. Der Fehler ist immer der Gleiche.

dmesg liefert folgende Informationen:

ath_hal: 0.9.12.14 (AR5210, AR5211, AR5212)
wlan: 0.8.4.5 (EXPERIMENTAL)
ath_rate_onoe: 1.0
ath_pci: 0.9.4.12 (EXPERIMENTAL)
ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps
24Mbps 36Mbps 48Mbps 54Mbps
ath0: mac 5.9 phy 4.3 radio 4.6
ath0: 802.11 address: 00:0f:a3:xx:xx:xx
ath0: Use hw queue 0 for WME_AC_BE traffic
ath0: Use hw queue 1 for WME_AC_BK traffic
ath0: Use hw queue 2 for WME_AC_VI traffic
ath0: Use hw queue 3 for WME_AC_VO traffic
ath0: Atheros 5212: mem=0xe4000000, irq=10


-- 
Email: Joerg Desch <jd DOT vvd AT web DOT de>



Reply to: