;; How to get Fedora Core 6 running on a Thinkpad T60: $ yum -y update $ rpm -ivh http://rpm.livna.org/livna-release-6.rpm $ cat > /etc/yum.repos.d/atrpms.repo [atrpms] name=Fedora Core $releasever - $basearch - ATrpms baseurl=http://dl.atrpms.net/fc$releasever-$basearch/atrpms/stable gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1 enabled=0 $ cat > /etc/yum.repos.d/macromedia.repo [macromedia] name=Macromedia for i386 Linux baseurl=http://macromedia.rediris.es/rpm/ enabled=1 gpgcheck=1 gpgkey=http://macromedia.rediris.es/FEDORA-GPG-KEY $ rpm --import http://macromedia.rediris.es/FEDORA-GPG-KEY $ rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms $ yum -y install ipw3945 $ cat > /etc/init.d/ipw3945d #! /bin/bash # # ipw3490d Load / unload Intel ipw3490 daemon # # chkconfig: 2345 09 90 # description: Load / unload Intel ipw3490 daemon # ### BEGIN INIT INFO # Provides: ipw3490d ### END INIT INFO # Source function library. . /etc/init.d/functions if [ ! -f /etc/sysconfig/network ]; then exit 0 fi case "$1" in start) echo -n "Starting ipw3945d: " /sbin/ipw3945d > /dev/null 2>&1 echo ;; stop) echo -n "Stopping ipw3945d: " killproc ipw3945d echo ;; status) status ipw3945d ;; restart) cd "$CWD" $0 stop $0 start ;; *) echo $"Usage: $0 {start|stop|restart|status}" exit 1 esac exit 0 $ chmod a+x /etc/init.d/ipw3945d $ chkconfig --add ipw3945d $ reboot ;; Now you wont have a wifi interface and lsmod ipw3945 will ;; throw errors at you. That's because you have the wrong ;; kernel! It's a known bug: $ yum -y install yum-utils $ yumdownloader kernel.i686 $ rpm -ivh --replacefiles --replacepkgs kernel-2*.i686.rpm $ reboot ;; On with more interesting stuff. Setup and software: $ cat > /etc/sysconfig/iptables *filter :FORWARD DROP [0:0] :INPUT DROP [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -i lo -j ACCEPT -A INPUT -p tcp --dport 22 --syn -j ACCEPT -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT COMMIT $ /etc/init.d/iptables restart $ yum -y install mozplugger evince $ yum -y install revelation irssi vpnc xmms xmms-mp3 xmms-faad2 xmms-skins flash-plugin mplayerplug-in mpeg2dec libquicktime unrar xine-lib-extras-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg xvidcore $ yum -y --enablerepo atrpms w32codec