| HOME > MISC > LINUX > FC3 TIPS |
|---|
This is based on my Fedora Core 2 Tips and Tricks page. Just getting started here, comments welcome. Recent changes are highlighted in yellow. There is also a Fedora Core 4 Tips and Tricks page.
Before you add repositories it's probably a good idea to make sure your system is fully updated first. Right now I really like the FreshRpms repository since it works well and seems to have pretty much everything. Unfortunately there are some things that are still only available via Apt so we need to handle that too. First edit your /etc/sysconfig/rhn/sources and add the following:
# Macromedia Flash plug-in only apt macromedia http://ruslug.rutgers.edu macromedia/apt/fedora/3 macromediaNow go to /etc/yum.repos.d and create a file called freshrpms.repo containing the following:
[freshrpms] name=Red Hat Linux $releasever - $basearch - freshrpms baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms enabled=1 gpgcheck=1For 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://freshrpms.net/RPM-GPG-KEY-freshrpmsYou can browse the packages available there at http://heidelberg.freshrpms.net//.
# yum -y install xmms-mp3 gstreamer-plugins-extra-audio libmad libid3tagThe -y flag is to automatically answer yes to any question. If you want to be able to say no you can ignore that flag.
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/fc2/RPMS.newrpms/xmms-status-plugin-1.0-2.rhfc2.nr.i386.rpm. Just download it and install it with:
# rpm -ihv xmms-status-plugin-1.0-2.rhfc2.nr.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.
# yum -y install xine xine-lib xine-skinsThis will install the xine DVD/VCD/CD player. Now to get xine to automatically play a DVD upon insertion, go to the Red Hat -> Preferences -> Removable Storage. Make sure DVD Videos is turned on and put in the following for the command:
xine --auto-play --auto-scan dvd
# yum -y install mplayer mplayer-skins mplayer-fontsThis 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.
The FreshRpms repository doesn't currently have an MPlayer Plug-in but you can download the FC3 version from http://mplayerplug-in.sourceforge.net/download.php then install it:
# rpm -ihv mplayerplug-in-2.75-fc3.i386.rpmThe version number may varry of course. This will install the plug-in to play a wide variety of media within your browser window. 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
Before you install the play you'll need to make sure the compat-libstdc++ module is installed. Download the RealPlayer10 package from the following location:
RealPlayer10GOLD.rpmThen install the RPM from the command line:
# yum -y install compat-libstdc++ # 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 .
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.
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.rpmAt the time I wrote this there were no FC3 specific packages but the FC2 packages work just fine.
# uname -r -pFor example if you're using the latest kernel (as of this writing) which is 2.6.9-1.667 and the i686 (even if it's an AMD) processor then you will want to download it to a local directory and install it as such:
# rpm -ihv kernel-module-ntfs-2.6.9-1.667-2.1.20-0.fc.1.2.i686.rpmMore detailed instructions on determining which RPM you need can be found at http://linux-ntfs.sourceforge.net/rpm/instructions.html. Once 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 .
# rpm -ihv msttcorefonts-1.3-3.noarch.rpmAnd don't forget that if your Linux system is on the Internet 24/7 and has SSH open to the world you might want to take steps to Protect SSH.
PC Won't Turn Off After Shutdown
The workaround for CPU enumeration with HyperThreading CPUs allows shutdown
to work properly. Simply add acpi=ht to the kernel boot line in /etc/grub.conf and reboot.
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 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.
If you have additions to this section please use the comments section below.
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.
Fedora Core 3 Linux Installation Notes - Another great set of installation notes that includes much of what I include here but does include a few things I don't.
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.
| Comments From People Like You! Fedora Core 3 Tips and Tricks | |
|
Faisal 19-Sep-2007 23:11 |
|
Which drivers are not found in the FC3 in your system ?
|
|
|
Naveen 10-Sep-2007 03:51 |
|
hi, when im trying to install fedora core 3,it is asking me to select drivers as no drivers are being found in my system.
|
|
|
doug r 27-May-2007 18:04 |
|
I recently "installed" grip and because I needed the library, Acrobat Reader.
|
|
|
Ashish 20-Jan-2007 10:30 |
|
Hi,
|
|
|
Faisal 15-Apr-2006 02:42 |
|
I installed FC3 on PIV compaq PC . I have US Robotics PCI Fax modem but have not driver for it . Can any body help me to install the modem .
|
|
|
Dennis C. 30-Jul-2005 23:50 |
|
P.S. I did not cp (copy) the files and I did create a symbolic link (ln -s ) to the .so file as described, as without success. So I really think this is more difficult then it needs to be, but admittedly it may just be me. Thanks in advance for info./replies.
|
|
|
Dennis C. 30-Jul-2005 23:48 |
|
I am trying to get the Java Runtime Environment (JRE) to work in Firefox 1.0.6 ((Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc3 Firefox/1.0.6)). I tried the "Click Here to Install Plugins" and was deceived by the click "Finish" and restart Firefox to complete the process messages. Nothing appeared to change, and I even restarted the entire system to see if I missed something. Next I did the "Manual Install" and followed those instructions TO THE LETTER; still nothing. What gives? Adding a simple Plugin shouldn't be this difficult! IMHO that is where Fedora, or the Linux community at large, will need to make the most progress in order to capture a larger audience/user base.
|
|
|
Doug 25-Jun-2005 01:13 |
|
I am new to Linux and I am trying to access the internet with my Modem.
|
|
|
N 02-Jun-2005 15:21 |
|
In response to George, your post is incoherent. It's not clear what kind of problem you're having. What do you mean that you "can't get grub to work"? Grub should go in the MBR of your 250G drive, most likely. You haven't made your partition scheme very clear. Furthermore, you DUAL boot 2 OS's, and you can't REBUILD WINDOWS because it's not open source, I assume you mean either REBOOT or REINSTALL.
|
|
|
George 18-May-2005 23:07 |
|
Well, I have a question .. it has to do with Duel Booting windows XP and fedora core 3 on a Sata Drive.. I have to keep windows running on this pc for Work use (yuk).
|
|
|
Craig 11-May-2005 15:46 |
|
Thank you for the tip about getting nautilus to always open as a browser...that was the one annoyance that kept me from completely switching to Gnome. :)
|
|
|
Jerry 02-May-2005 09:19 |
|
Great site and thanks. Alot of useful information for us linux "n00bs".
|
|
|
Scott 28-Apr-2005 18:51 |
|
This page has been EXTREMELY helpful! Thanks so much!
|
|
|
Greg Newman 28-Apr-2005 05:51 |
|
This looks like some valuable information... Thanks for the resource!!
|
|
|
GJ 27-Apr-2005 13:46 |
|
FOund that Freshrpms is playing up try this alternative base URL for the freshrepm.repo file:
|
|
|
Anonymous 26-Apr-2005 05:02 |
|
Are you using yum?
|
|
|
user1 12-Apr-2005 22:58 |
|
Has anyone had the following problem trying to update the latest FC3. If so do you know how to fix it? Any help greatly appreciated.
|
|
|
Anonymous 01-Apr-2005 00:48 |
|
http://www.linuxjunior.org/yabbse/index.php?board=12;action=display;threadid=10015
|
|
|
Arnab Bhaumik 31-Mar-2005 07:39 |
|
thank u for supporting fedora core 3 users. i just installed mp3 plugin for xmms according your procedure.
|
|
|
Edde 28-Mar-2005 17:52 |
|
Just wanted to say "thank you!". This helped me setting up stuff in no time.
|
|
|
Mark Starr 22-Mar-2005 15:10 |
|
Thank you very much. Following your list I was able to install all of these wonderful packages. Keep up the good work! Your help is appreciated. *
|
|
|
rico 20-Mar-2005 01:53 |
|
To titfuk & shantesh: you are trying to install the mp3-plugin from the official fedora packages (base and updates) which don't contain this plugin. enable the freshrpms repository as described above and then run the yum command again. good luck!
|
|
|
titfuk 18-Mar-2005 12:23 |
|
I need help! I see somebody already posted this comment, but I dont see any response (maybe it was emailed or something). Anyway I have Fedora Core 3 installed on about 5 machines right now and I have a lot of inconsistencies when installing plugins, the mp3 plugin particularly. On 3 of my boxes, the plugin installs with ease, on the other 2 I got this response:
|
|
|
Shantesh Pinge 17-Mar-2005 11:56 |
|
I followed the procedure mentioned above...but I couldn't get that mp3 thing to work for me.
|
|
|
chris 01-Mar-2005 17:48 |
|
add to last comment. i found out up2date works in terminal
|
|
|
chris 01-Mar-2005 08:59 |
|
Hello, thank you for this wonderful site. I am very glad to have my dvd player playing dvds correctly now. I have one problem though. Since installing a bunch of updates using up2date, i have not been able to open up some system settings under Desktop in Gnome, also when Gnome starts up, it stops when its starting redhat network and up2date will also no longer start. One, how do you disable starting redhat network, or at least get it working properly? Two, why am I not able to start system settings anymore? Thanks a million. Chris.
|
|
|
Daniel 03-Feb-2005 17:06 |
|
Here's GMPlayer tip that I have yet to find anywhere else and I hope more people read this.
|
|
|
Mike Fedora 02-Feb-2005 23:54 |
|
MP3 BURNING
|
|
|
BenjaminH 20-Jan-2005 14:49 |
|
You don't have to go to the gconf editor to set the browser behaviour in nautilus. Launch nautilus go to edit -> preferences, click on the Behaviour tab and check the "Always open in browser windows".
|
|
|
BenjaminH 18-Jan-2005 16:52 |
|
Here's a page on using gstreamer and it's frontends like totem and rhythmbox
|
|
|
BenjaminH 18-Jan-2005 00:16 |
|
Rhythmbox crashes after trying to play mp3s. To solve this cosmic caper start gstreamer-properties and change the default sink from ALSA to something else like OSS.
|
|
|
TRGarner 16-Jan-2005 20:09 |
|
Thanks for the information b/c it has helped me get my DVD to work on my laptop. This is great, good job and well done.
|
|
|
marcelo 15-Jan-2005 11:44 |
|
Please, i need this excelent document in spanish
|
|
|
Dennis Roberts 09-Jan-2005 02:56 |
|
Thank you for taking the time and creating this page. I was able to watch DVD's on my Linux box thanks to your easy to follow instructions.
|
|
|
ramon 05-Jan-2005 07:29 |
|
Hi,
|
|
|
Arvind 05-Jan-2005 04:27 |
|
thanks, the freshrpms idea was great! btw, could you possibly change the font style for the comments to something other than 'Courier', just monospace perhaps? it renders horribly in firefox/linux.
|
|
|
James 03-Jan-2005 12:00 |
|
Excellent site. Found it very helpfull.
|
|
|
Aldo Furlan 02-Jan-2005 12:04 |
|
Hi Greg. Tried to add FreshRpms but I am not sure it works.
|
|
|
Greg 30-Dec-2004 20:13 |
|
An update about my Cruzer mini USB memory stick is in order. It now works, as far as mounting even with haldaemon running. Occasionally it will not, and when it won't, it won't -- have to reboot to get it to work.
|
|
|
mihir 27-Dec-2004 17:40 |
|
Thanks to Troy i am able to install my wireless usb. yr help really kewl
|
|
|
emilie 25-Dec-2004 12:52 |
|
Hi,
|
|
|
Troy 24-Dec-2004 00:25 |
|
Greg - I guess you have upgraded from the Toshiba 1115-S103? Well, good for you. I am still using the S103.
|
|
|
Fedora User 14-Dec-2004 06:32 |
|
Excellent work on this, very good tips on how to make an already good distribution even better. One thing you might want to include on this FC3 page, which you had on your FC2 page, is the creation of /dev/dvd when installing Xine, by symbolically linking from /dev/hdx. I had to perform this, and then change the permissions on /dev/hdx so that a non-root user could read from the device.
|
|
|
ph4nt0m 13-Dec-2004 17:26 |
|
Great resource. Everything worked for me like a charm. I, and I am sure many others, appreciate you sharing your knowledge to allow us all to get our FC3 systems up and running as true desktop machines.
|
|
|
Chris McBride 07-Dec-2004 19:11 |
|
The following works for me to burn a CD
|
|
|
Greg Pittman 06-Dec-2004 08:40 |
|
Here are some things that could prevent some headaches during and after FC3 install:
|
|
|
ashwin 06-Dec-2004 05:09 |
|
i use X-cdroast on my laptop TP R40 with FC3. The CD-writer is HL-DT-ST RW/DVD GCC-4240N. It works fine, burnt more then 10 CDs upto now.
|
|
|
Rahul Jawale 05-Dec-2004 01:26 |
|
Thanx a lot guys. Good work. Keep it up.
|
|
|
Scott 03-Dec-2004 23:48 |
|
Thanks for your site it has been nearly 100% responcible for the people I've gotten converted from Windows. Oh and I'm the other person on the planet that likes the up2date icon and wouldn't run without it. Has anyone give a reason for not using it besides not being "133t"?
|
|
|
Anonymous 02-Dec-2004 09:04 |
|
Updating the kernel to 2.6.8 and above fixes any burning issues. Using the supplied kernel from the up2date sources will resolve this.
|
|
|
anonymous 28-Nov-2004 17:06 |
|
You can add this to
|
|
|
ogo 27-Nov-2004 18:36 |
|
great for newbies like me. thanks a lot, particularly for the mp3 tips.
|
|
|
Frank Swasey 25-Nov-2004 06:22 |
|
There is a bug in FC3 (bugzilla bug number 132761) that is preventing a lot of machines from actually powering off when shutdown is called.
|
|
|
draven 25-Nov-2004 01:21 |
|
I just switched from mandrake to fedora had some issues with the mp3 feature missing and some other common problems. I greatly appreciate the help your site offered and was wondering how you would feel about me distributing shell scripts to automate the parts that can be automated. These would be based off your guides and you would recieve acknowledgement. Anyways shoot me an email.
|
|
|
Rick Dean 23-Nov-2004 22:37 |
|
Thank you. Excellent guide.
|
|
|
Colin 22-Nov-2004 14:16 |
|
Under the "MP3 Plugin" section, you might add the K3b mp3 plugin:
|
|
|
John Hunt 20-Nov-2004 11:59 |
|
Fantastic guide, saves me a lot of faffing around!
|
|
|
AG 19-Nov-2004 06:39 |
|
I found out how to fix that. If you get that error, you need to install the compat-libstdc++-8-3.3.4.2 rpm. That did the trick for me.
|
|
|
AG 19-Nov-2004 05:55 |
|
I cannot get Real Player to work, when I install it on Fedora Core 3, it installs fine, but when I try to launch from command line, I get the following error:
|
|
|
Chris Kiraly 18-Nov-2004 21:58 |
|
I'm still having a problem with the xine stuff - the gpg key
|
|
|
jc 18-Nov-2004 18:21 |
|
Fantastic site, just what the doctor ordered. I'm not a complete n00b, but I love stuff that just works without too much effort. Thanks does not say enough. Keep up the good work!
|
|
|
Blort 17-Nov-2004 17:36 |
|
Great site. You saved me a lot of time. On installing Xine and the other components, I had problems with the GPG key. This key seemed to do the trick:
|
|
|
GJ 15-Nov-2004 14:37 |
|
Absolutely blinding! Thank you very much indeed, keep up the great work!
|
|
|
Philip Van Hoof 14-Nov-2004 10:51 |
|
http://mesh.dl.sourceforge.net/sourceforge/linux-ntfs/kernel-module-ntfs-2.6.9-1.667-2.1.20-0.fc.1.2.i686.rpm is not a real mirror, it's a jump-to-page. Therefor it will not work if you use it that way. http://mesh.dl.sourceforge.net/sourceforge/linux-ntfs/kernel-module-ntfs-2.6.9-1.667-2.1.20-0.fc.1.2.i686.rpm would, for example, work but it's possible that these mirrors move.
|
|
|
ailmanki 14-Nov-2004 03:54 |
|
Thanks a lot I'm really lost without this guide
|
|
|
Gary Allen Vollink 12-Nov-2004 12:08 |
|
The site above has some good supplimental info, and takes a slightly different approach. The font install mentioned there is quite useful.
|
|
|
David Tenser 11-Nov-2004 12:53 |
|
Very good resource! Thanks.
|
|
|
Anonymous 10-Nov-2004 11:33 |
|
Some more notes with other tips.
|
|