[ubuntu-tr] wpa kubuntu 6.10 ibm dizüstü sorunu
ahmed yasar
yasar.tuncez at gmail.com
16 Oca 2007 Sal 20:38:43 GMT
Merhabalar,
ibm r52 dizüstü notebook bilgisayarda kubuntu 6.10 kullanıyorum. Kablosuz
modeme wpa - spk şifresi verdikten sonra kablosuz ağa bağlanamıyorum.
http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_enable_WPA_with_Ndiswrapper_driveradresinde
aşağıdaki işlemler yer alıyor. Buna göre /etc/wpa_supplicant.conf
dosyası oluşturup aşağıdaki satırları girdim ve sonra wpa_supplicant -Dwext
-iwlan0 -c/etc/wpa_supplicant.conf -dd komutunu çalıştırdığımda aşağıdaki
hata mesajlarını alıyorum:
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'
Line: 2 - start of a new network block
ssid - hexdump_ascii(len=4)İ
44 43 6a 9d 4COM
PSK (ASCII passphrase) -hexdump_ascii (len=8):[REMOVED]
key_mgmt: 0x2
proto: 0x1
pairwise: 0x8
PSK (from passphrase) -hexdump(len=32): [REMOVED]
Line 8: removed CCMP from group cipher list since it was not allowed for
pairwise cipher
Priority group 0
id=0 ssid='4COM'
Initializing interface (2) 'wlan0'
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 - portENaled=0
EAPOL:External notfication - portValid=0
ioctl [SIoCSIWPMKSA]: No such device
ioctl[SI0CSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[...
..
How to enable WPA with Ndiswrapper driver
First, make sure the Ndiswrapper driver works by itself without encryption.
Create a file called /etc/wpa_supplicant.conf, and paste in the following.
Modify the ssid and psk values.
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="YourWiFiSSID"
psk="YourWiFiPassword"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
}
Test it. Make sure your router is broadcasting its SSID.
sudo wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -dd
If your WPA works. Load it automatically when you reboot.
gksudo gedit /etc/network/interfaces
Change your wlan0 section to the following.
If you are using static IP:
auto wlan0
iface wlan0 inet static
address 192.168.1.20
netmask 255.255.255.0
gateway 192.168.1.1
pre-up wpa_supplicant -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
or this, if you are using dhcp.
auto wlan0
iface wlan0 inet dhcp
pre-up wpa_supplicant -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
--
yaşasın linux
-------------- sonraki bölüm --------------
Bir HTML eklentisi temizlendi...
URL: https://lists.ubuntu.com/archives/ubuntu-tr/attachments/20070116/07048ef0/attachment.htm
ubuntu-tr mesaj listesiyle ilgili
daha fazla bilgi