`
orcl_zhang
  • 浏览: 242254 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

How to fix wicd 1.7.0+ds1-5 Connection Failed: Bad Password on Ubuntu 10.10 (Mav

 
阅读更多
http://pc-freak.net/blog/how-to-fix-wicd-1-7-0ds1-5-connection-failed-bad-password-on-ubuntu-10-10-maverick-merkaaat/
I’ve been struggling with fixing a nasty error with wicd network manager for about 2 hours.
The exact error message I faced was:

Connection Failed: Bad Password


The issue occured after some suggested updates from the Ubuntu graphical update tool.
The wireless network to which it was connected was a WPA-PSK (WPA2) Passphrase authentication.
The network key was properly typed in and was working well on another system so the error Connection Failed: Bad Password made no sense.

There was nothing unusual in /var/log/wicd/wicd.log , that made me even more curious about what might be causing the error.After a lot of try outs and a lot of readings and tests I finally got the cause of the weird Bad Password errors produced by wicd

Weirdly enought, somehow the Ubuntu package update tool has installed the default gnome network-manager package.
The installed network-manager package has mismatched somehow the way wicd connects to wireless networks and as a cause the wpa_supplicant binary was not properly invoked.

As a consequence of the network-manager being present on the system the wpa_supplicant process which made the exact connection to the wireless network was not launching in, the exact wpa_supplicant invocation missing was:

wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/0022b0aa424a -D wext

Luckily the solution to the notebook wireless device unable to connect to the Wireless network was simple.

All I had to do is completely remove all occurance of network-manager packages installed on the Ubuntu system, by issuing the commands:

ubuntu:~# apt-get remove --yes network-manager
ubuntu:~# dpkg --purge network-manager-pptp-gnome network-manager-pptp network-manager

The reason for issuing the a dpkg –purge command was my desire to completely get rid of all kind of network-manager related configurations.

Now after re-connecting with wicd wireless manager, it worked fine
分享到:
评论

相关推荐

    wicd-1.7.0-cdl.tgz

    标题中的“wicd-1.7.0-cdl.tgz”是一个软件包,它包含了WICD(无线接口控制工具)的版本1.7.0,特别为在LIVE-CD环境下的Linux系统设计,比如CDLinux。这个.tgz文件是一种常见的Linux归档格式,由tar工具创建并使用...

    Ubuntu9.0-10.10超级教程教程及应用.pdf

    ### Ubuntu 9.0-10.10 超级教程及应用解析 #### 一、概述 本文档旨在为读者提供关于Ubuntu 9.0至10.10版本的操作系统安装、配置以及常见应用的详细指南。Ubuntu是一款基于Debian的开源操作系统,以其用户友好性和...

    backtrack操作系统教程

    - **版本更新**:BackTrack5作为经典版本之一,基于Ubuntu Lucid LTS,内核版本为2.6.38,支持32位和64位架构。 #### 二、安装BackTrack5 - **下载与准备**: - 下载地址:...

    制作可保存配置的U盘版BT4(BackTrack4)

    1. **USB驱动器**:至少4GB的USB闪存盘,格式化为FAT32。 2. **BT4正式版ISO镜像**:可以从官方网站http://www.remote-exploit.org/backtrack_download.html 下载BT4预发布最终版(bt4-pre-final.iso)。 3. **U盘...

    ubuntu 12.04 中network-manager 离线安装包

    如果卸载了network-manager,就无法再上网进行 apt-get ...ubuntu 12中有线网无法设static ip,可先卸载network-manager,再修改eth0配置,重新安装network-manager,系统显示有线网络设备未托管,但是已经可以用了!

    wicd-1.7.2.3.tar

    标题 "wicd-1.7.2.3.tar" 指的是一个名为 "wicd" 的网络管理工具的版本 1.7.2.3,该工具被打包成一个名为 ".tar" 的归档文件。在Linux世界中,".tar" 文件通常用于集合多个文件和目录,便于存储、传输和分发。这种...

    Linux下无线网卡安装通用方法

    1. **下载并解压ndiswrapper** - 使用命令`tar -xf ndiswrapper-1.52.tar.gz`解压ndiswrapper。 - 进入解压后的目录`cd ndiswrapper-1.52`。 - 编译ndiswrapper:`./configure`、`make`。 - 安装ndiswrapper:`...

    Linux Mint 18.3至20.0 双系统安装及优化指导手册【201205】1

    Linux Mint 是一款基于 Ubuntu 的操作系统,以其用户友好性和与Windows相似的界面而受到广大用户的欢迎。本手册主要针对从Linux Mint 18.3到20.0的双系统安装和优化过程提供详尽的指南。 一、Linuxmint 及 Windows ...

    bt4 pre-fina上网设置

    - 在桌面菜单中选择“Internet” -> “Wicd Network Manager”,打开Wicd网络管理器。 - 根据提示配置网络参数,包括选择网络类型(有线或无线)、输入用户名和密码等信息。 - 配置完成后,点击“Connect”按钮...

    wicd--linux下优秀的网络管理器

    这个软件比network-manager要好用的多,而且不依赖GNOME桌面环境,KDE,fluxbox,fvwm等都可以正常使用

    wifi-password 可用来获取电脑 WiFi 密码的一个脚本.zip

    如果系统使用其他方式管理无线网络,如wicd或直接使用iw和wpa_supplicant命令行工具,那么这个脚本可能无法正常工作。 此外,了解这个脚本的工作机制,对于提升Linux命令行操作技能是非常有帮助的。你可以学习如何...

    Linux WiFi调试工具(含多种编译方法)

    1. **iwconfig与iw** - `iwconfig`:这是一个传统的命令行工具,用于查看无线网络接口的配置信息,如ESSID、频率、速率等。 - `iw`:作为iwconfig的现代替代品,iw提供了更丰富的功能,如无线设备的信息查询、连接...

    如何安装BT4.pdf

    它基于Ubuntu Linux,内置了大量的安全与审计工具,是进行网络安全评估的理想平台。 #### 二、安装前的准备 在正式安装BT4系统之前,需要做好以下准备工作: 1. **虚拟机配置**:确保已安装并配置好虚拟机软件(如...

    第10章Linux网络管理与网络服务.ppt

    Ubuntu默认的网络管理工具,可通过顶栏指示器或系统设置进行网络配置。尽管方便,但其定制性有限,有时会出现静态IP设置等问题。 2. Wicd网络管理器: Wicd是一个开源的网络管理工具,支持有线和无线网络,由用户...

    西电Ubuntu上网认证客户端及相关软件

    在Linux世界中,Ubuntu是一个非常流行的开源操作系统,它基于Debian并提供了用户友好的图形界面。对于西安电子科技大学(简称“西电”)的学生、教师和工作人员来说,使用Ubuntu系统时,连接校园网可能需要特定的...

    archlinux-安装完全指南.pdf

    DAEMONS=(syslog-ng hal wicd network nfs wicd cron sshd) ``` ### 六、其他高级设置 - **权限管理:** - 调整文件权限,如对 `/home/larchbuild/usr/lib/mozilla/plugins/libflashplayer.so` 文件: ```bash ...

    Linux网络管理与网络服务

    它分为用户界面和守护进程两部分,通过D-Bus通信,支持多种桌面环境下的前端程序,如wicd-gtk(GNOME环境)、wicd-qt(KDE环境)等。 #### 知识点四:网络工具与命令 Linux提供了丰富的网络工具和命令,用于监控、...

    制作可保存配置的U盘版BT4(BackTrack4).docx

    - 在shell终端输入`vim /etc/rc.local`,在文件末尾添加`/etc/init.d/wicd start`,保存退出,这样wicd服务将在启动时自动运行。 - 使用Wicd Network Manager管理网络,设置自动DHCP或手动静态IP,完成网络连接。 ...

    Ubuntu_10.04网络管理器显示“设备未托管”的解决办法

    Ubuntu 10.04 网络管理器显示“设备未托管”的解决办法 Ubuntu 10.04 网络管理器显示“设备未托管”的问题是许多用户遇到的一个常见问题。这个问题的出现是由于 Linux 中有两套管理网络连接的方案:/etc/network/...

Global site tag (gtag.js) - Google Analytics