I bought my 760EL in early 2000. Installing Linux on it went much
smoother than I expected. My first attempt was with a Red Hat
6.1 (GPL version) CD, but the install froze right at the start. Mandrake 6.1 (GPL version) installed
slick as a whistle, even getting the X server right with only minimal
manual intervention.
Setting up a dual-boot machine (Win95 / Linux) complicates things a bit.
Running sndconfig (as root) sets up the sound card. It's an ESS1688, (io=0x220 irq=5 dma=1 mpu_io=0x330).
Mandrake automatically enables xdm. To undo this, and enable a login from the console, then (as root) change the line
id:5:initdefault: in /etc/inittab to id:3:initdefault: .
The included PCMCIA modem card detects as a "Megahertz XJ-CC4
228" on /dev/ttyS1 (com 2). This is not a Winmodem.
Getting this modem to work under Linux involves "rounding up
the usual suspects" - chmod 666 /dev/ttyS1, updating
/etc/resolv.conf to show your ISP's IP address, and writing
appropriate chat and ppp-on scripts. (Fortunately,
the newer Linux kernels have PCMCIA support.)
The other problem is getting the sound card to work. The old
/etc/conf.modules file is no longer valid. Replace it with this
/etc/modules.conf file. The last
five lines in the file enable sound. Note that /etc/conf.modules
has been deprecated and should no longer be present. Note also
that if you have one or more PCMCIA cards, you need to change
/etc/pcmcia/config.opts, as follows
Update
Upgrading to Mandrake 7.2 is a bit tricky. The main problem is that
XFree86 4.0.1 seems to have a flawed Trident driver, and the svga
driver has been eliminated from it (this may be remedied in 4.0.2, out
early in 2001). This means using XFree86 3.3.6, and using a modified XF86Config file.
# Resources we should not use, even if they appear to be available.
# ....
exclude irq 5
# Add above line to ensure PCMCIA card does not get set to
# the IRQ that the sound card needs.
References
Mandrake Linux
The Linux
Laptop Home Page
Linux Laptop HOWTO
Linux Thinkpad
mailing list