This forum has been archived. All content is frozen. Please use KDE Discuss instead.

questions with kopete and kde-plasma-networkmanagement

Tags: None
(comma "," separated)
hades
Registered Member
Posts
2
Karma
0
I use the Fedora 10 with kde 4.2 on my Dell insprion 6000, Fc10 works fine.

I have install NetworkManager-0.7.0-1.git20090102.fc10.i386
kde-plasma-networkmanagement-0.1-0.3.20090207svn.fc10.i386 .
the wireless can works with wep ,but can`t wotk with WPA-PSk or WPA-EAP, why and how do?

Code: Select all
Linux Fedora 2.6.28.4 #1 PREEMPT Sat Feb 7 11:05:48 CST 2009 i686 i686 i386 GNU/Linux


wirless card:
Code: Select all
Network controller: Atheros Communications Inc. AR5008 Wireless Network Adapter (rev 01)
        Subsystem: Apple Computer Inc. Device 0087
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR-
        Kernel driver in use: ath9k


kerne config on network:
Code: Select all
# Wireless
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_CFG80211=y
CONFIG_NL80211=y
# CONFIG_WIRELESS_OLD_REGULATORY is not set
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_MAC80211=y

#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_PID=y
CONFIG_MAC80211_RC_MINSTREL=y
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_IEEE80211=y
CONFIG_IEEE80211_DEBUG=y
CONFIG_IEEE80211_CRYPT_WEP=y
CONFIG_IEEE80211_CRYPT_CCMP=y
CONFIG_IEEE80211_CRYPT_TKIP=y
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set


and wireless
Code: Select all
# Wireless LAN
#
CONFIG_WLAN_PRE80211=y
# CONFIG_STRIP is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_P54_COMMON is not set
# CONFIG_ATH5K is not set
CONFIG_ATH9K=y
# CONFIG_IWLCORE is not set
# CONFIG_IWLWIFI_LEDS is not set
# CONFIG_IWLAGN is not set
# CONFIG_IWL3945 is not set
CONFIG_HOSTAP=y
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
CONFIG_HOSTAP_PLX=y
CONFIG_HOSTAP_PCI=y
CONFIG_HOSTAP_CS=y
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_ZD1211RW is not set
# CONFIG_RT2X00 is not set


[hades@Fedora ~]$ iwlist scanning

Code: Select all
wlan0     Scan completed :
          Cell 01 - Address: 00:19:5B:4C:37:4B
                    ESSID:"Dlink-625"         
                    Mode:Master               
                    Channel:11               
                    Frequency:2.462 GHz (Channel 11)
                    Quality=98/100  Signal level:-32 dBm  Noise level=-95 dBm
                    Encryption key:on                                       
                    IE: Unknown: 0009446C696E6B2D363235                     
                    IE: Unknown: 010482848B96                               
                    IE: Unknown: 03010B                                     
                    IE: Unknown: 2A0100                                     
                    IE: Unknown: 32088C129824B048606C                       
                    IE: Unknown: DD1E00904C334E101DFFFF000000000000000000000000000000000000000000
                    IE: Unknown: DD1A00904C340B07050000000F000000000000000000000000000000
                    IE: Unknown: 2D1A6E101DFFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D180B0700000000000000000000000000000000000000000000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F202010100000364000027A4000041435E0061322F00
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:tsf=00000001ec42c180
                    Extra: Last beacon: 69ms ago


and the kopete 0.7 can`t save my any accounts if the Akonadi server do not start ,why ?
I think that I do not need the Akonadi server to start.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
The Plasma Network Manager Plasmoid is not fully implemented at this time. Therefore features such as WPA-PSK are not functioning at this time.

Kopete is probably dependant upon Akonadi, because that is where Contacts will be stored especially in KDE 4.3. Akonadi is now required for the forseeable future.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
hades
Registered Member
Posts
2
Karma
0
bcooksley wrote:The Plasma Network Manager Plasmoid is not fully implemented at this time. Therefore features such as WPA-PSK are not functioning at this time.

Kopete is probably dependant upon Akonadi, because that is where Contacts will be stored especially in KDE 4.3. Akonadi is now required for the forseeable future.



Thank you so much ,I will waiting for the KDE 4.3 and The Plasma Network Manager Plasmoid final version .


Bookmarks



Who is online

Registered users: bancha, Bing [Bot], Google [Bot], Sogou [Bot]