Forum
« [Solved] Getting rid of network manager »

Welcome Guest. Please Login or Register.
May 23, 2013, 2:39am



Return to or visit the SalineOS webpage

Forum :: General :: Installation and Setup Support :: [Solved] Getting rid of network manager
   [Search This Thread] [Share Topic] [Print]
 AuthorTopic: [Solved] Getting rid of network manager (Read 306 times)
toothandnail
Junior Member
**
member is offline





Joined: Aug 2011
Gender: Male
Posts: 71
 [Solved] Getting rid of network manager
« Thread Started on May 30, 2012, 1:15am »

I've just reinstalled SalineOS 1.6 on my laptop (as part of a move to rationalise the hard drive layout and increase the amount of space allowed for / for a couple of distros that I've got installed).

I had a few minor problems with the installation - had to run the multi-media codec install after the install completed, also found that most of LibreOffice did not get installed, but generally the install worked ok.

However, I'm now left with Network Manager rather than Wicd. I much prefer Wicd, and in fact find it much more reliable when it comes to connecting to my T-Mobile 3G Pointer. So I'd like to remove Network Manager and replace it with Wicd.

I'm not sure what Wicd packages I need. Looking through the list of install packages I created from the old install, I've got these:

Code:
python-wicd wicd wicd-daemon wicd-gtk


Is there anything else I need?

I was intending to download the packages, disable the network, uninstall network manager, then use dpkg to install the wicd packages. Is this likely to work, or are there other steps I should take?

Paul.
« Last Edit: Jun 2, 2012, 9:08am by toothandnail »Link to Post - Back to Top  IP: Logged
mihail
Full Member
***
member is offline





Joined: Dec 2011
Gender: Male
Posts: 120
Location: Romania
 Re: Getting rid of network manager
« Reply #1 on May 30, 2012, 4:37am »

IMHO NM is the best :P. Never could figure out wicd or ceni... Ceni didnt worked even for lan if wasnt conected during install.. Debian has some serious issue when it come to friendlyness, thats why I use Saline.
Link to Post - Back to Top  IP: Logged

petrek
Senior Member
****
member is offline

[avatar]



Joined: Aug 2011
Gender: Male
Posts: 386
Location: Poland
 Re: Getting rid of network manager
« Reply #2 on May 30, 2012, 5:06am »

