Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
IPW2200 und WEP
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Tue Aug 02, 2005 12:34 pm    Post subject: IPW2200 und WEP Reply with quote

Hallo

Seit einem Update der Wlanttreiber bekomm ich dieses nicht mehr zum laufen.

Wenn ich
Code:
iwconfig eth1 essid wrt mode managed key xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx [1] open

eingebe, bringt iwconfig eth1
Code:

eth1      IEEE 802.11g  ESSID:"wrt"  Nickname:"notebook"
          Mode:Managed  Frequency:2.412 GHz  Access Point: 00:12:17:D4:35:C6
          Bit Rate=54 Mb/s   Tx-Power=20 dBm
          Retry limit:7   RTS thr:off   Fragment thr:off
          Encryption key:xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx   Security mode:open
          Power Management:off
          Link Quality=92/100  Signal level=-36 dBm  Noise level=-85 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:568   Missed beacon:0


das sollte ja passen

wenn nich nun
Code:
/etc/init.d/net.eth1 start
eingebe, kommt
Code:

* Starting eth1
 *   Configuring wireless network for eth1
 *   Couldn't associate with any access points on eth1
 *   Failed to configure wireless for eth1                                [ !! ]
 


Ohne WEP läuft es und unter Win gehts auch mit WEP
Und vor dem Update lief auch alles wunderbar.

lsmod:
Code:

Module                  Size  Used by
ieee80211_crypt_tkip     9796  0
ieee80211_crypt_ccmp     6852  0
ieee80211_crypt_wep     4292  0
pcspkr                  3396  0
ipw2200               176648  0
firmware_class          7936  1 ipw2200
ieee80211              45444  1 ipw2200
ieee80211_crypt         5192  5 ieee80211_crypt_tkip,ieee80211_crypt_ccmp,ieee80211_crypt_wep,ipw2200,ieee80211
snd_intel8x0           29248  2
snd_ac97_codec         79992  1 snd_intel8x0
evdev                   7680  1
nls_iso8859_1           3968  1
 


/etc/conf.d/net:
Code:
 iface_eth0="192.168.69.33 broadcast 192.168.69.255 netmask 255.255.255.0"
iface_eth1="192.168.69.3 broadcast 192.168.69.255 netmask 255.255.255.0"
gateway="eth1/192.168.69.1"
gateway="eth0/192.168.69.1"


achja, mit wpa_supplicant is es das selbe, egal ob WPA-PSK oder WEP

net-wireless/ipw2200: 1.0.6

net-wireless/ipw2200-firmware: 2.3

net-wireless/wireless-tools: 28_pre8-r1

net-wireless/wpa_supplicant: 0.4.3-r1


kann mir jemand helfen?

THx
Back to top
View user's profile Send private message
dakjo
Veteran
Veteran


Joined: 31 Jan 2004
Posts: 1544

PostPosted: Tue Aug 02, 2005 1:14 pm    Post subject: Reply with quote

Wenn du die W-NIC dann mit den gentoo-tools startest, versucht er das erst über /etc/conf.d/wireless aufzulösen.
Die hast du warscheinlich nicht angepasst.

Mach doch einfach mal ein ifconfig eth1 up.

MfG

S.Müller
_________________
'Dieselben Naturkräfte, die uns ermöglichen, zu den Sternen zu fliegen, versetzen uns auch in die Lage, unseren Stern zu vernichten.' - Wernher von Braun
http://www.mpsna.de
Back to top
View user's profile Send private message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Tue Aug 02, 2005 1:23 pm    Post subject: Reply with quote

bringt leider auch nix

die /etc/conf.d/wireless gibts gar net, nur eine Beispielconfig
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5328

PostPosted: Tue Aug 02, 2005 1:34 pm    Post subject: Reply with quote

dann nimm die beispiel-config als basis und erstell dir eine passende /etc/conf.d/wireless ;)

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
dakjo
Veteran
Veteran


Joined: 31 Jan 2004
Posts: 1544

PostPosted: Tue Aug 02, 2005 3:28 pm    Post subject: Reply with quote

Mach doch mal einfach nach deinem
Quote:
iwconfig eth1 essid wrt mode managed key xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx [1] open
#
ein
Quote:

