I love to be back to Slackware, my very first distribution. However, there are a couple of things that I’m missing from the other more comfortable distributions. From among them, I totally miss Network Manager.
I saw many people asking in forums on how to install Network Manager in Slackware 13.0. There is Wicd, already present in Slackware “repositories”. Every Slackware maniac will tell you that it does the same job of Network Manager, but I don’t agree. It does not always work and is more complicated to be configured than NM.
Anyway, I’m going to explain to Slackware newbies the dirty way to have a fully working Network Manager on Slackware 13.0. This method is totally against Slackware philosophy and will also replace some important libraries of the system! Anyway, the packages being replaced are prepared from the guys behind GNOME SlackBuild, a project to bring Gnome in every Slackware release.
You have two way to have Network Manager in your Slackware: either install the entire Gnome from them (or any other similar project) or use slapt-get against their repositories and just install Network-Manager. Here are the instructions. All the following actions must be performed as root user:
- Download, install and configure slapt-get. Instructions are provided on their website.
- Update your system with:
slapt-get –update
slapt-get –dist-upgrade
-
Add GNOME SlackBuild repository in /etc/slapt-get/slapt-getrc:
SOURCE=http://mirror.switch.ch/ftp/mirror/gsb/gsb-current/
-
Update the list of available packages and replace some system packages:
slapt-get –update
slapt-get –add-keys
slapt-get –install –reinstall alsa-lib bluez glib2 gtk+2 libwnck
-
Now install Network Manager and its GTK applet:
slapt-get –install NetworkManager network-manager-applet
-
Be sure that dbus, hal and NetworkManager daemons will be loaded at boot time:
chmod +x /etc/rc.d/rc.messagebus /etc/rc.d/rc.hald /etc/rc.d/rc.networkmanager
-
Add your user to the plugdev group. Edit /etc/group, find the line
netdev:x:86:root
Add your username after root (bodom_lx is my case)
netdev:x:86:root,bodom_lx
-
You are quite finished now! Log back as normal user and create a startup script for network-manager-applet:
cd ~/.kde/Autostart/
Create a file called nm-applet.sh with the following content:
#!/usr/bin/bash
nm-applet –sm-disable &
Give it execution permission:
chmod +x nm-applet.sh
.
Reboot your system. Everything should work fine now.
To uninstall Network Manager and restore the system as it was before the installation follow these instructions, as root::
- remove any GNOME SlackBuild package using:
removepkg /var/log/packages/*gsb
-
Comment GNOME SlackBuild entry in /etc/slapt-get/slapt-getrc:
#SOURCE=http://mirror.switch.ch/ftp/mirror/gsb/gsb-current/
-
Update your slapt-get sources and re-install the replaced Slackware packages:
slapt-get –update
slapt-get –reinstall –install glib2 libwnck alsa-lib gtk+2
-
Toggle execution permission to the auto-started network-manager-applet. Log back as normal user and type:
chmod -x ~/.kde/Autostart/nm-applet.sh
Feel free to comment any suggestion.
Related posts
Categories: Activism? Tags: apt-get, distribution, Download, Gnome, how, HTTP, installation, job, list, love, NetworkManager, OSI, packages, pro, project, release, repository, rest, site, sito, source, Upgrade, web
I’ve never been a big fan of rpm-based Gnu/Linux distributions, since I’ve always preferred the stability of Debian and Debian based distros, with their great dpkg system.
The problem with Debian on Macbooks is that I do not see both the stability and performance anymore, as I have to use Lenny/Sid. Etch is too old and I don’t have the time (*sic*) to play with it to make it work well. Lenny should be next to be released but I don’t feel the very famous stability AND lightness of Debian distributions on this release, like I was accustomed in the past years. Is this because I own a Macbook? Maybe, but a Macbook Santa Rosa is nothing more than an Intel-powered notebook with some strange input devices and a strange non-bios system
Regarding Ubuntu, I believe that this distribution has become naff and really slow. See this Slashdot discussion on this topic.
Yesterday I stumbled to Scientechie review of Fedora 10, which convinced me to try it out.
The software shipped with Fedora 10 is aligned with the one provided with the other distributions: Gnome 2.24.0, kernel 2.6.27.5, NetworkManager 0.7.0 (svn) and so on. Read the release notes for more information.
Fedora 10 really surprises me, as it is the first Gnu/Linux distribution in many, many years that makes me feel again the great stability and performance of the Penguin. Therefore I’m writing this review that is also a how-to, as it contains some fixes for Fedora 10 and Macbooks.
Read more…
Related posts
Categories: Activism?, Free* Tags: appletouch, browser, configuration, deb, debian, distribution, distro, Download, driver, Fedora, fix, Gnome, HEAD, how, how-to, howto, HTTP, HTTPS, installation, intel, job, kernel, kernel 2.6.27, linux, linux distribution, love, macbook, Nautilus, ndiswrapper, NetworkManager, OpenGEU, OSI, packagekit, packages, PNG, POST, pro, project, PUT, reference, release, report, review, screenshot, set, sid, sito, stability, ubuntu, version, Wiki, wikipedia, Xorg, year, yum
It’s a very long time since I abandoned Ubuntu, 1 year and 9 months being precise, although I continued to use Ubuntu derived distros.
I decided today to give Ubuntu 8.10 beta a try. Obviously, every time I decide to try a Gnu/Linux distribution it happens that a new release comes out: I downloaded Alpha 6 yesterday, I fell into problems with it and a apt-get update && apt-get dist-upgrade brought me Ubuntu 8.10 beta, correcting some of them 
Read more…
Related posts
Categories: Activism?, Free* Tags: appletouch, apt-get, Beta, beta release, Blog, bugs, change, configuration, CONNECT, distribution, distro, Download, driver, fix, Gnome, gnu linux, grub, how, how-to, howto, HTTP, HTTPS, ibex, installation, Intrepid Ibex, job, layout, linux, linux distribution, list, Mac Os, mac os x, macbook, Nautilus, ndiswrapper, NetworkManager, Networks, OpenGEU, OSI, packages, page, PNG, POST, pro, PUT, release, report, repository, rest, review, screenshot, Serv, server, shell, sid, sito, source, ubuntu, Ubuntu 8.10, Upgrade, version, Wiki, Xorg, year
Recent Comments