Last modified 2010-May-31
My experiences with other thinkpads and older versions of RedHat are available here.
Firewire card with >ALi M5253 chipset (for video capture via kino) still doesn't work. Firefox 3 crippled by bad choice of default settings.
Component | Status | Notes |
---|---|---|
RAM (256MB) | Works | |
Graphics: S3 SuperSavage and 1024x768 LCD panel | Works | Needs updated package. 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 | Need to use system-config-soundcard or alsaunmute command |
Wireless: Dell Truemobile 1150 PCMCIA card (Orinoco Gold) | Works | |
Wireless: TP-Link WN510G (v1.1) Cardbus card (Atheros chipset) | Can be made to work | Needs custom kernel with 16k stack |
Firewire: ALi M5253 chipset card | Needs old firewire modules | Redhat Bug 577937, Kernel bug 10935 |
yum update xorg-x11-drv-savage-2.2.0-2.fc9The default configuration of the display was 1024x768 at 24 bit depth ("millions of colors"). This led to slow playback in mplayer and xine. The fix is to configure the display ("system-config-display") to 16-bit depth ("thousands of colors").
Works fine.
If you use Firewire cards with the ALi M5253 chipset for downloading video from your digital video camera (via kino, for example) then for your purposes the Fedora 9 firewire kernel modules are broken. You will have to get the raw1394 modules.
Add the atrpms repo to your yum config. Make sure /etc/yum.repos.d/atrpms.repo is set up correctly, in particular
---- baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable ----(NOT "fc$releasever" as in older versions). Make sure you have the most recent kernel, since atrpms packages seem to depend on that. Then
rpm --nodeps -e libraw1394 yum --disablerepo="*" --enablerepo=atrpms install ieee1394 libraw1394Edit /etc/modprobe.conf, and add
---- blacklist firewire-ohci blacklist firewire_core ----Reboot, then plug in your video camera via firewire. The camera should be detected, and the device /dev/raw1394 created. If the device doesn't exist, create it manually by loading the modules (as root):
modprobe raw1394 modprobe dv1394If /dev/raw1394 is not universally readable and writeable, make it so:
chmod a+rwx /dev/raw1394Then any user should be able to capture video from their camera via kino. See this fedoraforum thread for more details.
---- # CLOCK_SYNC="yes" ----and do /etc/rc.d/init.d/apmd restart
cp /etc/DIR_COLORS $HOME/.dir_colorsThen edit $HOME/.dir_colors and comment out "CAPABILITY" line. See this posting for more info.