Skip to content

Posts tagged ‘Linux’

16
Jun

Fedora 11

This is a short howto get the Nvidia drivers and multimedia stuff installed on your new Fedora 11.
I assume you have a newly installed system before following this. The first thing you want to do before you run

`yum update`

is to install yum-presto:

`yum install yum-presto`,

and save some time and bandwidth. Next up is to install dkms and the devel package for your running kernel,type in

`uname -r`

in your terminal, and if there is no PAE in there install kernel-devel:

`yum install kernel-devel`

Otherwise install kernel-PAE-devel:

`yum install kernel-PAE-devel`

Then run  yum update, and when that’s done, reboot.

Nvidia drivers, for this we need to enable the RPMfusion repositories:

`rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm`.

Then install the driver, I use the akmod-nvidia package which builds the required module on reboot:

`yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i586 xorg-x11-drv-nvidia-libs.x86_64`,

then reboot.

When you get back you can go to http://www.adobe.com and download the yum flash-plugin for fedora, or click here and install:

`http://get.adobe.com/flashplayer/thankyou/?installer=Flash_Player_10_for_Linux_(YUM)`

The multimedia stuff is next:

`yum install flash-plugin  gstreamer-ffmpeg gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-freeworld gecko-mediaplayer`

That’s that, you should now be able to enjoy all of the webs offerings!

Credit where credit is due: Leigh on fedoraforums for an excellent Nvidia howto: http://forums.fedoraforum.org/showthread.php?t=204752

20
Mar

Got to stop…

..My seemingly endless distrohopping.
If anyone’s got some tips how to stop hopping, please do share them! :)
Anywhoo I’m back to Ubuntu.
Gnome with Dust Sand theme. Still need to install vmware server 2 on the laptop, so I can study Windows servers + networking and AD and WSUS and Exchange and all the other buggy stuff. Vmware server 2 is good in the sense that it actually shares the NAT between virtual machines, unlike VirtualBox. Otherwise I’d use that. Vmware server 2 is fast run through a local net too, no mentionable lag as I first suspected there would be. Anyhow I’m just rambling, I’ll get back to my whiskey on the rocks now.
Thanks for reading.

23
Jan

Debian & Enlightenment = elive

I was looking for something new in linux desktops. Ubuntu and it’s deriatives never really gave me what I wanted from a desktop and they always felt a bit slow on this system at least. I installed Archlinux and discovered the speed I was missing, but it’s too much tweaking neccesary really, ( Archers, please don’t kill me! I like Arch! ;) ) but the point in bringing up Arch, it is where I rediscovered the enlightenment window manager! Installation is easy in Arch:

`pacman -Sy e17-svn e17-extra-svn desktop-file-utils`

and you’re done! Easy. But still, if you really want to enjoy enlightenment you have to check out elive. It is the most beutiful system you will ever see.

It is built on Debian testing, “Lenny”, the 2.6.26.8 linux kernel, and the enlightenment wm.

Thunar is the default filemanager, wich you might know from Xfce. It does a great job, but fails to browse network shares, as in samba. I have yet to find an replacement, I do not want nautilus eiter, so I’m stuck with sftp through the console for now.

Iceweasel 3.0.3 with the iFox theme is the default web browser, and has

Shockwave Flash 9.0 r124

Java 1.0.6

Mozilla-mplayer

Google Preview

Installed as plugins.

I removed mozilla-mplayer and replaced it with the newer gecko-mediaplayer, wich can play the movie trailers on Apple.com without any problem. Mozilla-mplayer cannot.

The installation of gecko-mediaplayer is not that easy, a simple `aptitude install gecko-mediaplayer` will not do, as it is not in the repos. It can be found, however, in the unstable, or “Sid” repos of Debian. You need to get the dependancys too:

For gecko-mediaplayer_0.9.3-1_i386.deb:

gnome-mplayer_0.9.3-1_i386.deb
libdiscid0_0.1.0-1_i386.deb
libmusicbrainz3-6_3.0.2-1_i386.deb

Install those, and the movie trailers works! yay!

So far I have been very pleased with elive. More to follow in the few days, when I’ve been using this system for a longer time.

This is the development release of elive, not the stable one. the stable download requires a small payment, but the development version is free of charge.

It comes with multimedia codecs and drivers for Nvidia ( probably ATi too ) installed by default. My nvidia 6200 was detected and resolution was correct on boot.

[youtube=http://www.youtube.com/watch?v=nCJ8QDfA95U&hl=en&fs=1]

My pretty much default desktop:

My Desktop

My Desktop

Now, go GET IT!

4
Jan

Switching to Ubuntu, an adventure.

Found this great review of Ubuntu. AshPringle has a plan:

The plan: Ring in the new year by switching over to Linux for a week, documenting each day of the transition.

A very humoristic review too.


2
Jan

segmentation fault….50%

Today i got a segfault from aptitude on Ubuntu 8.10. This is caused by corrupted files in /var/cache/apt/ and is usually caused by bad hardware like harddrives and such, I discovered a bad memory module when I ran memtest.
The corrupted file in /var/cache/apt stops you from updating and installing packages, which isn’t very nice now is it? Here’s a fix for you:
run this in a terminal
sudo rm /var/cache/apt/*.bin && sudo aptitude update

Then I would suggest you run memtest86+ and check for memory errors to be on the safe side.

Thanks to Dean Lee for solving this and the guys and girls at ubuntuforums too.

25
Dec

testdriving OpenSolaris 2008.11

Just got opensolaris set up on my desktop system, flash, drivers and all. still searching for daap support so I can listen to my music. Seems like a pretty solid system now, even tough it has it’s share of weirdnesses. I’ll completement this post later with an howto for installing drivers for the Audigy2 Zs soundcard and the Nvidia nforce ehternet driver.

edit: no I won’t, I got umm… drunk and distracted by the newly released Sabayon 4….

P.S opensolaris isn’t as solid as one might think, flash causes firefox to crash more often then it doesn’t, but when it works it worls great: full screen flash is not choppy as it is in linux land. And I didn’t get multimedia to work @ all. Another OS that needs some more time to mature.

30
Nov

Fedora 10 Multimedia

This post is to help set up multimedia on your freshly installed Fedora 10. What we want to do is get all of the webs multimedia to play on our system and install the necessary drivers for our graphics card. I have an old Nvidia 6200 card here, so I’ll use that one as an example.

First we need to enable the repository for RPMFusion.org as it contains everything we need.

Paste this in the terminal:

su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

That command installs the RPMFusion repository for you.
Now the codecs we need:

yum install gstreamer-ffmpeg gstreamer-plugins-good
gstreamer-plugins-bad gstreamer-plugins-ugly
gecko-mediaplayer mozilla-vlc xine-plugin xine-lib-extras
xine-lib-extras-freeworld libquicktime x264 xvidcore

Adobe's Flash Plugin:
su -c 'rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm'
yum install flash-plugin

Nvidia driver:
yum install kmod-nvidia
(not necessary as the 6200 is supported outofthebox™ it seems)

All done!

25
Nov

Flash 10 64bit Linux Alpha

Howto install the new alpha of Adobe’s Flash 10 on 64bit Ubuntu 8.10.

Download the plugin and extract it somewhere.

Uninstall flashplugin-nonfree and nspluginwrapper using Synaptic “Mark for Complete Removal“.

Then copy the libflashplayer.so you extracted earlier to /usr/lib64/mozilla/plugins/ .

Edit: Gentoo users should copy to /usr/lib64/mozilla-firefox/plugins/

That should be it!

25
Nov

Ubuntu 8.10 amd64 Suspend

Laptop,

Acer Aspire 5102 wlmi

4 GB RAM

120 GB Harddrive

And suspend to ram is finally working!

had to add this little file to /etc/pm/config.d/ to get the atheros wifi to get back up when resumed.

/etc/pm/config.d/defaults:

SUSPEND_MODULES=”ath_pci”

that did the trick.

I have installed the fglrx drivers via the System -> Administration -> Hardware Drivers application, and I haven’t got the desktop effects enabled due to slower window drawing using these drivers compared to the default ones (ati? / radeon?).

Thanks to paulsiu for the information.

Update:

here is my config files for reference.

/etc/pm/config.d/00sleep_module:

http://pastebin.com/f363af213

/etc/default/acpi-support:

http://pastebin.com/f3c99b2a1

/etc/pm/config.d/defaults:

http://pastebin.com/f2e58ab3c

Also, lspci output:

http://pastebin.com/f21cdcc67

And lsmod output:

http://pastebin.com/f27f162aa

EDIT: fixed typo.

25
Nov

blog moved to wordpress.com

I moved my blog today. It sits now on wordpress.com after many failed attempts to move it to my own server, some weird dns issues probably… I’m not fit to play with it now. In a few weeks my hosting plan will be discontinued and I am either going to change webhosting or do it myself like I did a year back. I am having problems however setting up the server , Ubuntu 8.10 Server on an old Athlon 2600+ box with 512 megs of RAM. Should be enough for apache + mysql. Or is it?

Ubuntu Server 8.10

Ubuntu Server 8.10

That swap stuff seems odd, I dunno. But here’s another picture for your wieving pleasure?

free -m

free -m

Bad Behavior has blocked 20 access attempts in the last 7 days.