ifconfig eth1 up
bzw.
dhcpcd eth1

_________________
'Dieselben Naturkräfte, die uns ermöglichen, zu den Sternen zu fliegen, versetzen uns auch in die Lage, unseren Stern zu vernichten.' - Wernher von Braun
http://www.mpsna.de
Back to top
View user's profile Send private message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Tue Aug 02, 2005 5:08 pm    Post subject: Reply with quote

hat beides nichts geholfen

immer noch das selbe
Back to top
View user's profile Send private message
aZZe
l33t
l33t


Joined: 20 Feb 2003
Posts: 965
Location: Dinslaken, Germany

PostPosted: Fri Aug 05, 2005 6:39 am    Post subject: Reply with quote

Hmmm... mach mal ein iwconfig --help. Dort siehst du alle Optionen die es gibt und dort dürfte meines erachtens auch kein "key" stehen. Die richtige Option dafür heißt "enc". Probiers mal damit.
_________________
ASUS 4A785TD-V EVO with AMD Phenom(tm) II X4 965
4GB RAM DDR3-1333
ATI Radeon HD4870
Back to top
View user's profile Send private message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Fri Aug 05, 2005 10:53 am    Post subject: Reply with quote

ok, jetzt bekomm ich immerhin schonmal ne ip vom dhcp-server, pingen kann ich komischerweise aber immernoch net

kann es sein, das es irgendwas mit den modulen zur verschlüsselung zu tun hat, da es ohne WEP ja geht.
Allerdings hat es mit WPA_supplicant mit WPA-PSK auch nicht funktioniert
Back to top
View user's profile Send private message
aZZe
l33t
l33t


Joined: 20 Feb 2003
Posts: 965
Location: Dinslaken, Germany

PostPosted: Sat Aug 06, 2005 1:13 pm    Post subject: Reply with quote

Du musst natürlich diverse Verschlüsselungsalgorythmen im kernel aktiviert haben und das als Modul. Ähm ich weiss jetzt grad nicht auswendig welches Modul für WEP verwendet wird aber im Prinzip kannst du alle Crypto Module mal einbinden. Mit modprobe ieee80211_crypt_wep (oder ieee80211_wep_crypt eins von beiden) rufst du dann das Modul für die WEP Verschlüsselung auf. Ohne dem kann auch keine Verschlüssselung stattfinden.
_________________
ASUS 4A785TD-V EVO with AMD Phenom(tm) II X4 965
4GB RAM DDR3-1333
ATI Radeon HD4870
Back to top
View user's profile Send private message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Sat Aug 06, 2005 1:20 pm    Post subject: Reply with quote

davon hab ich alles drin (man weis ja nie, wofür man das mal braucht)

und laut lsmod hat er die ieee80211, ieee80211_crypt ieee80211_crypt_tkip, ieee80211_crypt_ccmp, ieee80211_crypt_wep geladen

und es ging ja vor nem update alles

ich hab auch schon verschiedene ipw2200 versionen probiert (1.0.1, 1.0.3, 1.0.4, 1.0.5, 1.0.6) und verschiedene kernel versionen

hat alles nix gebracht
ich hab echt keinen peil woran das noch liegen könte
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Sat Aug 06, 2005 2:53 pm    Post subject: Reply with quote

dakjo wrote:
Wenn du die W-NIC dann mit den gentoo-tools startest, versucht er das erst über /etc/conf.d/wireless aufzulösen.
Die hast du warscheinlich nicht angepasst.

Mach doch einfach mal ein ifconfig eth1 up.

MfG

S.Müller


wirless = net
seit dem neuen baselayout funktioniert die netzwerkkonfiguration wieder zentral über /etc/conf.d/net, man kann jedoch "wenn man unbedingt will" noch über /etc/conf.d/wirless arbeiten, was ich aber nicht für sinnvoll halte.
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
mcm
n00b
n00b


Joined: 11 Sep 2003
Posts: 15

PostPosted: Sat Aug 06, 2005 5:21 pm    Post subject: Reply with quote

habe es jetzt mit WPA und WPA_supplicant zum laufen gebracht

thx für eure Hilfe
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum