Difference between revisions of "Installing Fedora Core 3 on a ThinkPad 600X"

From ThinkWiki
Jump to: navigation, search
(Made style for formal for a wiki)
Line 6: Line 6:
 
<td>PCMCIA</td>  <td>Works perfectly in Fedora Core 3</td></tr><tr>
 
<td>PCMCIA</td>  <td>Works perfectly in Fedora Core 3</td></tr><tr>
 
<td>USB port</td><td>Works perfectly in Fedora Core 3</td></tr><tr>
 
<td>USB port</td><td>Works perfectly in Fedora Core 3</td></tr><tr>
<td>Serial port</td><td>Worked last time I tried it (RedHat 6.x)</td></tr><tr>
+
<td>Serial port</td><td>Works in RedHat 6.x; not tested in Fedora Core 3</td></tr><tr>
<td>Parallel port</td><td>  Worked last time I tried it (RedHat 9)
+
<td>Parallel port</td><td>  Works in RedHat 9; not tested in Fedora core 3
 
</td></tr><tr><td>Video port</td><td>      Works perfectly in Fedora Core 3
 
</td></tr><tr><td>Video port</td><td>      Works perfectly in Fedora Core 3
</td></tr><tr><td>Modem</td><td>          Needs binary-only driver, then will work last time I used this (RedHat 7.x w/ 2.4.x kernel) search for ltmodem  
+
</td></tr><tr><td>Modem</td><td>          Needs binary-only driver, which, as of 2005, has not been ported to the 2.6 kernel. Search for ltmodem  
 
</td></tr><tr><td>Sound</td><td>           
 
</td></tr><tr><td>Sound</td><td>           
 
Works flawlessly until the first suspend/resume.  Once the system is suspended
 
Works flawlessly until the first suspend/resume.  Once the system is suspended
Line 25: Line 25:
 
</td></tr><tr><td>Suspend, resume</td><td> Suspend and resume are as functional on this computer as they are in Windows 98. (It crashes once in a while)
 
</td></tr><tr><td>Suspend, resume</td><td> Suspend and resume are as functional on this computer as they are in Windows 98. (It crashes once in a while)
 
</td></tr><tr><td>Hibernation</td><td>    I never got this to work, but never tried either.
 
</td></tr><tr><td>Hibernation</td><td>    I never got this to work, but never tried either.
</td></tr><tr><td>Video</td><td>          Serious crashing problems in XFree 3.x (old Linux distros) flawless in X.Org 6.8.  Chipset auto-detected during Fedora Core three install.</td></tr></table>
+
</td></tr><tr><td>Video</td><td>          While there used to be serious crashing problems in XFree 3.x (old Linux distros), video is flawless in X.Org 6.8.  Chipset auto-detected during Fedora Core three install.</td></tr></table>
  
  
Line 34: Line 34:
 
* There is a problem with power management that will trash batteries unless the battery is discharged once a week. Basically, with this system, the batteries go if the computer is plugged in all the time; once a week, keep the system unplugged and let the battery discharge.  
 
* There is a problem with power management that will trash batteries unless the battery is discharged once a week. Basically, with this system, the batteries go if the computer is plugged in all the time; once a week, keep the system unplugged and let the battery discharge.  
  
As an aside, if you have one of those multicard readers, they don't work out of the box in Fedora Core 3. In order to get them to work, type in the following command as root:
+
As an aside, if for people with one of those multicard readers, they don't work out of the box in Fedora Core 3. In order to get them to work, type in the following command as root:
  
 
     echo options scsi_mod max_luns=8 >> /etc/modprobe.conf  
 
     echo options scsi_mod max_luns=8 >> /etc/modprobe.conf  
  
Reboot, and, voila, your multcard reader will work. (The reason for the necessity for this incantation is because this will cause the kernel to lock with certain devices)
+
Reboot, and, voila, the multcard reader will work. (The reason for the necessity for this incantation is because this will cause the kernel to lock with certain devices)
  
 
[[Category:600X]]
 
[[Category:600X]]

Revision as of 06:50, 2 May 2005

Install process: Burn Fedora Core CDs, boot from first CD. Install is completely smooth; this system has Fedora Core 3 on it in a matter of 30 minutes.

Linux functionality by part:

PCMCIA Works perfectly in Fedora Core 3
USB portWorks perfectly in Fedora Core 3
Serial portWorks in RedHat 6.x; not tested in Fedora Core 3
Parallel port Works in RedHat 9; not tested in Fedora core 3
Video port Works perfectly in Fedora Core 3
Modem Needs binary-only driver, which, as of 2005, has not been ported to the 2.6 kernel. Search for ltmodem
Sound

Works flawlessly until the first suspend/resume. Once the system is suspended and resumed, sound can be made to work again by removing then reinserting the cs46xx/snd_cs46xx kernel module:

rmmod snd_cs46xx
modprobe snd_cs46xx
Floppy Drive Works perfectly
Trackpoint Works perfectly (emulates a ps/2 mouse)
Internal CD-ROM Works perfectly
Suspend, resume Suspend and resume are as functional on this computer as they are in Windows 98. (It crashes once in a while)
Hibernation I never got this to work, but never tried either.
Video While there used to be serious crashing problems in XFree 3.x (old Linux distros), video is flawless in X.Org 6.8. Chipset auto-detected during Fedora Core three install.


Other words of wisdom:

  • The keyboard is excellent. Springy, clicky, easy to type on without being mushy.
  • The screen is good but not as snappy as modern TFT standalone displays.
  • There is a problem with power management that will trash batteries unless the battery is discharged once a week. Basically, with this system, the batteries go if the computer is plugged in all the time; once a week, keep the system unplugged and let the battery discharge.

As an aside, if for people with one of those multicard readers, they don't work out of the box in Fedora Core 3. In order to get them to work, type in the following command as root:

   echo options scsi_mod max_luns=8 >> /etc/modprobe.conf 

Reboot, and, voila, the multcard reader will work. (The reason for the necessity for this incantation is because this will cause the kernel to lock with certain devices)