Archive

Posts Tagged ‘Redhat’

FireFox 2 and Fedora Core 6

December 29th, 2006 No comments

It’s become a common question right now that why FireFox 2 is not available on the Fedora Core 6 default package repositories? The answer seems to be on the FireFox 2 page of the Fedora Project Wiki. A small quote from this page:

For a variety of reasons, we are not planning to update to Firefox 2.0. We are instead focusing resources on Firefox 3.0, which will provide much more substantial benefits. We understand that some users will be willing to accept the risk of running Firefox 2.0 to gain compatibility with new extensions (e.g., Zotero and Halfnote). We have made available an experimental version of Firefox 2.0. However, we must stress that we believe the best experience for Fedora users will be to stay with Firefox 1.5 and wait for the Firefox 3.0 update. The experimental development version is available here:

http://people.redhat.com/caillon/RPMS/fc7/

You can also install the development version. Warning: This might result in instability.

$ yum --enablerepo=development install firefox

There are alternative ways posted over the Internet to install FireFox 2 onto Fedora Core 6, Jason Burns writes about one of them.

Share

Fedora Core 6 on Compaq Presario V2000: Running WiFi (ipw2200)

December 10th, 2006 No comments

Today I installed FC6 on my Compaq Presario V2000, had to do some tweaks to get the WiFi running. Here is what I did:

1) Install Livna RPM Repository information:

$ rpm -ivh http://rpm.livna.org/livna-release-6.rpm

2) Install ipw2200 firmware:

$ yum install ipw2200-firmware

3) Add following to /etc/modprobe.conf:

options ipw2200 hwcrypto=1 associate=0

4) Add ESSID and CHANNEL in
/etc/sysconfig/network-scripts/ifcfg-eth1:


ESSID=
CHANNEL=

5) Add the KEY (WEP or WPA etc.) to
/etc/sysconfig/network-scripts/keys-eth1.

6) Start:

$ ifup eth1

It starting working for me, did less struggle as compared to FC5. :)

Share

Fedora Helper

June 3rd, 2006 1 comment

Brandon Hutchison has made excellant Fedora Helper which helps you install all the Packages which you always loved to have. Mplayer, Flash Plugin, JRE, Acrobat Reeader, Limewire and many more in one go. Just download this helper and run it and see the magic. It uses the Livna rpm repository as well as original sources of these packages.
http://brandonhutchinson.com/Fedora_Helper.html

Share
Categories: Linux Tags: , , , , ,