LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-26-2013, 09:58 AM   #1
lkraemer
Member
 
Registered: Aug 2008
Posts: 113

Rep: Reputation: 10
NetworkManager Icon missing after today's update


After I did an update of Slackware 14 this morning, my Wifi Icon (NetworkManager) went
missing from my top right Menu.

My Wifi is shown by iwconfig as "not associated", and my ESSID has been removed.

And, I can't remember what I need to run/do to get my Wifi working, as I didn't
keep any notes in my install file.

Can someone please refresh my memory, because I'm having a Senior Moment,
and I haven't located the right information yet, or the setup information.

I've tried running "netconfig" and selecting "Networkmanager" as my choice, but my Wifi Icon
is still missing.....



Thanks.

Larry

Last edited by lkraemer; 03-26-2013 at 10:18 AM.
 
Old 03-26-2013, 10:57 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
please confirm this first: are you running slackware 14.0 or Current?
there are no NM update to Slackware 14.0
 
Old 03-26-2013, 12:02 PM   #3
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Using KDE or something else?

What happens if you open a terminal emulator and do:

Code:
$ nm-applet
 
Old 03-26-2013, 04:11 PM   #4
lkraemer
Member
 
Registered: Aug 2008
Posts: 113

Original Poster
Rep: Reputation: 10
willysr,
I'm running Slackware 14, but every week or two I update with the following commands:
Code:
slackpkg update
slackpkg install-new
slackpkg upgrade-all
so, I guess I'm really running the current updated version of Slackware 14.

According to the posting by Alien Bob at:
http://www.linuxquestions.org/questi...nt-4175455403/
POSTING #5

There is a problem with a missing dependency.... l/gdk-pixbuf2 ie.........
http://slackbuilds.org/mirror/slackw...l/gdk-pixbuf2/

I downloaded and extracted the doinst.sh.gz file, and changed the permissions of gdk-pixbuf2.SlackBuild to 755,
and then compiled with ./gdk-pixbuf2.SlackBuild, and after it was finished I did an install as root with
the command installpkg gdk-pixbuf2-2.26.1-i486-2.txz............

But, I still couldn't get my Ethernet connection working. I did the following - netconfig & selected
networkmanager:
Code:
netconfig
/etc/rc.d/rc.inet1 restart
/etc/rc.d/rc.inet1 eth0_start
dhclient eth0
ping www.google.com
and finally I could get ping to work. Then I repeated the update with:
Code:
slackpkg upgrade-all
After a reboot everything started working again.........


caravel,
I'm using XFCE Ver 4.10 Desktop.


I still have a problem with my Desktop Menu's where some of the Icons are displayed too LARGE.
A couple of the images are attached. Before the upgrade, everything was normal for all menu's,
so something in the upgrade has changed the look of my Menu's for Crossover by Codeweavers.


Thanks.

Larry
Attached Thumbnails
Click image for larger version

Name:	bug1.png
Views:	14
Size:	67.7 KB
ID:	12141   Click image for larger version

Name:	bug2.png
Views:	22
Size:	82.4 KB
ID:	12142  

Last edited by lkraemer; 03-26-2013 at 04:20 PM.
 
Old 03-26-2013, 04:19 PM   #5
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
The dependency was actually on the new gtk+2, not gdk-pixbuf (though the latter is also tied to the former).

At this point there's been enough divergence from 14.0 that I wouldn't suggest trying to run anything from -current on 14.0. The libraries mentioned above are also compiled against the newer glibc (as is everything else since that was updated). And compiling the new NetworkManager/nm-applet on 14.0 isn't going to work, either, since nm-applet requires dconf, which in turn requires the new version of glib.

If you want this stuff, you'll need to bite the bullet and upgrade to -current, otherwise you'll just continue to run into problems.
 
Old 03-26-2013, 09:19 PM   #6
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
that's why i asked you in my first reply: do you run 14.0 or -Current, because it seems that mixed both
 
Old 03-26-2013, 10:10 PM   #7
spiritual_fraud
LQ Newbie
 
Registered: Mar 2013
Distribution: Slackware, Gentoo
Posts: 7

Rep: Reputation: Disabled
Quote:
Originally Posted by willysr View Post
that's why i asked you in my first reply: do you run 14.0 or -Current, because it seems that mixed both
I ran into a similar problem a while back when I was "mixing" both 13.37 and -current, I started noticing issues and I had to rsync a whole "-current" tree and upgrade the packages to solve the problem.
 
  


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
Wireless is not working after update NetworkManager jitendra bhaskar Linux - Wireless Networking 1 03-08-2013 08:06 PM
[SOLVED] Fedora 17 - reinstalled NetworkManager, no icon, no nm-applet Flemur Fedora 1 12-07-2012 02:28 PM
[SOLVED] NetworkManager Applet Icon - First User Only - Workaround? wmeler Linux - Software 2 04-25-2011 02:33 PM
NetworkManager icon disappeared cannot connect to networks theovaf Linux - Newbie 19 12-03-2009 05:06 AM
NetworkManager icon Malkaven Ubuntu 2 07-18-2006 04:27 AM

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

All times are GMT -5. The time now is 07:09 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