fedora6 설치 후 기본 데스크탑 환경 구축하기

Fix i586/i686 Kernel issue

Under some circumstances the Fedora Core 6 installer (called Anaconda) will mistakenly install the i586 version of the Kernel rather than the more appropriate i686 version for Pentium 4 and newer 32-bit processors. This is not a problem on x86_64 and non-Intel/AMD processors.

To find out if your system has this problem type the following command:

$ rpm -qa –queryformat “%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\\n”|grep kernel|sort  

If you have a Pentium 4 or newer processor and the kernel version ends in i586 then your system and affected and needs to be updated to function at it’s best. There are many ways described to do this on various forums but by far the easiest is the Kernel Fix Script on the Bugs/FC6Common site:

    Fedora Core 6 – Common Bugs and Known Issues

Script down and find the script. Download it to your hard drive and run it as root:

# mkdir /tmp/kernel-fix

# cd /tmp/kernel-fix

# sh kernel-fix.sh

Then just follow the prompts and it will update your installed kernel. Using kernel-fix.sh sould be with care as it runs all the *.rpm at current directory (see line 32).

Add support for other repositories

Fedora core 6 has one major problem where on some systems it installs the i586 version of the kernel instead of i686. What this means is that those systems will be a little slower and will lack CPU frequency scaling. If you are running an i686 based system you can force the installation of the correct kernel by booting the installer with the following command:

linux i686

Fedora comes with a ton of software but there are still plenty of packages of interest to most users that are not included for a variety of reasons. This is where you find the MP3 plug-in and a ton of other packages.

These instructions can vary depending on 32bit or 64bit architecture. If there is a difference it will be noted. If you don’t know which architecture you’re running you can run the following command:

$ uname -m

x86_64

…or…

i686

I’m still working on the 64 bit specific instructions so your feedback is very important.

Before you add repositories it’s probably a good idea to make sure your system is fully updated first. It’s still early but right now the Livna and freshrpms repositories seems to be the most useful. The easiest way to get started is to install the freshrpms-release packages:

Both 32 and 64 bits:

# rpm -ihv http://ayo.freshrpms.net/fedora/linux/6/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm

32 bit version:

# rpm -ihv http://rpm.livna.org/fedora/6/i386/livna-release-6-1.noarch.rpm

64 bit version:

# rpm -ihv http://rpm.livna.org/fedora/6/x86_64/livna-release-6-1.noarch.rpm

To automatically install/update the Macromedia Flash version 9.0 plug-in copy This File to your /etc/yum.repos.d directory. You can browse the packages available there at http://rpm.livna.org/fedora/6/i386/ and http://zod.freshrpms.net/.

Install MP3 Plug-in

Since you’ve been following along this next step is about as easy as it gets. Just use yum  to automatically install the MP3 plug-ins for xmms and Rhythmbox like this:

# yum -y install xmms xmms-mp3 xmms-faad2 gstreamer-plugins-ugly libmad libid3tag

While you’re here you might as well install my personal favorite (this week at least) music player Banshee:

# yum -y install banshee

The -y  flag is to automatically answer yes to any question. If you want to be able to say no you can ignore that flag.

While you’re there I highly recommend the grip CD ripper which supports both MP3 and Ogg formats. Once again installation is quite simple:

# yum -y install grip

Install Macromedia Flash/Shockwave plug-in

Flash Plug-in 9.0

If you set up the repositories correctly above you should just need to do this to install the Flash plug-in version 9.0:

# yum -y install flash-plugin

You can get more information about this plug-in at http://macromedia.mplug.org/. Before the plug-in gets installed you’ll need to agree to the terms of the license.

Special 64-bit instructions:

Now the problem with 64 bit, even on Windows, is that most plug-ins are still for some reason only available in a 32 bit version. This is a problem because a 64 bit version of Firefox can only use 64 bit plugins. There are several ways to solve this but by far the easiest is to just force the use of the 32-bit Firebox. Both versions are installed by default, you just need to make a little change to make sure only the 32-bit version gets run.

As of firefox-1.5.0.10-5.fc6 the method of selecting the 32-bit version has been simplified. Now you simply create a file called /etc/sysconfig/firefox-arch containing the following lines:

MOZ_LIB_DIR=”/usr/lib”

SECONDARY_LIB_DIR=”/usr/lib64″

The remainder of these instructions are only for people who have not updated lately and still have an older version of Firefox. These instructions will go away soon:

Edit the file /usr/bin/firefox as root and go down to about line 40 and comment out the following code:

# Force 32 bit version

#if [ -x “/usr/lib64/firefox-1.5.0.8/firefox-bin” ]

#then

#  MOZ_LIB_DIR=”/usr/lib64″

#fi

Then when you restart Firefox you’ll be running the 32 bit version and the plug-ins you installed above will work just fine.

Install DVD player

Currently I find the DVD player that works best is the Xine Multimedia Player which is found in the Livna repository so installing it is just this simple:

# yum -y install xine xine-lib xine-skins xine-lib-extras-nonfree libdvdcss

This will install the xine DVD/VCD/CD player. Now to get xine to automatically play a DVD upon insertion instead of the Totem player which can’t actually play DVDs, you can simply use the gconftool-2 utility as follows:

$ gconftool-2 –set /desktop/gnome/volume_manager/autoplay_dvd_command \\

        ‘xine –auto-play –auto-scan dvd’ –type=’string’

Install MPlayer Media Player

At some point you’re probably going to want to play a QuickTime, AVI or ASF file so you’ll want the MPlayer media player. Fortunately with the FreshRpms repositories it’s also very easy to download and install. Once again there are conflicts between the Livna and FreshRpms repositories and you’ll have to disable one of them.

To prevent potential problems of updates in the Livna repository from messing up the mplayer  and mencoder  packages add the following line highligted in bold to the file /etc/yum.repos.d/livna.repo :

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

exclude=mplayer* mencoder* ffmpeg*

[livna-debuginfo]

Then you can go ahead and install mplayer and all it’s dependencies:

# yum -y install mplayer mplayer-skins mplayer-fonts mplayerplug-in

This command line will download the whole kit and kaboodle. that if you want to play content from a command line that you use the gmplayer  version which will include a skin-able control panel. This will install the plug-in to play a wide variety of media within your browser window. Restart your web browser after that whole mess is done installing and you’ll also have a plug-in for Mozilla so you can play embedded content. While you’re at it be sure to configure mplayer to use the ALSA sound system rather than the default. It just works better. Edit the file ~/.mplayer/config and add the following line:

ao=alsa

Special 64-bit instructions:

This installs the 64-bit version of everything but because your other plug-ins are 32-bits you need to run the 32-bit version of Firefox, which won’t be able to use the 64-bit version of the plug-in you just installed. The plug-in can use the 64-bit version of the mplayer application just fine so all you need to do then is to install the 32-bit mplayerplug-in plus a dependency it requires. If you know of any easier way to do this please let me know below.

# rpm -ihv http://ftp.ndlug.nd.edu/pub/fedora/linux/core/6/i386/os/Fedora/RPMS/libXpm-3.5.5-3.i386.rpm

# rpm -ihv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/mplayerplug-in/mplayerplug-in-3.31-2.fc6.i386.rpm

And finally you’ll probably also want some additional codecs to play all that proprietary video that seems to have infected the Internet. Go to the MPlayer Download page and download the essential Binaries Codec Package. You’ll need to install those files in /usr/local/lib/win32. Here are the steps. Remember the exact file names may change at some point.

# gtar xjvf essential-20061022.tar.bz2

# mkdir /usr/local/lib/win32

# mv essential-20061022/* /usr/local/lib/win32

Install VLC (VideoLAN Client)

Multimedia can be the achilles heel of Linux, but with just a little work you should be able to play just about anything your friends can. Besides Mplayer the other great video player is called VLC. It too is trivially easy to install once you have your repositories set up:

# yum -y install videolan-client

Once the client and a zillion dependencies get installed you can play a huge variety of video formats easy with the command vlc

Install RealPlayer 10 Media Player

If you have a better way of installing a Real Medial player please let me know if in the comments section below. Thanks to Chandra Shekhar for this great tip for making RealPlayer actually use ALSA instead of OSS. I’ve incorporated the changes into the guide below but here is a link to the original document.

    http://docs.google.com/View?docid=ddt5bn9t_4c9238p

Before you install the play you’ll need to make sure the compat-libstdc++-33 module is installed. Download the RealPlayer10 package from the following location:

    RealPlayer10GOLD.rpm

First install the dependencies.

32 bit version

# yum -y install compat-libstdc++-33 alsa-oss

64 bit version  There really MUST be an easier way!

# rpm -ihv ftp://fedora.cat.pdx.edu/linux/extras/6/i386/alsa-oss-1.0.12-3.fc6.i386.rpm

Then install the RPM:

# rpm -ihv RealPlayer10GOLD.rpm

The other thing you’ll need to do is prevent the mplayerplug-in  you installed above from trying to handle Real Media. I don’t know why it’s included because it almost never works correctly. The easiest way to disable it is to remove the appropriate plugin files:

# cd /usr/lib/mozilla/plugins

# rm mplayerplug-in-rm.so

Then whenever you want to view something just use /usr/bin/realplay . Here is a link to a cute test video to make sure it’s working for you.

If audio is working but you have a black screen then it’s possible your video card doesn’t support XVideo. You can turn it off by clicking on Tools  -> Preferences then choose the Hardware tab and disable Use XVideo .

If the video doesn’t play properly the first thing to check is to make sure you’re not running SElinux, it seems to prevent the RealPlayer from getting access to the drivers. I currently run with SElinux disabled but I recommend you run it in the Targeted mode rather than the most secure mode.

Now a bit of a tricky part. You’ll need to edit the executable /usr/bin/realplay as root and locate the section below around line 56. Then add the code that’s highlighted and save the file back.

        .

        .

    export HELIX_LIBS

fi

LD_PRELOAD=”$LDPRELOAD:/usr/lib/libaoss.so.0.0.0″

export LD_PRELOAD

   

# See if LD_PRELOAD contains any of the sound server libs. If so, remove them.

LD_PRELOAD=`echo $LD_PRELOAD | sed -e ‘s/\\([^:]*libesd[^:]*\\|[^:]*libarts[^:]*\\):\\?//g’`

        .

        .

After you’ve run it the first time and gone through the configuration screens edit the ~/.realplayerrc  file and add the following line in the [helix]  section of the configuration:

[helix]

SoundDriver=2

        .

        .

For some reason on my system RealPlayer uses the the old and virtually obsolete OSS sound driver. The line above tells it to use the newer ALSA sound driver instead.

Install Java J2RE and Mozilla Plug-in

It’s also very handy to have the Java run-time environment available and most importantly a Mozilla plug-in so you can view dynamic content. It’s unfortunate that Mozilla will actually crash if you go to a site containing Java and you don’t have the plug-in installed.

For now there is no easy way to do this but I found the following instructions on FedoraForums.org. Basically, start by downloading the Java Runtime Environment (JRE) 5.0 Update 9 (at the time I wrote this) from Sun.com. You’ll want to grab the Linux RPM in self-extracting file. Then you want to install it with:

# sh ./jre-1_5_0_09-linux-i586-rpm.bin

Then you’ll probably want to enable Java Plug-ins and here once again there is no easy way:

# ln -s /usr/java/jre1.5.0_09/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins

And finally you’ll need to tell Fedora that you wish to use this version of Java as the preferred interpreter rather than the Open Source version that’s installed by default. You’ll of course need to adjust the full pathname if you install a newer version of the jre than the one in this example:

# /usr/sbin/alternatives –install /usr/bin/java java /usr/java/jre1.5.0_09/bin/java 1509

# java -version

java version “1.5.0_09”

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b05)

