Problem mit hostapd

A

able

Grünschnabel
Hallo zusammen.

ich habe hier ein problem, hostapd zum laufen zu bekommen.

ich habe hier fedora core 5 und eine allnet wlan-karte mit atheros-chipsatz.
madwifi ist installiert und iwconfig liefert:
lo no wireless extensions.

eth0 no wireless extensions.

wifi0 no wireless extensions.

sit0 no wireless extensions.

Warning: Driver for device ath0 has been compiled with version 20
of Wireless Extension, while this program supports up to version 19.
Some things may be broken...

ath0 IEEE 802.11b ESSID:""
Mode:Master Channel:0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:0 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


die .config für hostapd (getestet mit version 0.4.9 und 0.5.4) habe ich geändert
# Driver interface for madwifi driver
CONFIG_DRIVER_MADWIFI=y
CFLAGS += -I/home/able/files2/madwifi-0.9.1/madwifi-0.9.1

und hostapd kompiliert.

dann will ich es starten mit
hostapd madwifi.conf
wobei die madwifi.conf so aussieht:

# AP netdevice name (without 'ap' prefix, i.e., wlan0 uses wlan0ap for
# management frames)
interface=ath0
# In case of madwifi driver, an additional configuration parameter, bridge,
# must be used to notify hostapd if the interface is included in a bridge. This
# parameter is not used with Host AP driver.
bridge=br0
# Driver interface type (hostap/wired/madwifi; default: hostap)
driver=madwifi
# hostapd event logger configuration
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
# Debugging: 0 = no, 1 = minimal, 2 = verbose, 3 = msg dumps, 4 = excessive
debug=0
# Dump file for state information (on SIGUSR1)
dump_file=/tmp/hostapd.dump
# SSID to be used in IEEE 802.11 management frames
ssid=wpa-test
# EAPOL-Key index workaround (set bit7) for WinXP Supplicant (needed only if
# only broadcast keys are used)
eapol_key_index_workaround=0
# Use integrated EAP server instead of external RADIUS authentication
# server. This is also needed if hostapd is configured to act as a RADIUS
# authentication server.
eap_server=0
# The own IP address of the access point (used as NAS-IP-Address)
own_ip_addr=127.0.0.1


als ergebnis bekomme ich:

Configuration file: madwifi.conf
Line 14: invalid/unknown driver 'madwifi'
1 errors found in configuration file 'madwifi.conf'

und die zeile 14 sieht so aus:
driver=madwifi

hat jemand ne idee, was das sein könnte?

dankeschön.
 
Zuletzt bearbeitet:
Hi,

hatte unter Gentoo die gleiche Fehlermeldung. Mit USE="madwifi" emerge hostapd hats dann geklappt.


Gruß
 

Ähnliche Themen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

X startet nichtmehr

Ich mag Dovecot nicht ...

Debian Routing Problem

xrandr: cant open display

Zurück
Oben