This should help those looking for mp3 support in Fedora. That is unless you are using the latest XMMS. This is for the stock XMMS version ( 1.2.8 ) in Fedora.
http://rpm.livna.org/fedora/1/i386/RPMS.stable/xmms-mp3-1.2.8-0.lvn.2.1.i386.rpm
Here are instuctions on installing Nvidia drivers for those who might be having problems. I got these instructions from
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=113254
read through the thread and look at mishmash's post.
"1. Modify the /etc/inittab file to force booting in console mode (i.e. text mode, not Xserver). You only have to change the line
id:5:initdefault:
to this
id:3:initdefault:
2. Restart the computer. It will boot in text mode.
3. Login as root.
4. Move to the directory where the NVIDIA .run file was downloaded.
5. Run the following command to set the CC variable and thus avoid the CC mismatch error.
export CC=gcc32
6. Install the NVIDIA driver by running the following command. It should install correctly.
sh ./NVIDIA-Linux-x86-1.0-4496-pkg2.run
7. Move to the directory where the XF86Config file is located, i.e. the /etc/X11 directory.
8. Modify the XF86Config file by changing the line
Driver "nv"
for
Driver "nvidia"
in the "Device" section.
9. Modify the XF86Config file to remove or comment out (by adding the # at the beginning of each line) the lines
Load "GLcore" (did not found this line though...)
Load "dri"
in the "Module" section.
10. Make sure that the XF86Config file has the line
Load "glx"
in the "Module" section.
11. Modify the /etc/inittab file back to what it was, i.e. with the line
id:5:initdefault:
12. Reboot the computer by pressing Ctrl+Alt+Del.
Everything should be OK after this. For newbies, just run the game TUX racer, itf the NVIDIA driver was installed correctly, the game should display "very" smoothly...
Regards,
mishmash"
Building your own RPM Nvidia drivers for those who like keeping their RPM database up to snuff.
If you want to build rpm's from srpm's for Nvidia's drivers then here is a link were you can download them from so you can install your own rpm's. I used the commands below to rebuild my own for future use just in case. Make sure you do the export bit or else you'll encounter problems.
'export CC=gcc32'
'rpmbuild --rebuild --rmspec --rmsource --target i686'
Remove the '' <- and if you want you can adjust the target platform to athlon, i586, etc to match your machine. Below is the link to the website I got my source rpm's from.
http://rebus.webz.cz
If you are having problem with your 3com nic then here is a link for that as well.
http://fedora.artoo.net/faq/#3c905
Too fix the CD package manager to access the rpm's on your cd's well here is the link to get the lastest one which should be patched up and fixed
http://people.redhat.com/~katzj/redhat-config-packages
If you want or need NTFS support in Fedora and plan on sticking with the stock kernel then here is a link to the NTFS driver for Fedora Core 1 ( Yarrow ). Install this driver via the 'rpm -ivh name-of-the-rpm.rpm' command. To setup NTFS via your fstab file click on the second link and read the information provided. Make sure you create a directory in /mnt and that you also use the same name for that directory in your fstab file as well. Of course if you download and install a kernel from one the apt repositories mentioned below you should have support for NTFS via that kernel and you just need to reference the folder and setup your directory, I think.
http://linux-ntfs.sourceforge.net/rpm/fedora1.html
Info on setting up your ntfs partition.
http://linux-ntfs.sourceforge.net/info/ntfs.html#4.10
Info on setting up permissions for your ntfs partition.
http://linux-ntfs.sourceforge.net/info/ntfs.html#4.9
Wow that's it I think ? I hope all of this helps some of you and I hope the Fedora team puts out a less buggy release next time ! I think it was really sloppy of them to not build the kerenel using gcc33 or at least they should of put up warnings for Nvidia users about the whole 'export CC=gcc32' bit to help us out on the front of their website. Don't get me wrong I like this distro and I am using it on a spare p2 400mhz pc with XFCE-4 as my primary GUI but they need to bug test this distro a little more before releasing new core's. This distro so far is faster then Mandrake 9.2 on the same machine though and Gnome is good but not as fast as XFCE-4.
P.S. You get apt-get and synaptic from here from this site. Apt-get/Synaptic along with YUM and Up2date really help out a lot in keeping this distro up to date.
http://atrpms.physik.fu-berlin.de/
http://rpm.livna.org/fedora/1/i386/RPMS.stable/xmms-mp3-1.2.8-0.lvn.2.1.i386.rpm
Here are instuctions on installing Nvidia drivers for those who might be having problems. I got these instructions from
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=113254
read through the thread and look at mishmash's post.
"1. Modify the /etc/inittab file to force booting in console mode (i.e. text mode, not Xserver). You only have to change the line
id:5:initdefault:
to this
id:3:initdefault:
2. Restart the computer. It will boot in text mode.
3. Login as root.
4. Move to the directory where the NVIDIA .run file was downloaded.
5. Run the following command to set the CC variable and thus avoid the CC mismatch error.
export CC=gcc32
6. Install the NVIDIA driver by running the following command. It should install correctly.
sh ./NVIDIA-Linux-x86-1.0-4496-pkg2.run
7. Move to the directory where the XF86Config file is located, i.e. the /etc/X11 directory.
8. Modify the XF86Config file by changing the line
Driver "nv"
for
Driver "nvidia"
in the "Device" section.
9. Modify the XF86Config file to remove or comment out (by adding the # at the beginning of each line) the lines
Load "GLcore" (did not found this line though...)
Load "dri"
in the "Module" section.
10. Make sure that the XF86Config file has the line
Load "glx"
in the "Module" section.
11. Modify the /etc/inittab file back to what it was, i.e. with the line
id:5:initdefault:
12. Reboot the computer by pressing Ctrl+Alt+Del.
Everything should be OK after this. For newbies, just run the game TUX racer, itf the NVIDIA driver was installed correctly, the game should display "very" smoothly...
Regards,
mishmash"
Building your own RPM Nvidia drivers for those who like keeping their RPM database up to snuff.
If you want to build rpm's from srpm's for Nvidia's drivers then here is a link were you can download them from so you can install your own rpm's. I used the commands below to rebuild my own for future use just in case. Make sure you do the export bit or else you'll encounter problems.
'export CC=gcc32'
'rpmbuild --rebuild --rmspec --rmsource --target i686'
Remove the '' <- and if you want you can adjust the target platform to athlon, i586, etc to match your machine. Below is the link to the website I got my source rpm's from.
http://rebus.webz.cz
If you are having problem with your 3com nic then here is a link for that as well.
http://fedora.artoo.net/faq/#3c905
Too fix the CD package manager to access the rpm's on your cd's well here is the link to get the lastest one which should be patched up and fixed
http://people.redhat.com/~katzj/redhat-config-packages
If you want or need NTFS support in Fedora and plan on sticking with the stock kernel then here is a link to the NTFS driver for Fedora Core 1 ( Yarrow ). Install this driver via the 'rpm -ivh name-of-the-rpm.rpm' command. To setup NTFS via your fstab file click on the second link and read the information provided. Make sure you create a directory in /mnt and that you also use the same name for that directory in your fstab file as well. Of course if you download and install a kernel from one the apt repositories mentioned below you should have support for NTFS via that kernel and you just need to reference the folder and setup your directory, I think.
http://linux-ntfs.sourceforge.net/rpm/fedora1.html
Info on setting up your ntfs partition.
http://linux-ntfs.sourceforge.net/info/ntfs.html#4.10
Info on setting up permissions for your ntfs partition.
http://linux-ntfs.sourceforge.net/info/ntfs.html#4.9
Wow that's it I think ? I hope all of this helps some of you and I hope the Fedora team puts out a less buggy release next time ! I think it was really sloppy of them to not build the kerenel using gcc33 or at least they should of put up warnings for Nvidia users about the whole 'export CC=gcc32' bit to help us out on the front of their website. Don't get me wrong I like this distro and I am using it on a spare p2 400mhz pc with XFCE-4 as my primary GUI but they need to bug test this distro a little more before releasing new core's. This distro so far is faster then Mandrake 9.2 on the same machine though and Gnome is good but not as fast as XFCE-4.
P.S. You get apt-get and synaptic from here from this site. Apt-get/Synaptic along with YUM and Up2date really help out a lot in keeping this distro up to date.
http://atrpms.physik.fu-berlin.de/