To be sure, for example use Synaptic, there you have option for downloading selected packages and not installing them, so it will download for you all needed dependencies. If you need to remove NM first (maybe you don't need this step? You can just remove it from startup services), you can install downloaded packages through Synaptic later, it will be easier than using dpkg.
Link to Post - Back to Top  IP: Logged

Skallagrigg
beardedragon
Global Moderator
*****
member is offline

[avatar]



Joined: Feb 2011
Gender: Male
Posts: 857
 Re: Getting rid of network manager
« Reply #3 on May 30, 2012, 5:15pm »


May 30, 2012, 5:06am, petrek wrote:
To be sure, for example use Synaptic, there you have option for downloading selected packages and not installing them, so it will download for you all needed dependencies. If you need to remove NM first (maybe you don't need this step? You can just remove it from startup services), you can install downloaded packages through Synaptic later, it will be easier than using dpkg.

+1 use Synaptic. Install wicd first, get it up and running before removing network manager.
Link to Post - Back to Top  IP: Logged

Robert Collard, Madison, WI
HP s5710f, 2x AMD Athlon II 260@3.2Ghz 3GB RAM, 640GB HD
Debian 7.0 XFCE-4.10 3.2.0-4-amd64

If you are satisfied with the results, please Edit your first post and add [Solved] to the Subject line.
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,338
 Re: Getting rid of network manager
« Reply #4 on May 30, 2012, 7:59pm »

Simply get root in a terminal window and run this:

aptitude install python-wicd wicd wicd-daemon wicd-gtk && aptitude purge network-manager

Reboot after its complete and everything should be good to go.
Link to Post - Back to Top  IP: Logged
Richard
Elder Member
*****
member is offline

[avatar]



Joined: Jan 2011
Gender: Male
Posts: 588
Location: Venezuela
 Re: Getting rid of network manager
« Reply #5 on May 31, 2012, 11:56am »

This might help also. Just came across the post. Haven't tried it since nm is working fine for me.
http://jeffhoogland.blogspot.com/2012/05....sufficient.html

Anthony's suggestion should probably be the first you try.
Link to Post - Back to Top  IP: Logged

SalineOS-1.7, Xfce4.6.2, w/ 3.2.0-0.bpo.4-686-pae;
SalineOS-2.0, Xfce4.8, w/ 3.2.0-4-686-pae
LinuxMing, Xfce4.10, w/ 3.5.x
toothandnail
Junior Member
**
member is offline





Joined: Aug 2011
Gender: Male
Posts: 71
 Re: Getting rid of network manager
« Reply #6 on May 31, 2012, 12:45pm »


May 30, 2012, 4:37am, mihail wrote:
IMHO NM is the best :P. Never could figure out wicd or ceni... Ceni didnt worked even for lan if wasnt conected during install.. Debian has some serious issue when it come to friendlyness, thats why I use Saline.


Not my experience. I've never used Ceni, but wicd has been a good deal more reliable for me the network manager. I've had NM fail to remember credentials, insist on having a keyring password entered before connecting to a network, and worst of all, lose connection to my 3g box, sometimes 2 or 3 times within a few hours use. I've never had wicd or a hand-configured connection to the 3g box drop at all...

:) I also like the ability to script wicd, and the fact that it reports the machine IP in a tooltip.

Paul.
Link to Post - Back to Top  IP: Logged
toothandnail
Junior Member
**
member is offline





Joined: Aug 2011
Gender: Male
Posts: 71
 Re: Getting rid of network manager
« Reply #7 on May 31, 2012, 12:48pm »


May 30, 2012, 5:06am, petrek wrote:
To be sure, for example use Synaptic, there you have option for downloading selected packages and not installing them, so it will download for you all needed dependencies. If you need to remove NM first (maybe you don't need this step? You can just remove it from startup services), you can install downloaded packages through Synaptic later, it will be easier than using dpkg.


Thanks. Didn't know you could install downloaded packages using Synaptic, though I guess I should have realised it could be done that way.

Paul.
Link to Post - Back to Top  IP: Logged
toothandnail
Junior Member
**
member is offline





Joined: Aug 2011
Gender: Male
Posts: 71
 Re: Getting rid of network manager
« Reply #8 on May 31, 2012, 12:49pm »


May 30, 2012, 5:15pm, beardedragon wrote:

May 30, 2012, 5:06am, petrek wrote:
To be sure, for example use Synaptic, there you have option for downloading selected packages and not installing them, so it will download for you all needed dependencies. If you need to remove NM first (maybe you don't need this step? You can just remove it from startup services), you can install downloaded packages through Synaptic later, it will be easier than using dpkg.

+1 use Synaptic. Install wicd first, get it up and running before removing network manager.


Thanks. If I'm pushed, I can use a wired connection (when I'm at home - the 3g box is wireless only), but it would be easier if I can do it that way.

Pau.
Link to Post - Back to Top  IP: Logged
toothandnail
Junior Member
**
member is offline





Joined: Aug 2011
Gender: Male
Posts: 71
 Re: Getting rid of network manager
« Reply #9 on May 31, 2012, 12:50pm »


May 30, 2012, 7:59pm, Anthony Nordquist wrote:
Simply get root in a terminal window and run this:

aptitude install python-wicd wicd wicd-daemon wicd-gtk && aptitude purge network-manager

Reboot after its complete and everything should be good to go.


:) Excellent. Thanks. That should be easy to do...

Paul.
Link to Post - Back to Top  IP: Logged
toothandnail
Junior Member
**
member is offline





Joined: Aug 2011
Gender: Male
Posts: 71
 Re: Getting rid of network manager
« Reply #10 on May 31, 2012, 12:52pm »


May 31, 2012, 11:56am, Richard wrote:
This might help also. Just came across the post. Haven't tried it since nm is working fine for me.
http://jeffhoogland.blogspot.com/2012/05....sufficient.html

Anthony's suggestion should probably be the first you try.


That's a useful link - thanks. It would get rid of at least one annoyance, though I doubt it would help the reliablity issues I'm seeing with NM. I might try it first, just to see what it does, but I think in the long run, Anthony's suggestion is the way I'm likely to go...

Paul.
Link to Post - Back to Top  IP: Logged
petrek
Senior Member
****
member is offline

[avatar]



Joined: Aug 2011
Gender: Male
Posts: 386
Location: Poland
 Re: Getting rid of network manager
« Reply #11 on May 31, 2012, 2:19pm »


May 31, 2012, 12:48pm, toothandnail wrote:

Thanks. Didn't know you could install downloaded packages using Synaptic, though I guess I should have realised it could be done that way.
Yes, you can, you just need to place them in /var/cache/apt/archives :) Of course, versions must match. As for NM, some time ago I had the same problem with it, you have probably some configuration problem.
Link to Post - Back to Top  IP: Logged

Skallagrigg
toothandnail
Junior Member
**
member is offline





Joined: Aug 2011
Gender: Male
Posts: 71
 Re: [Solved] Getting rid of network manager
« Reply #12 on Jun 2, 2012, 9:09am »


May 30, 2012, 7:59pm, Anthony Nordquist wrote:
Simply get root in a terminal window and run this:

aptitude install python-wicd wicd wicd-daemon wicd-gtk && aptitude purge network-manager

Reboot after its complete and everything should be good to go.


This worked a treat. Thanks.

Paul.
Link to Post - Back to Top  IP: Logged
   [Search This Thread] [Share Topic] [Print]



Anthony Nordquist, on behalf of the SalineOS project, is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. As such, if you click the above banner and then make any purchase including digital downloads, a small percentage will be paid to the SalineOS project.
Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile