Last modified 2010-May-31
My experiences with other thinkpads and older versions of Fedora/RedHat are available here.
Firewire card with ALi M5253 chipset (for video capture via kino) still doesn't work!
Component | Status | Notes |
---|---|---|
RAM (256MB) | Works | |
Graphics: S3 SuperSavage and 1024x768 LCD panel | Works | Set X driver to 16 bit depth ("thousands of colors") to get faster rendering |
Hard drive (120GB) | Works | |
USB 1.0 port | Works | |
Hibernation via BIOS (Fn-F12) | Works | Need kernel option acpi=off and hibernation file on primary FAT partition |
Sound: Intel 82801CA/CAM AC'97 Audio Controller | Works | May need to reload modules after waking from hibernation |
Wireless: Dell Truemobile 1150 PCMCIA card (Orinoco Gold) | Works | |
Firewire: ALi M5253 chipset card | Needs old firewire modules | Redhat Bug 577937, Kernel bug 10935 |
rpm -Uvh http://dl.atrpms.net/all/atrpms-73.1-1.noarch.rpmbut disable it by default (set enabled=0 in /etc/yum.repos.d/atrpms.repo).
yum --disablerepo="*" --enablerepo=atrpms install ieee1394 ieee1394-kmdlThis should get the right kernel module ieee1394-kmdl for your current kernel. If it doesn't, you might have to go to ATrpms and find the right one by hand.
blacklist firewire-ohci blacklist firewire_core blacklist ohci1394
modprobe raw1394 modprobe dv1394 chmod a+rwx /dev/raw1394
yum remove pulseaudio
echo "Make sure sound volume is turned up..." alsaunmute amixer set Master 90% amixer set PCM 90%This is basically just reproducing what the old system-config-soundcard used to do.