View previous topic :: View next topic |
Author |
Message |
grobi n00b
Joined: 27 Mar 2004 Posts: 34
|
Posted: Fri May 27, 2005 3:20 pm Post subject: ath0 will nicht mit wpa (solved) |
|
|
Hi Gentoo Community
Ich hab eine WG311T von Netgear und einen Netgear WGT624 Router.
Nach einigem hin und her habe ich die Karte mit madwifi ans laufen gebracht und wenn ich am Router die Verschlüsselung abschalte, kann sie Gentoo über ath0 auch mit dem Router verbinden und ich komme ins Netz.
Stelle ich nun den Router auf WPA und starte (etc/init.d/net.ath0 start) bekomme ich keine Verbindung (weder per fest IP noch per DHCP)
die Karte scheint also okay zu sein. Nach allem, was ich bisher schon gelesen habe, sollte doch beim start von net.ath0 automatisch die wpa_supplicant ins spiel kommen und sich um die verschlüsselung kümmern. Das funkt bei mir aber auch nicht.
Welche Infos braucht ihr, um mir helfen zu können (Ich will ja euch ja nicht mit config files erschlagen)
hier mal zumindest mein /etc/conf.d/net
Code: |
iwconfig_ath0="myPoint"
#dhcpcd_ath0="-N"
modules=( "wpa_supplicant" !"iwconfig")
wpa_supplicant_ath0="-Dmadwifi"
wpa_timeout_ath0=60
# This is basically the ifconfig argument without the ifconfig $iface
#
#iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
iface_ath0="192.168.0.200 broadcast 192.168.0.255 netmask 255.255.255.0"
# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
iface_eth0="dhcp"
#iface_ath0="dhcp"
#dhcpcd_eth0="..."
# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"
# NB: The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly. Leave commented to assign
# defaults for that interface.
#
broadcast_ath0="192.168.0.255 192.168.0.255"
netmask_ath0="255.255.255.0 255.255.255.0"
# For setting the default gateway
#
gateway="eth0/192.168.0.1"
|
Last edited by grobi on Fri May 27, 2005 10:32 pm; edited 1 time in total |
|
Back to top |
|
|
Diskus Tux's lil' helper
Joined: 20 Apr 2005 Posts: 131
|
Posted: Fri May 27, 2005 4:53 pm Post subject: |
|
|
Hallo,
hast du rc-update add wpa_supplicant ..... ausgeführt?
poste mal deine /etc/wpa_supplicant.conf-evt. ist da der Fehler.
Diskus |
|
Back to top |
|
|
grobi n00b
Joined: 27 Mar 2004 Posts: 34
|
Posted: Fri May 27, 2005 6:26 pm Post subject: |
|
|
hier die wpa_supplicant
Code: |
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so
network={
ssid="myPoint"
scan_ssid=1
key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="<meinPW>"
eap=TTLS PEAP TLS
identity="user@example.com"
password="foobar"
ca_cert="/etc/cert/ca.pem"
client_cert="/etc/cert/user.pem"
private_key="/etc/cert/user.prv"
private_key_passwd="password"
phase1="peaplabel=0"
}
|
iwconfig spuckt volgendes aus:
Code: |
eth0 no wireless extensions.
lo no wireless extensions.
ath0 IEEE 802.11 ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: 00:00:00:00:00:00
Bit Rate:0 kb/s Tx-Power:50 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
|
|
|
Back to top |
|
|
grobi n00b
Joined: 27 Mar 2004 Posts: 34
|
Posted: Fri May 27, 2005 10:32 pm Post subject: |
|
|
okay, habs selber rausbekommen. Nachdem ich meine wpa_supplicant.conf von den ganzen Kommentarzeilen gesäubert hatte, viel es mir wie Schuppen von den Haaren.
beim Start von wpa_supplicant kam dann auch prompt ein Fehler in der Zeile "pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so".
Nachdem ich diese auskommentiert hatte, in /etc/conf.d/net die ath0 Parameter auf eine feste IP, ging dann alles bestens.
Jetzt steht dem Umzug meines Servers an einen ruhigeren Platz nichts mehr im Wege
Danke an die großartige Community. |
|
Back to top |
|
|
|