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

Re: Etch+"USB Adapter 54"+WPA



Stefan Bauer schrieb:
> Eugen Romas schrieb:
>> Hi,
>> auf meinem Sarge- System funkt der USB Adapter 54 mit WPA-
>> Verschlüsselung über wpa_supplicant mit ndiswrapper einwandfrei.
>> Auf dem neuen Etch- System haben mehrere Versuche mit verschiedenen
>> Treibern bisher keinen Erfolg gebracht
>> Kennt sich hier jemand aus und kann mir weiter helfen? WPA-
>> Verschlüsselung muss unbedingt sein!
>
> Hallo Eugen,
>
> um was für einen USB-Adapter handelt es sich? Welche Treiber
> verwendest du?
>
> Wie lautet die Ausgabe von dmesg nachdem du das ndiswrapper Modul
> geladne hast? Welchen Kernel verwendest du?
>
> Gruß
>
Hi,
vielen Dank für die Antworten!
Bei dem Adapter handelt es sich um einen Siemens Gigaset USB Adapter 54.
Den habe ich zusammen mit einer  Fritz!Box gekauft.
Den Modul ndiswrapper verwende ich auf Etch nicht mehr (s. Doku von
wpa_supplicant).
Alle weiteren Informationen siehe Anhang.
Sonntagsgrüße von
Eugen

P.s. Bitte nicht hauen :-[ , aber mit ubuntu funkts.
pc2-er:/# uname -a
Linux pc2-er 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686 GNU/Linux
pc2-er:/# lsmod
Module                  Size  Used by
ppdev                   8676  0
lp                     11012  0
button                  6672  0
ac                      5188  0
battery                 9636  0
sbp2                   20840  0
loop                   15048  0
tsdev                   7520  0
snd_mpu401              7528  0
snd_mpu401_uart         8064  1 snd_mpu401
snd_intel8x0           30332  0
snd_ac97_codec         83104  1 snd_intel8x0
snd_ac97_bus            2400  1 snd_ac97_codec
snd_seq_dummy           3844  0
snd_seq_oss            28768  0
snd_pcm_oss            38368  0
snd_mixer_oss          15200  1 snd_pcm_oss
snd_seq_midi            8192  0
snd_seq_midi_event      7008  2 snd_seq_oss,snd_seq_midi
snd_seq                45680  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_pcm                68676  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_rawmidi            22560  2 snd_mpu401_uart,snd_seq_midi
snd_timer              20996  2 snd_seq,snd_pcm
snd_seq_device          7820  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
analog                 10784  0
snd                    47012  12 snd_mpu401,snd_mpu401_uart,snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_pcm_oss,snd_mixer_oss,snd_seq,snd_pcm,snd_rawmidi,snd_timer,snd_seq_device
sis_agp                 8420  1
gameport               14632  1 analog
rtc                    12372  0
parport_pc             32132  1
parport                33256  3 ppdev,lp,parport_pc
floppy                 53156  0
psmouse                35016  0
serio_raw               6660  0
pcspkr                  3072  0
agpgart                29896  1 sis_agp
i2c_sis96x              5380  0
soundcore               9248  1 snd
snd_page_alloc          9640  2 snd_intel8x0,snd_pcm
i2c_core               19680  1 i2c_sis96x
shpchp                 33024  0
pci_hotplug            28704  1 shpchp
eth1394                18212  0
evdev                   9088  1
ext3                  119240  6
jbd                    52456  1 ext3
mbcache                 8356  1 ext3
sha256                 11104  0
aes                    28160  2
sd_mod                 19040  0
usb_storage            71840  0
scsi_mod              124168  3 sbp2,sd_mod,usb_storage
dm_crypt               10888  1
dm_mirror              19152  0
dm_snapshot            15552  0
dm_mod                 50232  18 dm_crypt,dm_mirror,dm_snapshot
raid1                  21056  2
md_mod                 70388  3 raid1
ide_generic             1408  0 [permanent]
ide_cd                 36064  0
cdrom                  32544  1 ide_cd
ide_disk               14848  6
ehci_hcd               28136  0
sis900                 21760  0
mii                     5344  1 sis900
ohci_hcd               18276  0
usbcore               112644  4 usb_storage,ehci_hcd,ohci_hcd
sis5513                12360  0 [permanent]
generic                 5476  0 [permanent]
ide_core              110504  6 usb_storage,ide_generic,ide_cd,ide_disk,sis5513,generic
ohci1394               30800  0
ieee1394               86904  3 sbp2,eth1394,ohci1394
thermal                13608  0
processor              28840  1 thermal
fan                     4804  0
pc2-er:/# cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1

ap_scan=1
network={
        ssid="wlan11"
   key_mgmt=WPA-PSK
   pairwise=TKIP
   group=TKIP
   proto=WPA
   auth_alg=OPEN
        psk="Schluessel"
}

pc2-er:/# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth1
# allow-hotplug eth1
iface eth1 inet dhcp

auto wlan0
iface wlan0 inet dhcp
         pre-up /sbin/wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant.conf -B
pc2-er:/#wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant.conf -dd
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
eapol_version=1
ap_scan=1
Line: 5 - start of a new network block
ssid - hexdump_ascii(len=19):
     77 6c 61 6e 31 31    wlan11
key_mgmt: 0x2
pairwise: 0x8
group: 0x8
proto: 0x1
auth_alg: 0x1
PSK (ASCII passphrase) - hexdump_ascii(len=16): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 0
   id=0 ssid='wlan11'
Initializing interface (2) 'wlan0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
ioctl[SIOCSIWPMKSA]: No such device
ioctl[SIOCSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[SIOCGIFFLAGS]: No such device
Could not set interface 'wlan0' UP
ioctl[SIOCGIWRANGE]: No such device
WEXT: Operstate: linkmode=1, operstate=5
ioctl[SIOCGIFINDEX]: No such device
Failed to add interface wlan0
State: DISCONNECTED -> DISCONNECTED
Speicherzugriffsfehler
pc2-er:/#




Reply to: