| HOME > MISC > LINUX > FC2 TIPS |
|---|
This is based on my Fedora Core 1 Tips and Tricks page. With Fedora Core 3 out now this page is unlikely to be maintained going forward. Recent changes are highlighted in yellow. I have also begun on a Fedora Core 3 Tips and Tricks page.
Before you add repositories it's probably a good idea to make sure your system is fully up2date first. Adding support is easy, just add the following lines to your /etc/sysconfig/rhn/sources You'll need to add the second line to include the fedora.us repository as the they work together hand in hand.
# Macromedia Flash plug-in only apt macromedia http://ruslug.rutgers.edu macromedia/apt/fedora/2 macromedia # User contributed archives yum livna-stable http://rpm.livna.org/fedora/2/i386/yum/stable/ apt fedora-us-stable-fc2 http://download.fedora.us fedora/fedora/2/i386 stableFor security reasons the packages in these repositories are GPG signed to protect their integrity so you'll need to get and install the public keys:
# rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY # rpm --import http://www.fedora.us/FEDORA-GPG-KEYYou can browse the packages available there at http://rpm.livna.org/fedora/2/i386/RPMS.stable/ and http://download.fedora.us/fedora/fedora/2/i386/RPMS.stable/
# up2date xmms-mp3 gstreamer-plugins-mp3 libmad libid3tagOne thing you'll need to do is fire up xmms and go to Options -> Preferences then choose Audio I/O Plugins. In that list scroll down and find the MPEG Layer 1/2/3 Placeholder Plugin and disable it. Then enable the new plug-in you just downloaded which is listed as MPEG Layer 1/2/3 Player. Now MP3s should play just fine.
While you're there I also recommend the XMMS Status Plug-in found at http://newrpms.sunsite.dk/apt/redhat/en/i386/fc1/RPMS.newrpms/xmms-status-plugin-1.0-2.i386.rpm. Just download it and install it with:
# rpm -ihv xmms-status-plugin-1.0-2.i386.rpmThen fire up XMMS then with your mouse on the XMMS window hit CTRL-V. Choose General Plugins then click on Enable plugin and hit Configure to customize it to your tastes. From then on you'll have a docked control panel for XMMS.
# up2date flash-pluginYou can get more information about this plug-in at http://ruslug.rutgers.edu/macromedia/site_ru.html. Before the plug-in gets installed you'll need to agree to the terms of the license.
# up2date libdvdread libmad ogle ogle_guiThis will install the ogle DVD player. However at this point the ogle doesn't actually work for me. Right now Mplayer seems to play DVDs just fine. /dev/dvd pointing at the device name for your DVD drive. If you don't know the device name you can usually find it easily in the dmesg output that's been saved during your last boot. Here's how I found it on my Toshiba laptop:
# grep -i dvd /var/log/dmesg hdb: HL-DT-STCD-RW/DVD-ROM GCC-4240N, ATAPI CD/DVD-ROM drive hdb: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33) # ln -s /dev/hdb /dev/dvdNow you'll have the Ogle DVD player under the Sound & Video menu.
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 Livna/Fedora.us repositories it's also very easy to download and
install.
# up2date mplayer mplayerplug-in mplayer-gui mplayer-skins mplayer-fonts
This command line will download the whole kit and kaboodle. 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. I recommend
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.
First start by using up2date to install the optional package openmotif21 then download the RealPlayer10 package from the following location:
RealPlayer10GOLD.rpmThen install the RPM from the command line:
# up2date openmotif21 # rpm -ihv RealPlayer10GOLD.rpmThen 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 .
The best site for the plug-in is the Dag Wieers repository. I would normally recommend just putting it in your up2date sources but I've had problems with conflicting packages. In this case I recommend you just go to the site and download and install just the packages you need. Just go to http://dag.wieers.com/packages/j2re/ and download the latest j2re and mozilla-j2re packages as appropriate for your system. Then just install them as follows:
# rpm -ihv j2re-1.4.2-8.1.fc2.dag.i586.rpm mozilla-j2re-1.4.2-9.1.fc2.dag.i586.rpm
# uname -r -pFor example if you're using the latest kernel (as of this writing) which is 2.6.5-1.358 and the i686 (even if it's an AMD) processor then you will want to download and install it as such:
# rpm -ihv kernel-ntfs-2.6.5-1.358.i686.rpmOnce installed the ntfs driver will be a dynamically loadable module and you can mount NT file systems with mount -t ntfs -o nls=utf8 /dev/hdXX /mnt .
The Unofficial #fedora FAQ - Great place that contains a wealth of information about Fedora Core.Fedora-List Mailing List - The official discussion group for issues with the final releases of the Fedora Core Linux distributions.
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.
Performance Tweaking - Make Linux behave more like XP and delay starting services until later to give the appearance of a faster booting system.
Unofficial Fedora Core 2 Guide for Beginners - A very extensive list of how to do various things in Fedora Core 2. Good source for beginners.
Linux.com | Fedora Core 2: Making it work - Here is an article going over a few other suggestions on making Fedora Core 2 work a little better.
- Another nice set of instructions to get Fedora Core 2 up and running quickly and easily. Includes a few things I didn't.
| Comments From People Like You! Fedora Core 2 Tips and Tricks | |
|
19-May-2008 23:01 |
|
cool site.
|
|
|
07-Mar-2007 11:13 |
|
Thanx, this page is great, i am going to bite the bullet and remove windows from my IBM t20 laptop and put FC2 on there, its a crappy lappy i dont think it will support FC5 or FC6 so Im dropping to an older version.
|
|
|
29-Jun-2006 11:04 |
|
Your page was really helpful, it the first that I have been to where everything is so simple I haven't had any problems with it. It worked just the way I wanted it to. Thanks!!
|
|
|
30-Dec-2004 08:16 |
|
Many thanks to Les also - a great howto. I too was getting so pis*** off with up2date. I followed your instructions and it all went like a dream, Im getting more confident with linux by the day esp with such good and clear help.
|
|
|
24-Oct-2004 05:27 |
|
Excellent howto. I had no end of problems with up2date, mainly reams of python errors :-\
|
|
|
08-Oct-2004 06:13 |
|
You really shouldn't be using up2date to keep your FC2 installations up to date. YUM has been a part of Fedora since Core1, and works so much better. There is only one caveat, it is painfully slow when connecting to Redhat's site. So the first thing to do is to make a backup of the /etc/yum.conf file; "cp -p /etc/yum.conf /etc/yum.conf.orig", then go to the freshrpms website and download and install the YUM rpm.
|
|
|
27-Sep-2004 03:45 |
|
Hi again
|
|
|
21-Sep-2004 01:53 |
|
I have to say I'm impressed to find all this help on comming back to installing Fedora.
|
|
|
14-Sep-2004 23:09 |
|
This site helped me switching over from windows. thanks a ton. only thing i could add would be to get gstreamer-plugins-extra-audio so you can encode mp3s as well as decode them.
|
|
|
09-Sep-2004 15:28 |
|
Hey, why is gtk2 from all these repositories so OLD.
|
|
|
05-Sep-2004 20:00 |
|
Hey guys if you want Realplayer for Linux, Just go to the Real.com Site. I went there, and it gives you the file to download, and the instalaiton instructions. Very Easy! Took me 10 mins!
|
|
|
03-Sep-2004 11:54 |
|
Well worth checking back occasionally (the highlighting is a nice touch, thanks!).
|
|
|
28-Aug-2004 19:16 |
|
Thank you so much, Greg, for keeping this page updated. It truly is a nice thing to do a Google search for "Fedora Core 2 Tips & Tricks" and get this page at the top of the list! Your noble efforts are greatly appreciated. ;-)
|
|
|
24-Aug-2004 15:59 |
|
http://luna.cs.ccsu.edu/dominik/mplayer/
|
|
|
24-Aug-2004 03:40 |
|
Thanks,
|
|
|
17-Aug-2004 16:18 |
|
Thanks, this page made me save a lot of precious time!
|
|
|
12-Aug-2004 13:25 |
|
Thanks..., your note is fantastic.
|
|
|
11-Aug-2004 17:25 |
|
for rhythmbox (default "Music Player" in fedora core 2), xmms-mp3 will not be enough. you will also need to add an mp3 plugin for gstreamer (backend which rhythmbox uses by default), and its dependencies, mad and id3. so add these in as well, using up2date:
|
|
|
10-Aug-2004 09:56 |
|
Time was saved fallowing your direction. Thank you,
|
|
|
07-Aug-2004 14:15 |
|
thanks for having this available. I am learning and am glad to find someplace that doesnt assume I am a linux programmer.
|
|
|
04-Aug-2004 10:42 |
|
Thanks for taking the time to put this together, it definitely helped me out :)
|
|
|
19-Jul-2004 22:16 |
|
Your site is of great value. Finally I am able to mount my ntfs partition.
|
|
|
17-Jun-2004 15:41 |
|
I'm having the same problem with xmms-mp3 and flash-player, they are not being found.
|
|
|
17-Jun-2004 07:04 |
|
It seems that the xmms-mp3 plug in can't be found same goes for flash plugin is it removed ?
|
|
|
12-Jun-2004 14:09 |
|
I find this page to be very useful. I thank the author for giving such tips. - Krishnamoorthi.BM.
|
|
|
10-Jun-2004 16:33 |
|
I can't seem to get mplayer to work. I've added every sources list and GPG key in the above naratives. Here is what I get from apt-get (below). I think that all of the files are there, they just won't install because of GPG keys. Is there any way to disable this GPG stuff? Thanks for any help.
|
|
|
09-Jun-2004 18:33 |
|
hi,
|
|
|
03-Jun-2004 21:52 |
|
I was able to get mplayer installed on FC2 by using apt-get. I don't konw if anyone else is still having this problem, but the following worked for me. First I had to install the specific version of libpostproc that mplayer wants by executing:
|
|
|
01-Jun-2004 04:58 |
|
Those of us who are too far from the official servers (like in Europe) should use mirrors. I had a lot of trouble when I used the official server, but local mirrors are fast.
|
|
|
31-May-2004 05:29 |
|
Up2date is very frustrating in Europe, it almost never works. Its so slow. Even with tweaks its still slow. Sigh, I have tried long and hard to get it to cooperate.
|
|
|
30-May-2004 10:29 |
|
Call me crazy (or just a newbie), but I can't seem to get hold of the mplayer app. When I do:
|
|
|
28-May-2004 07:18 |
|
DAG's repository now (since May 17 2004) hosts j2re packages actually built for FC2. So your command line should read:
|
|
|
27-May-2004 11:34 |
|
Freshrpms has the gstreamer rpms to get mp3 working in rhythmbox and totem-gstreamer.
|
|
|
22-May-2004 02:44 |
|
I was wondering if anyone else had issues getting mplayer installed? It requires libaa.so.1 and liblzo.so.1 and i can't seem to find a way to get these installed with the livna/.us repository combination :(
|
|
|
21-May-2004 10:43 |
|
Freshrpms has a good mplayer and DAG has a good mplayerplug-in. Both worked out-of-the-box for me. Be careful about mixing these repositories with fedora.us though, I don't know what will happen. I only use dag/freshrpms/newrpms. Here are my sources.list entries for apt:
|
|
|
21-May-2004 09:50 |
|
Instead of RealPlayer9 try the new HelixPlayer or RealPlayer 10 Alphas
|
|
|
20-May-2004 12:11 |
|
best way to view most files is actually in Totem. Totem has a nice easy interface and works well with the mplayer codecs (which are findable on the website). This will probably solve almost any video related ills you have.
|
|
|
20-May-2004 09:23 |
|
Installing realplayer: how about https://player.helixcommunity.org/ ? There's an open source player that doesn't do real, but they also have a closed source player for playing real things. And it's GTK.
|
|
|
16-May-2004 17:05 |
|
yum is supported by fedora.us
|
|