Java HotSpot(TM) Client VM (build 1.5.0_09-b05, mixed mode, sharing)

If you know of an easier way please post it to the Comments section below.

Install NTFS driver

With repositories like Fedora Extras it’s now very easy to add NTFS support to Fedora:

# yum -y install ntfs-3g

Then you can simply mount NTFS file systems using the option -t ntfs-3g. You can find more detailed information about this driver at http://www.ntfs-3g.org/

Install Internet Explorer

I know what you’re saying, why would I ever want Internet Explorer installed on my perfectly good Linux system? If you don’t have your own answer to that question, feel free to just skip this section. For everyone else, it’s actually quite easy thanks to some very handy scripts from IEs4Linux. Before you start you’ll need to make sure you have wine and cabextract installed:

# yum -y install wine cabextract

Then just download the latest script, extract and run it. The example below is based on version 2.0.5, just adjust the version number as necessary. Please note that you will want to install and run this as your own user, NOT as root. I used the defaults except that I installed all the versions of IE. I do some web development and I always find myself needing to resolve some goofy incompatibilites with older versions of IE.

$ gtar xzvf ies4linux-2.0.5.tar.gz

$ cd ies4linux-2.0.5

$ ./ies4linux

Welcome, greg! I’m IEs4Linux.

I can install IE 6, 5.5 and 5.0 for you easily and quickly.

You are just four ‘enter’s away from your IEs.

I’ll ask you some questions now. Just answer y or n (default answer is the bold one)

IE 6 will be installed automatically.

Do you want to install IE 5.5 SP2 too? [ y / n ] y

        .

        .

        .

IEs 4 Linux installations finished!

To run your IEs, type:

ie6

ie55

ie5

You can read more about this feature on my Internet Explorer with ActiveX on Linux page. It goes into a little more detail about using IE on Linux.

Install Other Odds and Ends

Add MS TrueType Fonts (TTF)

Many people will find it handy to have MS TrueType fonts available to make sure many websites render correctly. You can download the latest RPM from http://www.mjmwired.net/resources/mjm-fedora-fc5.html#ttf and install it as follows:

#  wget –referer=http://www.mjmwired.net/resources/mjm-fedora-fc6.html \\

    http://www.mjmwired.net/resources/files/msttcorefonts-2.0-1.noarch.rpm

# rpm -ihv msttcorefonts-2.0-1.noarch.rpm

# service xfs restart

Turn off the ANNOYING Spatial Nautilus Behavior

I don’t know if it’s the worst feature of Fedora but it’s definitely in the top 5. You can get the old more sane behavior by bringing up nautilus then choose Edit -> Preferences then select the Behavior tab. Near the top find the option for Always open in browser windows and make sure it is checked.

Other Handy Utilities

Here are a few other tools that aren’t installed by default but a lot of people find handy:

# yum -y install bittorrent-gui gnomebaker testdisk thunderbird \\

        audacity-nonfree screen cups-pdf

    audacity-nonfree – A version of the excellent Audacity sound editor which includes MP3 support bittorrent-gui – Simple Gnome based BitTorrent client

    cups-pdf – Add-on to CUPS which creates a PDF Printer which you can use to print any document in PDF format. The file is written to your Desktop.

    gnomebaker – GTK based CD/DVD burning utility

    screen – If you do a lot with the command line you’ll find screen invaluable

    testdisk – Two command line utilities to recover lost partitions and undelete files on FAT filesystems. VERY handy for undeleting files on flash memory cards.

    thunderbird – Excellent E-mail client that complements Firefox

Other Useful Resources

I’ve tried to not just copy other people’s tips so I’ve included a list of other people’s tips and tricks I’ve found to be useful. There should be little or no overlap.

    FedoraForum – Linux Support Community – This is now the official way to get community support of the Fedora Linux system. There is no official Red Hat mailing list for any version of Fedora any more.

    Mauriat Miranda’s FC6 Installation Guide – Great guide that goes into more depth of selecting options during the installation process. This is also the source of the MS fonts RPM.

    Fedora Core 5 Linux Installation Notes – Another great Fedora installation guide. This guide goes into some server related features rather than just desktop features.

    Using Linux and Bluetooth DUN on the Treo 650 – A very nice guide to using a Treo 650 phone as a modem with your Linux based PC. It works great for me with one change. Do NOT uncomment the line encrypt enable;  as it just won’t work for me with encryption enabled with a D-Link DBT-120 and a Treo 650 phone.

    Fedora Multimedia Installation HOWTO – I discovered this great resource after I wrote this. This document goes into more detail than mine so it’s a great resource.

    The Unofficial Fedora FAQ – Another great guide that should answer most general questions about Fedora. Fedora Core 5 doesn’t seem to be addressed there yet but most answers are the same for both FC4 and FC5.

    This Fedora Core 6 Tips & Tricks translated into Italian – Thanks to Guido for translating this guide into Italian. Please contact me if you wish to translate this guide into other languages.

    Fedora fc5 on EasyLinux.info – Yet another guide. The thing I love about Linux is that you can solve any problem a number of different ways. That includes these tips guides, everyone has a different way. Different strokes for different folks.

Donate via Paypal: All these guides are done on my personal time as a community service. Please consider a donation to allow me to allocate the time to put these together:

The comments section below is only for comments, suggestions or corrections for this guide only. Please do not use this for general Fedora/Linux support. If you do require support for something other than what’s described here I recommend using Fedora Forums.

Comments From People Like You!

Fedora Core 6 Tips and Tricks        Add a Comment add a comment

sgt.koekie

07-Sep-2007 23:53

wget -c http://www.real.com/realcom/R?href=http%3A%2F%2Fforms.real.com%2Freal%2Fplayer%2Fdownload.html%3Ff%3Dunix%2FRealPlayer10GOLD.rpm%26product%3Dplayerplus%26system%3Dlinux&pageid=linuxHomePage&pageregion=advanced_install&src=realhome_linux_0_2_1_0_0_3&pcode=rn&opage=realhome_linux

should work fine

james

11-Jul-2007 10:41

I have fedora 7 on a x86_64 machine and have installed real player as instructed (thanks for that!) However, the color values seem are wrong , perhaps inverted – grass looks violet, sky brown. Any ideas?

Tuxkid

20-May-2007 05:27

I used an alternative approach to the 64 bit flash problem with Firefox before I found this site.  I installed the 32-bit version of Opera which has a number of nifty features that Firefox doesn’t have.  I particularly like the way inreasing the size of the text also increases the size of graphics (though it does cause problems on some pages).

Thank you for the great tips.

Bharat

11-May-2007 10:45

Had installed the Fedora Core 6 X86-64 bit version,

Firefox was not using the plugins for Adobe Flash Player & Java

Had done all that was directed and guided by this Wonderful Website,

also the help from the mentor of this Wb Site,

but nothing was working,

then through

Add Remove Software removed the 64 bit Version of Firefox x86_64 and installed 32bit Version of Firefox x86_64, & Every thing is working, Java Plugin & Adobe Flash Player

Justin Wood

20-Apr-2007 15:10

Regarding the recent firefox-1.5.0.10-5.fc6 changes, it is still necessary to edit /usr/bin/firefox.  With my installation, the line that reads /etc/sysconfig/firefox-arch (line 51) was commented out.  As soon as I uncommented it, things worked great.

Marcus

30-Mar-2007 08:03

I have never used alternatives…

I just modify /etc/profile and add “pathmunge /usr/java/jdk???/bin” after all other pathmunges which puts it in the front row of paths…

This works great for all the machines I have ever used.

Doug

10-Mar-2007 20:52

The following is filed for completeness sake for those running “alternatives” themselves.  Running alternatives oneself is a bit of a hack to begin with, but if you are, this may be of use to you.  If one does “alternatives –display java” one notices that there are more symlinks than just the one for /usr/bin/java.  Similarily, I found “alternatives –display javac” shows several symlinks grouped together.

Here is a script I used.  No claim is made that it is completely correct but I think it’s a step in the right direction.  [Set $sun and $priority as desired.]

#! /bin/sh

# Install the “alternatives” database entry for Sun Java.

sun=/opt/java

priority=1000

alternatives \\

–install /usr/bin/java java $sun/jdk/bin/java $priority \\

–slave /usr/bin/keytool keytool $sun/jdk/bin/keytool \\

–slave /usr/bin/rmiregistry rmiregistry $sun/jdk/bin/rmiregistry \\

–slave /usr/lib/jvm/jre jre $sun/jdk/jre \\

–slave /usr/lib/jvm-exports/jre jre_exports $sun/jdk/jre/lib

alternatives \\

–install /usr/bin/javac javac $sun/jdk/bin/javac $priority \\

–slave /usr/bin/javadoc javadoc $sun/jdk/bin/javadoc \\

–slave /usr/bin/javah javah $sun/jdk/bin/javah \\

–slave /usr/bin/jar jar $sun/jdk/bin/jar \\

–slave /usr/bin/jarsigner jarsigner $sun/jdk/bin/jarsigner \\

–slave /usr/bin/appletviewer appletviewer $sun/jdk/bin/appletviewer \\

–slave /usr/bin/rmic rmic $sun/jdk/bin/rmic \\

–slave /usr/lib/jvm/java java_sdk $sun/jdk \\

–slave /usr/lib/jvm-exports/java java_sdk_exports $sun/jdk/jre/lib

randy s.

14-Feb-2007 18:04

Right thinking Paul (from 17-Dec-2006). But I think a better/safer way is to completely remove the package that provides those files with “rpm -e totem-mozplugin”.

That way you won’t have any interference if that package gets updated in the future. That is, it (I use yum) shouldn’t update if it’s not installed. If you leave the package installed but just move some files around, the next update to totem-mozplugin will put new files right back there.

randy

Martin West

09-Feb-2007 14:53

Firstly thanks for this excellent guide.

When I run vlc I get blank video. Ive also tried downloading the vlc source and compiling from scratch but with the same results. Any suggestions appreciated.

Other comments:

videolan-client does not exist – have to install vlc.

On the ffmpeg-libs conflict. I got round by doing

rpm -e –nodeps ffmpeg

Thanks

Eric Mooneyham

04-Feb-2007 13:19

I get this error when I try to install MPlayer as stated above:

Transaction Check Error:   file /usr/lib/libavcodec.so.51 conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

file /usr/lib/libavformat.so.51 conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

file /usr/lib/libavutil.so.49 conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

file /usr/lib/vhook/drawtext.so conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

file /usr/lib/vhook/fish.so conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

file /usr/lib/vhook/imlib2.so conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

file /usr/lib/vhook/null.so conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

file /usr/lib/vhook/ppm.so conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

file /usr/lib/vhook/watermark.so conflicts between attempted installs of ffmpeg-libs-0.4.9-0.34.20070204.lvn6 and ffmpeg-0.4.9-0.8.20070109.fc6

Can anyone help me with this?  Please feel free to e-mail me at ki4qgt@blomand.net.  I sure would appreciate any help I can get.  BTW, I love this site.  Sure does help out on installing the essentials.

73’s

Eric M.

George Helyar

17-Dec-2006 13:36

When I installed Java 1.6.0 from this guide (changing the version numbers of course and setting the alternatives priority to 1600) I also had to do

/usr/sbin/alternatives –config java

and choose the correct one, or it kept using gij 1.4.2 instead of Sun Java.

I don’t know if this is normal, or if it only happened because I used the JDK instead of just the JRE but if it is then maybe it should be added to the guide if/when the guide is updated to Java 1.6.0.

Paul

17-Dec-2006 08:19

I think that perhaps the mplayer plugin for firefox/mozilla would be a handy tip for the future..

I’m having some troubles as firefox 2.0 isn’t searching the /usr/lib/mozilla/plugins directory – and so I’m having to link the .so’s over (the same as I’ve done for the flash plugin).

.. Perhaps also an ndiswrapper walkthrough too?

.. But as always, you’ve supplied a flawless and brillient tip page for anyone who wants to add in media support for fedora core.. Infact, you bring almost everything that’s needed to be done into one nice central page. Congrats, and thanks.

Paul

17-Dec-2006 07:32

With regards the post by Gerry Reno, 04-Dec-2006 10:15, you have the same issue I just went through.  After installing MPlayer, do the following:

cd /usr/lib/mozilla/plugins

mv libtotem-* /home

Restart your browser, should be all good now.  I think totem was kcking in before MPlayer.  If you should need the totem files at some stage you can copy them back I suppose.  Don’t really know what good they are.

Cheers,

Paul

Chon

11-Dec-2006 16:14

I’m trying to install the mercury messenger, but i still having no success…

If you can help i’ll be to grateful…

Congratulations for the job!

vignesh

05-Dec-2006 10:30

A good “How to” on installing sun jdk without breaking the GNU java(both co-existing) is available here:

http://ccl.net/cca/software/SOURCES/JAVA/JSDK-1.5/index.shtml

Gerry Reno

04-Dec-2006 10:15

Installed mplayer and installation went without a hitch and restarted Firefox.  Went to a few sites with Real Media content but what I see is one of two error messages:

1. Totem plugin could not startup.

2. mplayer plugin

   embedded video player for mozilla

Stopped.

Went to Real Media site test pages and it produces error #2 above.

Quicktime sites produce error #1.

Jeff Gordon (really)

03-Dec-2006 11:28

For switching to “real” Java, I’ve always just changed the link at /usr/bin.  For example (after installing Sun Java):

$ su

# which java

/usr/bin/java

# cd /usr/bin

# rm java

# ln -s [path to Sun Java] java

# exit

$ java -version

java version “1.5.0_10”

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)

Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_10-b03, mixed mode)

Now anything trying to use Java will get the Sun Java.  I also prefer getting the non-rpm JDK version and putting it in my own /z directory.  So in my case the new link would be:

ln -s /z/jdk1.5.0_10/bin/java java

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

