WLAN not working

Markus Schlichting m.schlichting at mynethome.de
Sun Jul 6 14:07:52 CEST 2008


Hi,
over here wifi is up and runninng using wpa-psk. i get almost the same errors, 
only missing the lines with

 ioctl[SIOCSIWENCODE]: Input/output error
  
- but its working. you could try running wpa_supplicant with the -dd option 
(and | less, maybe) and see what the output tells you.

my wpa_supplicant.conf:

------------------
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1

# WPA2:
network={
       ssid="myNetSSID"
       scan_ssid=1
#       proto=RSN
       key_mgmt=WPA-PSK
       pairwise=TKIP
       group=TKIP
       psk="secretpassword"
       priority=50
}
-------------------

and in my /etc/network/interfaces

# Wired or wireless interfaces
iface eth0 inet dhcp
 wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
 wpa-driver wext

cheers
 markus

Am Sonntag, 6. Juli 2008 13:33:23 schrieb flexd:
> After updating and upgrading i now get exactly the same error as when i
> specified -Dwext, so something is wrong something still :/
>
> anyone got any ideas?
>
> regards
>
> Kristoffer
>
> flexd skrev:
> > This is not working (adding -Dwext) i only get additional errors then:
> >
> > ioctl[SIOCSIWENCODEEXT]: Operation not supported
> > ioctl[SIOCSIWENCODE]: Input/output error
> > ioctl[SIOCSIWENCODEEXT]: Operation not supported
> > ioctl[SIOCSIWENCODE]: Input/output error
> > ioctl[SIOCSIWENCODEEXT]: Operation not supported
> > ioctl[SIOCSIWENCODE]: Input/output error
> > ioctl[SIOCSIWENCODEEXT]: Operation not supported
> > ioctl[SIOCSIWENCODE]: Input/output error
> >
> > Going to try updating and upgrading now.




More information about the community mailing list