Wireless Networking Blues? Get rid of NetworkManager, Install Wicd

Sathya | March 2nd, 2009 - 12:47 pm


I’ve jsut about had it with NetworkManager. Everytime I update my system I have to bite my nails wondering whether the update will break my wireless. I’ve posted earlier about my problems with NetworkManager and on howto fix it, there’s the best way to fix it: get rid of it.

Yeah, get rid of NetworkManager, install Wicd.

Here’s how:

[...]

Get Kannada Language displayed properly in Gentoo and Sabayon

Sathya | February 11th, 2009 - 5:11 am


Well I was browsing through some Kannada sites the other day and all I got was big blocks.
Turned out that Gentoo and Sabayon didn’t have support for displaying Kannada characters, though, I had no such problems with Hindi & Bengali characters [amongst others]. Changing the Character encoding in Firefox to Auto-detect or Unicode didn’t work either. After doing a bit of searching, found the solution. So open the terminal, switch to root user and type

emerge -av lohit-fonts

followed by

fc-cache -f -v

Restart your X server (ie, Logout, login) and you should be set!

Fix Akonadi MySQL error while booting to KDE after upgrading to KDE 4.2

Sathya | February 7th, 2009 - 6:48 am

I updated my KDE 4 installation to KDE 4.2 couple of days ago, and everytime I restart, KDE and Akonadi would throw me an error about MySQL server not being installed. Akonadi is the suite in KDE 4.2 – and I don’t use it – and sure as hell don’t want to install a MySQL database server just for this. So I decided to get rid of Akonadi – just fire up your package manager and uninstall it. It would probably remove the entire KDE PIM package – but meh, I’m good with that.

Specifically in Sabayon, open the terminal, switch to root using

su root

and hit enter.

Next type

equo remove akonadi

That’s it.

NetworkManager 0.70 breaks wireless for Intel 3945 users on Sabayon, here’s how to fix it

Sathya | February 2nd, 2009 - 10:27 am

Well like I mentioned in my previous post, as I upgraded my system to KDE 4.2, NetworkManager 0.70 was also pushed in the update, and that broke my wireless. NetworkManager didn’t detect *any* of my network devices(yup, not even the ethernet port). A small post on Sabayon forums and I got the confirmation that I wasn’t the only one facing this, and the only way (atleast for now) is to downgrade to NetworkManager 0.6.6-r1.

So incase you aren’t able to connect via wireless, fire up your package manager and downgrade to NetworkManager 0.6.6-r1.

In Sabayon, you can do so by first switching to root.

su root

Next install NetworkManager 6.6-r1
equo install networkmanager-0.6.6-r1

In case this version is not present in Sabayon repos (like for me) emerge it from Gentoo sources.
Here’s how. Type

emerge --sync && layman -S

and followed by

emerge =net-misc/networkmanager-0.6.6-r1

That should bring up wireless. Will post if any update fixes this.
Thanks to wolfden from Sabayon forums for helping me out with this

Drum Roll please, KDE 4.2 is released!

Sathya | January 28th, 2009 - 12:00 pm

After nearly a year, the fantastic guys developing KDE have released the much anticipated KDE 4.2 version. The 4.2 version comes after about a year after a (disastrous) KDE 4.0 release. Linus might’ve switched to Gnome [no link bait here, go Digg it if need the info] but I’m still hooked on to KDE and especially love the KDE 4 series. KDE 4.1.3 was pretty awesome, and I can’t wait to try out it out, but the official Sabayon repositories don’t have KDE 4.2 yet.

You can install the RC version from Naendo repo, I recommend that you wait for the packages to be available in repos.

[...]

Fixing Sabayon 4 dropping to console/terminal when pressing the Windows Key

Sathya | January 16th, 2009 - 7:32 am

I’ve been trying out Sabayon 4 since the past weeks, and its been really great (will post a review soon). The one really irritating thing though, is on hitting the Windows(“Super”) key on the keyboard would result in Sabayon 4 switching VT’s. Now if you’ve no idea what VT’s are…. well that I would post some other time, basically you’d drop to a console prompt.

Anyways to remove this binding, open the Terminal, switch to root by typing su root

Now, type rc-update del keymaps default; rc-update add keymaps boot hit Enter, and reboot.