200 Responses

  1. mayor 말해보세요:

    nice blog

  2. mayor 말해보세요:

    good blog

  3. eminent 말해보세요:

    nice blog

  4. EMINENT 말해보세요:

    ice blog

  5. Godwins 말해보세요:

    king in the making

  6. geatman 말해보세요:

    we are good

  7. kings 말해보세요:

    run away if you can

  8. viko 말해보세요:

    Bidden cash here

  9. richmond 말해보세요:

    i give free BTC

  10. Godwins 말해보세요:

    we only make money

  11. neymar 말해보세요:

    forget it

  12. EMINENT 말해보세요:

    emotional

  13. eminent 말해보세요:

    exceptional

  14. dany 말해보세요:

    lovely

  15. dany 말해보세요:

    so nice

  16. dany 말해보세요:

    awesome

  17. mayor 말해보세요:

    be things

  18. mayor 말해보세요:

    be thing

  19. mayor 말해보세요:

    be come

  20. dany 말해보세요:

    amazing

  21. dany 말해보세요:

    awesome

  22. dany 말해보세요:

    filled

  23. dany 말해보세요:

    secure

  24. dany 말해보세요:

    singing

  25. dany 말해보세요:

    capture

  26. dany 말해보세요:

    saviour

  27. dany 말해보세요:

    hanging

  28. dany 말해보세요:

    flight

  29. dany 말해보세요:

    ending

  30. dany 말해보세요:

    pleasant

  31. dany 말해보세요:

    pleasing

  32. dany 말해보세요:

    satisfying

  33. dany 말해보세요:

    acceptable

  34. dany 말해보세요:

    delightful

  35. dany 말해보세요:

    enjoyable

  36. dany 말해보세요:

    pleasurable

  37. dany 말해보세요:

    congenial

  38. dany 말해보세요:

    elegant

  39. dany 말해보세요:

    courtly

  40. dany 말해보세요:

    refined

  41. dany 말해보세요:

    stately

  42. dany 말해보세요:

    majestic

  43. dany 말해보세요:

    alluring

  44. dany 말해보세요:

    charming

  45. dany 말해보세요:

    engaging

  46. dany 말해보세요:

    enticing

  47. dany 말해보세요:

    glamorous

  48. dany 말해보세요:

    gorgeous

  49. dany 말해보세요:

    interesting

  50. dany 말해보세요:

    inviting

  51. dany 말해보세요:

    tempting

  52. dany 말해보세요:

    adorable

  53. dany 말해보세요:

    agreeable

  54. dany 말해보세요:

    beckoning

  55. dany 말해보세요:

    gratifying

  56. dany 말해보세요:

    Accolade

  57. dany 말해보세요:

    Authentic

  58. dany 말해보세요:

    Accessible

  59. dany 말해보세요:

    Attentive

  60. dany 말해보세요:

    Absorbing

  61. dany 말해보세요:

    Affable

  62. dany 말해보세요:

    Acclaim

  63. dany 말해보세요:

    Advisable

  64. dany 말해보세요:

    Adequate

  65. dany 말해보세요:

    Assured

  66. dany 말해보세요:

    Artistic

  67. dany 말해보세요:

    Appropriate

  68. dany 말해보세요:

    too secure

  69. dany 말해보세요:

    big pass

  70. dany 말해보세요:

    too sweet

  71. dany 말해보세요:

    highly wild

  72. dany 말해보세요:

    well capture

  73. dany 말해보세요:

    best saviour

  74. dany 말해보세요:

    nice base

  75. dany 말해보세요:

    too rare

  76. dany 말해보세요:

    on hanging

  77. dany 말해보세요:

    on flight

  78. dany 말해보세요:

    big voom

  79. dany 말해보세요:

    nice ending

  80. dany 말해보세요:

    nice singing

  81. dany 말해보세요:

    one secure

  82. dany 말해보세요:

    two pass

  83. dany 말해보세요:

    three sweet

  84. dany 말해보세요:

    four wild

  85. dany 말해보세요:

    five capture

  86. dany 말해보세요:

    six saviour

  87. dany 말해보세요:

    seven base

  88. dany 말해보세요:

    eight rare

  89. dany 말해보세요:

    nine hanging

  90. dany 말해보세요:

    ten flight

  91. dany 말해보세요:

    eleven voom

  92. dany 말해보세요:

    twelve ending

  93. dany 말해보세요:

    thirteen singing

  94. dany 말해보세요:

    nawaoooo

  95. dany 말해보세요:

    imagine

  96. dany 말해보세요:

    wahala

  97. dany 말해보세요:

    organise

  98. dany 말해보세요:

    yommy

  99. dany 말해보세요:

    wonderful

  100. dany 말해보세요:

    fashion

  101. dany 말해보세요:

    steping up

  102. dany 말해보세요:

    extremly good

  103. dany 말해보세요:

    over legit

  104. dany 말해보세요:

    massive gain

  105. dany 말해보세요:

    active

  106. dany 말해보세요:

    decide

  107. dany 말해보세요:

    nice update

  108. dany 말해보세요:

    grace

  109. dany 말해보세요:

    peace

  110. dany 말해보세요:

    united

  111. mayor 말해보세요:

    domail

  112. dany 말해보세요:

    glowing

  113. dany 말해보세요:

    quicky

  114. dany 말해보세요:

    sweety

  115. dany 말해보세요:

    desired

  116. dany 말해보세요:

    captain

  117. dany 말해보세요:

    savana

  118. dany 말해보세요:

    economy

  119. blogxq3 말해보세요:

    He felt good after the night with his mate,
    and it was too nice outside to take a portal when he had the energy to walk

  120. blogxq3 말해보세요:

    He felt good after the night with his mate,

페이스북/트위트/구글 계정으로 댓글 가능합니다.