Last modified 2007-Dec-20
My experiences with other thinkpads and older versions of RedHat are available here.
Component | Status | Notes |
---|---|---|
RAM | Works | as expected |
Graphics: ATI Radeon Mobility 7500 and 1024x768 LCD panel | Works | |
Hard drive | Works | Transition from device /dev/hda to /dev/sda under Fedora 7 |
USB 2.0 port | Works | No problems, eg a 2G flash USB drive was automatically assigned to /dev/sdb1 |
Hibernation via Fn-F12 | Works | Goes via swsusp not BIOS, using Linux swap space (needs acpid package installed?) |
Sound: Intel 82801 AC'97 Audio Controller | Works | No problems |
Wireless: onboard Atheros chipset | Can be made to work | Needs madwifi |
Firewire (Digital video capture, kino) | Does not work | Fedora 7 switched to a broken firewire subsystem. Needs custom kernel. |
Installation of Linux alongside pre-existing WinXP:
Fedora now assigns hard drives to devices /dev/sda, /dev/sdb etc, muddling them up with SCSI devices like USB flash drives. Can cause problems when upgrading from FC6 (see T23 page).
cd madwifi-0.9.3.1/ cd scripts/ ./madwifi-unload.bash ./find-madwifi-modules.sh `uname -r` cd .. make make install modprobe ath_pciNow, iwconfig should show the ath0 and wifi0 devices. Add to /etc/modprobe.conf:
alias ath0 ath_pciThe wireless module dies after resume from hibernation. You have to reload the module as root:
rmmod ath_pci modprobe ath_pciThere must be some script that can be told to do this automatically, but I don't know where it is.
If you use firewire for downloading video from your digital video camera (via kino, for example) then for your purposes the Fedora 7 kernel is broken. You will have to get a new kernel and new raw1394 modules. See T23 page.