LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-11-2014, 08:18 AM   #1
mscole
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slackware 15
Posts: 129

Rep: Reputation: 24
wicd connected but no internet access


I just installed slack 14.1 on an Acer Aspire One model 532h-2588. When the installation was done I installed wicd from the extra directory. wicd connects to my wifi network but no webpage will load in a browser. ping returns no connection either. I searched this forum on keyword wicd but found no solution to my problem, and I don't know how to proceed from here. The netbook used to connect in Windows 7, although I accidentally trashed the windows recovery partition, so slack is all I have now. Also, slack 14.1 and wicd connect fine on my other Acer netbook, model D250-1026. Thanks, Mike.
 
Old 06-11-2014, 08:36 AM   #2
coralfang
Member
 
Registered: Nov 2010
Location: Bristol, UK
Distribution: Slackware, FreeBSD
Posts: 836
Blog Entries: 3

Rep: Reputation: 297Reputation: 297Reputation: 297
Open up wicd-curses or wicd-gtk
Go to preferences, advanced settings, and try changing the backend to ioctl.

I've had success in the past using that method.

Also, check that wpa_supplicant and dhclient/dhcpcd are not running before wicd starts.
Could be worth disabling some rc script such as rc.wireless
 
Old 06-11-2014, 08:41 AM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,295

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
Is this a wired or wireless connection?

When you say 'ping returns no connection', what were you pinging?

Try pinging your own IP address, then ping your router ( if you have one ).

What do you see in /etc/resolv.conf ? You should see the IP addresses of your nameservers.

Have you entered any configuration into WICD? Is the access point using encryption? Did you enter the keys?

If you run the command /sbin/ifconfig do you see an IP address for the interface you are trying to use?
 
Old 06-11-2014, 09:22 AM   #4
WhiteWolf1776
Member
 
Registered: Oct 2010
Location: Bowling Green, KY
Distribution: Slackware
Posts: 288

Rep: Reputation: 95
wicd got buggy for me a couple of years back.. I switched over to just using wpa_gui to set up my config. Easy as wicd, already there.. and doesn't have the issues.
 
Old 06-11-2014, 09:24 AM   #5
mscole
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slackware 15
Posts: 129

Original Poster
Rep: Reputation: 24
Camorri, I pinged www.google.com; etc/resolv.conf has the ip addresses for opendns, which I use on all my computers; I followed the directions in the wicd readme file for configuring wicd; I did enter the encryption keys; I didn't run ifconfig but I did look at KDE info center, which probably uses ifconfig, and it shows the same ip address as the wicd gui.
Coralfang, I will try your advice later, I am at work now and the netbook is at home.
Thank you both, Mike.
 
Old 06-11-2014, 09:34 AM   #6
Nh3xus
Member
 
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211

Rep: Reputation: 57
Hi,

I'm not sure why you want to use Wicd but if you want to try an alternative tool, just give NetworkManager a try.

Simply run

Code:
 # netconfig
and choose NetworkManager.

FYI, if you are familiar with distros such as Ubuntu, they use NM for such a task.
 
Old 06-11-2014, 09:44 AM   #7
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,325

Rep: Reputation: 919Reputation: 919Reputation: 919Reputation: 919Reputation: 919Reputation: 919Reputation: 919Reputation: 919
please run this:
Code:
echo uname: && uname -a -m -p && echo lspci: && lspci && echo lsusb: && lsusb && echo lsmod: && lsmod && echo ifconfig: && ifconfig && echo ifconfig -a: && ifconfig -a && echo iwconfig: && iwconfig && echo resolv.conf: && cat /etc/resolv.conf && echo route: && route -n && echo ping router: && ping -c 1 `route | awk '/default/ {print $2}'` && echo ping dns-server: && ping -c 1 `awk '/nameserver/ {print $2}' /etc/resolv.conf | head -n 1` && echo ping using ip: && ping -c 1 64.235.229.141 && echo ping using dns: && ping -c 1 www.02144.com
these commands may be able to help us norrow down and determine where your issue may lie.
 
Old 06-11-2014, 07:08 PM   #8
mscole
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slackware 15
Posts: 129

Original Poster
Rep: Reputation: 24
I left out that this is a wifi connection.
I switched to ioctl and it seems to be working, but according to wicd it is not supported.
I guess my problem is solved, but I don't see how to mark it "solved." I am going to try some of the other suggestions posted on this thread because I don't like running something that is not supported. Thanks everyone who replied. Mike.
 
Old 06-11-2014, 07:25 PM   #9
mscole
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slackware 15
Posts: 129

Original Poster
Rep: Reputation: 24
Well, I spoke too soon, I now have the same problem as before. I will post again if I find something that works. Mike.
 
Old 06-12-2014, 04:16 AM   #10
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,307
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by Nh3xus View Post
Hi,

I'm not sure why you want to use Wicd but if you want to try an alternative tool, just give NetworkManager a try.

Simply run

