LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-17-2019, 11:01 PM   #16
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225

Quote:
Originally Posted by rob.rice View Post
wicd is a daemon it starts at boot and runs in the back ground
it's not being brought back up it was never shut down
wicd-client is being launched from the OP's session.

I agree with you (as you've mentioned in other posts) that you really should choose one way to manage your networks instead of a mix. Personally, I'll use /etc/rc.d/rc.inet1.conf to manage my networks on my desktops and /etc/rc.d/rc.networkmanager to manage my networks on my laptops.

I have used /etc/rc.d/rc.wireless.conf to manage wireless networks on laptops that I don't take out of my house, but that's a rare use-case for almost anyone.

If it's a laptop that needs to connect to god-knows-what-network, I'd advise the OP to use networkmanager instead of wicd, anyways.
 
Old 01-18-2019, 02:54 PM   #17
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
Quote:
Originally Posted by Richard Cranium View Post
If it's a laptop that needs to connect to god-knows-what-network, I'd advise the OP to use networkmanager instead of wicd, anyways.
Why ?
and
How ?
 
Old 01-18-2019, 03:41 PM   #18
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Well, you get networkmanager with no effort. It's part of the standard installation, versus going into /extras for wicd. There hasn't been much development on wicd lately (see https://code.launchpad.net/wicd), but that isn't necessarily a bad thing.

As for how, make /etc/rc.d/rc.networkmanager (IIRC since I'm not on one of my machines right now) executable and then run it via /etc/rc.d/rc.networkmanager start. It comes with applets for XFCE and KDE, so you can use a GUI to configure your network. There's a couple of not-graphical interfaces as well; nmcli (which is a command line tool) and nmtui (a curses based tool).

I used to use wicd myself and didn't find the switch to networkmanager to be difficult. If you've already done the work to get wicd up and running, you may as well continue to use it.
 
Old 01-19-2019, 10:21 PM   #19
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
every time I try to run network manager
"/etc/rc.d/rc.wicd stop;/etc/rc.d/sh rc.networkmanager start"
then click on the icon in the panel
it bitches there is no network connection
WTF is just good for hard wired connections ?
do I have to configure it to use wlan0 or wlan1 ? (HOW ??)


this is how I ended up using wicd IT JUST WORKS !!
hard wired connections are easy all of the ethernet routers I have access to use dhcp so I just edit /etc/rc.d/rc.inet1.conf
in the eth0 section I enter "yes " to the question use dhcp
do an /etc/rc.d/rc.inet1 restart then download wicd pkg
 
Old 01-19-2019, 11:31 PM   #20
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Quote:
Originally Posted by rob.rice View Post
every time I try to run network manager
"/etc/rc.d/rc.wicd stop;/etc/rc.d/sh rc.networkmanager start"
then click on the icon in the panel
it bitches there is no network connection
WTF is just good for hard wired connections ?
do I have to configure it to use wlan0 or wlan1 ? (HOW ??)


this is how I ended up using wicd IT JUST WORKS !!
hard wired connections are easy all of the ethernet routers I have access to use dhcp so I just edit /etc/rc.d/rc.inet1.conf
in the eth0 section I enter "yes " to the question use dhcp
do an /etc/rc.d/rc.inet1 restart then download wicd pkg
You know I have used wicd and liked it. I also have used NetworkManager and liked it just as well. On this laptop, because of this thread I changed easily from wicd to NetworkManager and that is what I am using today. I wanted to see if it could be done as easily as I had assumed. NEVER have I had to edit
Code:
/etc/rc.d/rc.inet1.conf
, not once. This is for wifi and it was so easy to change and it is just as easy to change back.

My other computer is an old desktop with an ethernet connection and wicd. Why wicd? Just so I have an icon in the tray to hover over and see if I have a connection (rural living, many service problems). Wicd can be set for a default connection which it will satisfy first before going elsewhere. Example ethernet is default and if I had a wifi adapter on that machine then wifi would be miss congeniality. I made no edits to
Code:
/etc/rc.d/rc.inet1.conf
, none. It looks just like it does after a bare metal install.

Choose one method and make it work for you. Do one thing and do it well.
The truth is out there google it.
"site:linuxquestions.org wicd"
"site:linuxquestions.org networkmanager"
"site:linuxquestions.org rc.inet1.conf"

https://mirrors.slackware.com/slackw...ADME.SLACKWARE

Last edited by Gordie; 01-19-2019 at 11:39 PM. Reason: Add README
 
Old 01-20-2019, 12:01 AM   #21
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 878

Rep: Reputation: 120Reputation: 120
I have one desktop wired and when setting up a new system on an SBC I will first set it up as wired. In both cases running slackware's netconfig I that's needed set up a connection. I've configure a netbook and two SBC's to connect wireless on the same network via wicd with fixed IPs

If you want to use wicd for a wired fixed IP make sure you have rc.d/networkmanager disabled and rc.d/rc.wicd enabled. You also should not have any entries in rc.inet.conf. Once you have wicd installed you can run wicd-client or in a terminal wicd-curses.

You only assign a single address in wicd to a machine with netconfig or wicd. Attached is an example configuration using wicd-curses.
Attached Thumbnails
Click image for larger version

Name:	wicd1.png
Views:	12
Size:	117.3 KB
ID:	29520  

Last edited by justwantin; 01-20-2019 at 12:27 AM.
 
Old 01-20-2019, 01:28 AM   #22
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by rob.rice View Post
every time I try to run network manager
"/etc/rc.d/rc.wicd stop;/etc/rc.d/sh rc.networkmanager start"
then click on the icon in the panel
it bitches there is no network connection
WTF is just good for hard wired connections ?
do I have to configure it to use wlan0 or wlan1 ? (HOW ??)


this is how I ended up using wicd IT JUST WORKS !!
hard wired connections are easy all of the ethernet routers I have access to use dhcp so I just edit /etc/rc.d/rc.inet1.conf
in the eth0 section I enter "yes " to the question use dhcp
do an /etc/rc.d/rc.inet1 restart then download wicd pkg
So, the laptop that I'm using to write this normally uses networkmanager to connect via a wireless interface. I just took an Ethernet cable and plugged into a switch that is connected to my slackware64 gateway (which runs a DHCP server, among other things).

As far as I can tell, the machine saw the wired connection and started to use it with no effort on my part.

You're going to have to provide more detail for anyone to help you. OTOH, as I mentioned, if wicd is installed and working on your system, then I see no pressing reason to switch to networkmanager.
 
1 members found this post helpful.
Old 01-22-2019, 12:30 PM   #23
usr345
Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 208

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by rob.rice View Post
may be OP will tack the word of the man pages it looks like my advice is being dismissed out of hand
Sorry for not replying for a while. Will read the man pages and try to configure wicd. Thank you for your time.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Wicd Could not connect to wicd's D-Bus interface GreenFireFly Slackware 6 04-29-2019 12:48 PM
[SOLVED] wicd or wicd-gtk problem Altoid Linux - Software 2 07-12-2017 09:03 AM
[SOLVED] Why `systemctl disable wicd.service`can't disable wicd ? luofeiyu Linux - Newbie 5 08-24-2016 11:54 AM
WICD tray icon says not connected, WICD manager says conneted to wired network?!?! intheshadows Linux - Newbie 1 12-24-2009 12:15 PM
Problems with WICD in XUbuntu Neej Suab Linux - Newbie 0 11-20-2007 08:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration