Fedora Core 5 Installation notes
Things that need to be changed after installation
Modprobe.conf
alias net-pf-10 off #get rid of ipv6
/etc/sysconfig/network
NOZEROCONF=yes #get rid of 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
Services
chkconfig avahi-daemon off
chkconfig avahi-dnsconfd off
chkconfig cups off
IBM X31
Disable Host Protected Area in the BIOS otherwise suspend and resume does not work, you get dma_intr errors once the journal even failed on the filesystem.
Extra Software
Twinkle - SIP Soft Phone - http://www.twinklephone.com/
yum install commoncpp2-devel
Rebuild ccrtp and install ccrtp-devel-1.3.7-1.i386.rpm and ccrtp-1.3.7-1.i386.rpm
yum install qt-devel
yum install libsndfile-devel
yum install kdebase-devel if you want to use kde stuff
QTDIR=/usr/lib/qt-3.3 ./configure --without-kde
QTDIR=/usr/lib/qt-3.3 make
QTDIR=/usr/lib/qt-3.3 make install
Return to main page