Last updated: 29th November, 2001.

Linux on the Acer TravelMate 200 series: RedHat 6.2 notes.

Standard Linux installations will get you a basic system with unoptimised IDE and no sound.

To get both of these you'll have to upgrade to a new kernel. 2.2.19 has drivers for both of these. You'll also need the pcmcia stuff. If you're using RedHat, make sure you load the kernel source etc. The source has the pcmcia stuff inside the kernel source tree.

I'll assume that you know how to download, build and install a kernel and the modules, so I'll not go into details.

Options to enable.

You can now build and install the kernel as normal. Add the following line to /etc/conf.modules:-

	alias sound trident

I had been told that the ALSA sound driver supports the sound system including the synth, however, although it supports the Trident 4D wave sound systems and the SiS chipset which are very similar to the one in this laptop, it doesn't support the ALi 5451 audio accelerator. I've been hacking around with the driver from the 0.9.0beta3 release and can now get it to load but there are no sounds coming out of it as yet.

You should now have a system with sound but no midi or synth and UDMA enabled. Now, all that needs to be done is to set the drive up using hdparm in /etc/rc.d/rc.sysinit. Merely put the following line at the end:-

	hdparm -c 1 -K 1 -m 16 -S 12 /dev/hda
If you reboot, all should be set-up.


Back to main page.