Code:
 # netconfig
and choose NetworkManager.

FYI, if you are familiar with distros such as Ubuntu, they use NM for such a task.
Agree. I used to have problems getting and/or keeping connected with wicd, but none since I started using NM.
 
Old 06-12-2014, 05:15 AM   #11
coralfang
Member
 
Registered: Nov 2010
Location: Bristol, UK
Distribution: Slackware, FreeBSD
Posts: 836
Blog Entries: 3

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by mscole View Post
I left out that this is a wifi connection.
I switched to ioctl and it seems to be working, but according to wicd it is not supported.
I guess my problem is solved, but I don't see how to mark it "solved." I am going to try some of the other suggestions posted on this thread because I don't like running something that is not supported. Thanks everyone who replied. Mike.
It's usable when it works. Unsupported simply means that the wicd developers won't help with any bug reports related to using it, probably because it's not their area of focus to deal with.
 
Old 06-12-2014, 08:05 AM   #12
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
I just installed slack 14.1
Slackware has changed a tad and networkmanager KDE uses is WICD. XFCE4 has an applet also for it. I would only install WICD if I need the CL interface for WIFI. please read this updated Slack doc http://docs.slackware.com/slackware:beginners_guide and scroll to Graphical Network Configuration Services.
and remember slackware has three /etc/rc.d/rc.inet1 and /etc/rc.d/rc.networkmanager if you installed WICD from extra /etc/rc.d/rc.wicd
the first two was presented to you at install time. you made a choice.

here is the problem if you have /etc/rc.d/rc.inet1 executable it will break /etc/rc.d/rc.networkmanager if you have The install scripts from wicd
will make /etc/rc.d/rc.inet1 none executable but if you have /etc/rc.d/rc.networkmanager executable then this will also break things with.
/etc/rc.d/rc.wicd Just one at a time hope this helps.

Last edited by Drakeo; 06-12-2014 at 08:07 AM.
 
Old 06-12-2014, 11:36 AM   #13
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
I have a laptop (it happens to be a Dell Inspiron 1750 but that doesn't really matter) that is normally connected via Ethernet to my LAN (and it has a fixed IP address). When I take it somewhere out of the building, it gets connected via Wi-Fi using WICD (I can also connect it to an internal Wi-Fi but I don't do that because Ethernet is much, much faster).

Essentially, simply plugging in the Ethernet cable to the machine and booting it brings it up and running; WICO auto connects to the wired Ethernet connection on boot (there's no configuration for doing that by the way).

One thing I have found is that WICD (never have tried NetworkManager) when connected with Wi-Fi (which means DHCP) overwrites /etc/resolv.conf -- royal PITA, that. I don't know why (and, so far, neither does anybody else really) but the "solution" when connecting with Wi-Fi is:
Code:
cp /etc/resolv.bak /etc/resolv.conf
(where /etc/resolv.bak has the DNS server addresses I use (which happen to be those provided by HughesNet). You probably don't what to use your router DNS server (I note that you're using OpenDNS) because routers tend to lose their minds and stop providing DNS services (not all of 'em but mine do).

Now all my machines (four of them including the laptop) are fixed IP, including two network printers and a plotter. I don't use DHCP on the LAN just cuz I'm lazy and don't what to have fiddle with DCHP settings and all that nonsense -- one line per server/device in /etc/hosts and that's that. Too, if you have a network printer, you can set the thing to a fixed IP address and CUPS will be able to find that address without any problem (on every computer you have if the address(es) are in /etc/hosts). Makes life a little easier.

WICD works and works fine on that laptop, both in- and out of building. You have to configure it for each connection you make (at the library, the bar, at school, wherever) and then you can simply use a drop-down and connect; but, keep in mind that you may -- may! -- have to fiddle with /etc/resolv.conf.

Hope this helps some.
 
Old 06-13-2014, 09:59 AM   #14
mscole
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slackware 15
Posts: 129

Original Poster
Rep: Reputation: 24
Update: I found a similar thread here that blamed the poor quality of Belkin wireless routers for problems like the one I am having. I have a Belkin router, so I brought the netbook to work with me and set it up to use NetworkManager, (NetworkManager gave me the same problem at home with the Belkin router). It works fine on the office wifi router, so I will be shopping for a non-Belkin router soon. Thanks again to all who replied. Mike.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Can not connect to wicd but have internet access? testera1 Linux - Newbie 2 10-13-2013 07:37 PM
WICD tray icon says not connected, WICD manager says conneted to wired network?!?! intheshadows Linux - Newbie 1 12-24-2009 12:15 PM
Connected, but no internet access! mtravis Mandriva 5 12-28-2007 02:38 AM
connected but cant access internet ricmetal Linux - Wireless Networking 11 02-06-2007 10:31 PM
LAN Connected but cant access internet crw128 Linux - Networking 13 06-28-2005 05:51 PM

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

All times are GMT -5. The time now is 11:05 AM.

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