Ubuntu Networking :: Cleanly Restart Wicd So It Reconnects?
Jan 28, 2010
I seem to be having "disconnects" from my wireless network where I stay connected but am unable to ping any hosts, including my router.
I would like to make a simple cron script that checks for this and reconnects.
Is there a clean way to tell wicd to reconnect?
How about sudo /etc/init.d/wicd restart?
I am on Ubuntu 8.04 amd64
misha@misha-d630:~$ dpkg -l | grep wicd
ii wicd 1.6.2.2-1 wired and wireless network manager
misha@misha-d630:~$
View 1 Replies
ADVERTISEMENT
Jan 30, 2010
When I use all the band(transmission or browsing too many videos) it disconnects after few minutes and it doesn't connect again until I reboot.
lspci:
05:01.0 Network controller: RaLink RT2760 Wireless 802.11n 1T/2R Cardbus
Code:
sudo lshw -C network
*-network
description: Ethernet interface
product: 88E8056 PCI-E Gigabit Ethernet Controller
[Code].....
I could use N and WPA2 by following this thread. If it is possible to reconnect without reboot would be a possible workaround
(I use Ubuntu Karmic x_64)
View 4 Replies
View Related
Apr 4, 2011
I am trying to use nm-applet with Arch/Openbox/tint2. I can't use wicd-gtk because wicd won't work with ad-hoc networks. I have tested nm-applet in Ubuntu/Openbox/tint2 and it works fine.
The error message is:
Code:
[esteeven@piccolo ~]$ nm-applet
** Message: applet now removed from the notification area
[Code]...
View 1 Replies
View Related
Jan 11, 2011
After the last system update (few days ago) the wireless box disconnects and reconnects continuously (every 60-90 secs). This is the pertinent /var/log/messages when it disconnects:
Code:
Jan 11 16:16:24 ibm kernel: [ 8073.320442] -->RTUSBVenderReset
Jan 11 16:16:24 ibm kernel: [ 8073.321453] <--RTUSBVenderReset
Jan 11 16:16:26 ibm kernel: [ 8075.624596] Key1Str is Invalid key length(0) or Type(0)
Jan 11 16:16:26 ibm kernel: [ 8075.624632] Key2Str is Invalid key length(0) or Type(0)
Jan 11 16:16:26 ibm kernel: [ 8075.624668] Key3Str is Invalid key length(0) or Type(0)
Jan 11 16:16:26 ibm kernel: [ 8075.624705] Key4Str is Invalid key length(0) or Type(0)
Jan 11 16:16:26 ibm kernel: [ 8075.625355] 1. Phy Mode = 0
Jan 11 16:16:26 ibm kernel: [ 8075.625358] 2. Phy Mode = 0
Jan 11 16:16:26 ibm kernel: [ 8075.741083] 3. Phy Mode = 0
Jan 11 16:16:26 ibm kernel: [ 8075.780107] MCS Set = 00 00 00 00 00
Jan 11 16:16:26 ibm kernel: [ 8075.795195] <==== rt28xx_init, Status=0
Jan 11 16:16:26 ibm kernel: [ 8075.807107] 0x1300 = 000a4200
Jan 11 16:16:28 ibm kernel: [ 8077.937015] pci 0000:02:1d.0: wake-up capability enabled by ACPI
Jan 11 16:16:28 ibm kernel: [ 8077.960539] pci 0000:02:1d.0: wake-up capability disabled by ACPI
Jan 11 16:16:28 ibm kernel: [ 8077.977291] tg3 0000:03:01.0: BAR 0: set to [mem 0xfb100000-0xfb10ffff 64bit] (PCI address [0xfb100000-0xfb10ffff]
Jan 11 16:16:29 ibm kernel: [ 8078.097571] ADDRCONF(NETDEV_UP): eth1: link is not ready
And this when manually reconnected:
Code:
Jan 11 16:16:37 ibm kernel: [ 8086.167522] -->RTUSBVenderReset
Jan 11 16:16:37 ibm kernel: [ 8086.168530] <--RTUSBVenderReset
Jan 11 16:16:39 ibm kernel: [ 8088.464724] Key1Str is Invalid key length(0) or Type(0)
Jan 11 16:16:39 ibm kernel: [ 8088.464760] Key2Str is Invalid key length(0) or Type(0)
Jan 11 16:16:39 ibm kernel: [ 8088.464796] Key3Str is Invalid key length(0) or Type(0)
Jan 11 16:16:39 ibm kernel: [ 8088.464833] Key4Str is Invalid key length(0) or Type(0)
Jan 11 16:16:39 ibm kernel: [ 8088.465510] 1. Phy Mode = 0
Jan 11 16:16:39 ibm kernel: [ 8088.465513] 2. Phy Mode = 0
Jan 11 16:16:39 ibm kernel: [ 8088.581175] 3. Phy Mode = 0
Jan 11 16:16:39 ibm kernel: [ 8088.621207] MCS Set = 00 00 00 00 00
Jan 11 16:16:39 ibm kernel: [ 8088.636185] <==== rt28xx_init, Status=0
Jan 11 16:16:39 ibm kernel: [ 8088.648150] 0x1300 = 000a4200
Jan 11 16:16:39 ibm kernel: [ 8088.751141] ERROR!!! RTMPSetTimer failed, Halt in Progress!
What is going on?
View 9 Replies
View Related
Jul 31, 2010
I recently installed Ubuntu 10.04 on my Acer TravelMate 3270 notebook (with Windows 7 dual boot) for everyday use. All is great except i started to notice my Wireless Network get disconnected and then reconnects every 5 minutes or so. Also the NetworkManager Applet 0.8 keep annoying me with the notifications that its disconnected and then reconnected.
I do not have this issue while using Windows 7 (in the same area). Can this be fixed. As i really want to move my day to day computing need to Ubuntu.
View 1 Replies
View Related
Jun 15, 2009
I have a strange issue w/ F11 and atheros 5212 wifi card using the standard ath5k driver. Every now and then (usually upon bootup but it will kick in every now and then, no rhyme or reason) I will get a kernel panic whereupon my wifi disconnects and I have to manually reconnect. The password screen will popup and I just hit OK and it reconnects. there also appears to be a dmesg line 'disassociated by local choice (reason=3)' in addition to the kernel panic. I've tried using ath9k instead (rmmod ath5k, modprobe ath9k) but that doesn't work at all, no wifi shows up in networkmanager. I also tried to find madwifi and kmod-madwifi via yum but those packages do not appear to be there for F11.
View 2 Replies
View Related
Jul 1, 2010
I installed Wicd in my F13 but I got problems when starting it When I try to start it I got error message:
Could not connect to wicd's D-Bus interface - Check the wicd log for error messages.
View 11 Replies
View Related
Dec 17, 2010
I'v just installed wicd. I can't get it to sart, I get errors saying that wicd couldn't connect to it's dbus interface and the wicd deamon has shut down. Then there's a report from SELinux saying that it's preventing /usr/bin/python "write" access on /etc/dhcp/manager-settings.conf and that access is denied to wicd. I can get wicd to start if I su to root, but I'd like to not have to do that every time I boot. Is there a fix?
View 1 Replies
View Related
Jan 25, 2010
Currently I dual boot windows XP and ubuntu 9.10. However, I am quite happy about my Ubuntu installation and I am starting to think about my windows xp install as a waste of hard drive space.I wonder what's the best way to remove the windows xp install.I have 3 partitions, windows being the first, ubuntu being the second and the third being ubuntu's swap.I am not familiarized with the way the grub bootloader works so I am worried about breaking it if I just remove the first (winxp) partition via gparted and expand the second (ubuntu 9.10) fill the empty space.
View 9 Replies
View Related
Jun 15, 2011
We are using Ubuntu 10.04LTS server on Vmware Vsphere estate. We are using LVM and have / and /var on separate partitions.
We have been experiencing an odd issue with sda1 always being fsck'd after every reboot. We seem to have traced this to the start/kill scripts in rc0.d and rc6.d. It appears that the reason the disk is not being unmounted is because some of the scripts are never being run because they are prefixed with S. We renamed and reordered the scripts to reflect what we thought should be the correct order - i.e. not halting the system before unmounting disks. System reboots cleanly now.
Before list of rc0.d and rc6.d respectively:
lrwxrwxrwx 1 root root 17 2010-11-18 15:06 K01apache2 -> ../init.d/apache2
lrwxrwxrwx 1 root root 22 2010-11-16 17:03 K01zabbix-agent -> ../init.d/zabbix-agent
lrwxrwxrwx 1 root root 22 2010-11-30 08:16 K03vmware-tools -> ../init.d/vmware-tools
[Code]....
basically are we expected to do these changes as part of building new servers for production use? Quite happy to do this but just surprised that this is the default.
View 3 Replies
View Related
Jun 17, 2010
I installed a software known as eduCommons.It is a content management system [URL] checked rpm -ql eduCommons following output
Code:
/etc/init.d/eduCommons
/opt/eduCommons-3.2.1/all/files/in/subdirectories/here
and no where was eduCommons.I want to uninstall and install it again.
Will
Code:
rpm -e eduCommons-3.2.1
do a clean uninstall of eduCommons.Or I need to do some thing more?
View 1 Replies
View Related
Feb 1, 2010
I recently bought a refurbished HP Compaq NC6000 which had a new installation of Win XP put on it but takes about 5 attempts to boot up as it just sat at the load screen and freezes. So I decided to install Ubuntu 9.10 as a Dual boot with the view to getting rid of XP once I had Ubuntu up and running, which I have now. So cant understand why XP wouldn't work lol. Now I would like to fully get rid of XP and just have Ubuntu as the only OS on the laptop. Currently as it is Dual Boot I have my 80gig Hard drive partitioned with both OS�s on it.
Could someone point me in the right direction of how to get rid of XP cleanly so I just have Ubuntu left on my machine. I don�t really want to re-install Ubuntu as I have spent the last week getting it set up, so would it be possible just to get rid of XP? Also would getting rid of XP mess up the Grub Boot loader menu?
View 9 Replies
View Related
Sep 27, 2010
i have dell latitude d830. has anyone else had this problem? it drops and reconnects every 10 minutes or so.
View 1 Replies
View Related
Aug 25, 2010
Brand new to this world. Trying to figure out how to roll-back an app (Wicd). Specifically trying to do this: "edit /etc/apt/sources.list and added links to the karmic repositories for the universe group."
how do I find the karmic repositories links?
View 1 Replies
View Related
Dec 30, 2010
If you install Wicd (it is in the repositories) any network-manager will be automatically de-installed.But eventually, Wicd will still not work properly.Solution:Open your package manager and type in: network-managerIf Wicd is installed, EVERYTHING related to network-manager must be thrown out, sorry: removed!
View 3 Replies
View Related
Oct 24, 2015
For the past week or so, I've had my wireless connection disconnect and reconnect at seemingly random intervals. It can be anywhere from every minute to every hour, whether I'm using the network or not. I don't recall installing anything that could affect this. I'm fairly certain this isn't a hardware issue, since I haven't had any problems when using my Windows partition. I'm using a D-Link USB adapter (DWA-171).
Code: Select alljp@pyrog:~$ more /etc/*-release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
[Code] ....
View 14 Replies
View Related
Jan 8, 2010
I just updated my system to a new kernel with the update manager and now my WICD no longer obtains an IP address. Everytime I try it says "Connection Failed: Unable to get IP address".It was working fine before and even when I reboot into an older kernel it still doesn't work.I'm using a Belking Wireless G adapter.I would have tried downloading another network manager but since I can't even access the internet I'm stuck with changing current settings and nothing seems to work.
View 4 Replies
View Related
Mar 25, 2010
Well it seems like every 5 min the update manager is barging in telling me to update so I did last night and then this morning I turn on my computer and a window pops up that says "wicd needs your password" or something to that effect so I put it in. Then I notice wicd is not running. So I click on it in the menu and it pops up in awn for a second then disappears. As I have said before I am fairly new to linux so Im having trouble figuring this out. I don't know any commands i should run or where to start even. My computer is not much use to me without the internet so I would really like to get this fixed.
View 2 Replies
View Related
Jul 5, 2010
I have a Dell Mini with Unbuntu Hardy 8.04 with a Broadcom STA wireless card BCM4312 802.11b/g. In April the Network Manager stopped working.After trying various fixes, based on advice and instructions posted for others who had the same issue, today I decided to completely uninstall the Network Manager and install wicd- which seems like a working alternative. I uninstalled the Network Manager and used the installation instructions for wicd (URL...). While connected to the internet with a wired connection, in my Synaptic Package Manager I entered the new address deb URL... hardy extras. Then I opened a terminal and entered.It looks like an argument is needed, but I have no idea how to add that to the command. I've found the key file (I think) here URL...but I don't know what to do next.
View 7 Replies
View Related
Oct 21, 2010
Before I changed the faulty wifi card I installed Wicd. Incidentally it didn't remove Network Manager, a bug that's reported in Launchpad. With the new wifi working well enough with Network Manager, I used Synaptic to remove Wicid, or so I thought.I happen to be checking .xsession-errors and there's an error reported about wicid tray desktop. I removed it and no more errors appear.
After looking for advice here and on the web I used apt-get remove and purge yet a file search of wicd still finds 25 entries, in /etc/, /usr/ and /var/.Some are archives and some are logs but some aren't, why are they still there and can I clean things up?
View 2 Replies
View Related
May 8, 2011
I removed network manager on my laptop via sudo apt-get remove --purge network manager network-manager-gnome but now I can't install wicd because I don't have Internet.
View 8 Replies
View Related
Jun 25, 2011
I am running Natty on a Lenovo T410. I can connect to wireless with no problem using the panel applet but not using wicd. syslog shows it trying to get a DHCP address and finally timing out with no lease offers. I think a big clue is that if I monitor wlan0 using wireshark I get no traffic at all when it tries to connect, whereas with the applet I see the dhcp traffic. It seems as though wicd is connecting to the wrong wlan0. Running "dhclient wlan0" directly gives the same behavior as wicd. I need to use wicd because I typically run enlightenment so can't use the ubuntu applet.
View 5 Replies
View Related
Mar 12, 2010
I have just installed Ubuntu 9.10 (64 Bit) and I'm trying my best to get this Linksys WMP300N wireless adapter to work.I have searched and gone through a number of threads here with some level of progress but I still can not get this to work.Adapter info is BCM43XG [14e4:4329] rev 01I have installed driver bcmwl5.inf using ndiswrapper and ndisgtk.I had absolutely no success trying to use network manager applet so uninstalled it and went with Wicd instead which at least sees my SSID network with a strong signal.My network is encrypted using WPA and I entered the passphrase which seems to pass authentication but it keeps trying to get an IP address until finally it just tosses a failed message.I feel as though I'm really close but it just won't connect.
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
[code].....
View 9 Replies
View Related
Mar 12, 2010
I've installed ubuntu 9.10 using a minimal install and started from there installing the rest of the things I needed.
I'm running KDE4.4 and Wicd 1.6.1.
Problem is, wicd worked fine, but I don't know what happened before I got this annoying problem.
After logging into KDE, wicd asks me for my password in order to connect to the network-device. After filling that in, I get the message code...
As you can see in the logging, internet is working fine. I manually have to start wicd-client and I get an extra wicd-icon in the taskbar showing me the signal strength as it should do.
I've been searching a lot, but can't find anything about this, except a lot of people having the same errormessage, but they have some errors in the wicd.log too.
View 2 Replies
View Related
Apr 10, 2010
i just installed ubuntu 9.10 netbook remix on my acer aspireone ao532h netbook, and so far, it's been working beautifully. much better than the windows 7 starter edition that came with the machine. the only problem i've experienced so far had to do with the wireless connection. initially, the connection would drop during certain types of activities (e.g. downloading updates or programs, or even streaming videos videos) and the network manager would freeze so completely that i'd have to hard reboot. that seems to have been fixed by installing wicd (following a suggestion here: http://ubuntuforums.org/showthread.php?t=1135723&page=2), meaning that it hasn't disconnected in the several hours since i've been using it. however, wicd has a different problem: it disconnects after a suspend / resume cycle. this requires a reboot to fix also, as not only does it disconnect, but it looses awareness of the network altogether. obviously, this could be a real headache on a netbook that gets closed and opened frequently.
View 2 Replies
View Related
May 5, 2010
I had no luck with network manager and i was surfing the net and it said wicd was better so i installed that and installed 1.6.1 But it was not obtaining an ip address
So i searched again and ppl said that its a problem with 1.6.1 and they said 1.5.9 was better. So i installed wicd 1.5.9 and its still not obtaining an ip address.
The router is unencrypted no security, ppl suggested trying to set a security on it so i tried WEP and when i do that it gets stuck on trying to authenticate the key phrase.code...
View 9 Replies
View Related
May 10, 2010
Trying this on a Lenovo with 10.04. but after a few updates and some basic software (restricted extras) the network manager is missing. I tried installing WICD but that doesn't show up either. Going to the startup applications, it is listed and checked, and dragging it to the panel works, but clicking it does nothing.
View 2 Replies
View Related
Jul 23, 2010
I'm trying to use wicd instead of network manager because I want a "no fuss" way to use wireless on wmii. However, wicd will not find any networks unless network-manager has been run and has connected to a network since startup. If it hasn't connected to a wireless network, the wicd will find no networks, and iwlist won't provide a list of networks either.
This seems to mean that network-manager is doing something to the interface when it connects that needs to be done to make it usable, but I'm not sure what it is or how exactly to find out. I do know that the interface (eth2) will not appear in ifconfig if network manager hasn't connected, which I assume means that it hasn't been brought up. ifconfig eth2 up makes it show up, but I still can't connect with wicd. What can I do?
I'm running Ubuntu 10.04, generic 2.6.32-22 kernel, MacBook 5,5 using the Broadcom STA driver. (more details below)
Code:
*-network
description: Wireless interface
product: BCM4322 802.11a/b/g/n Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth2
version: 01
serial: 00:25:00:4b:df:4c
[Code]...
View 9 Replies
View Related
Oct 21, 2010
I installed Enlightenment into my machine and, in the course of the installation, Network Manager was removed. I now have no internet connection. I've searched and tried a couple of possible solutions here but I cannot get them to work. When I try to use a downloaded deb file Gdebi cannot install it. It seems that if I re-install Network Manager I'll lose a lot of my Enlightenment installation. What I'd like to do is install Wicd. I dual boot with Win 7 so all is not lost. I understand that there's a way to istall Wicd from the command line without an internet connection but I cannot figure out how to do it.
View 3 Replies
View Related
Oct 29, 2010
I have an hp compaq 6720s laptop dualboot vista/ubuntu lucyd.My wireless card is Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02), controlled by wicd 1.7.0 (gnome network manager connects/disconects the net continuously).The problem is, any time I do a scanning with wicd or from command line to see the wifi nets around,my wireless is disconnected, then it connects again because is set to automatic reconnection
View 2 Replies
View Related