The nice PCMCIA driver package from David Hinds < dhinds@allegro.stanford.edu> optionally includes modified versions of the Slackware boot and root floppies that allow an installation over the network for those who have supported Ethernet PCMCIA adapters.
Since the PD6720 PCMCIA chipset is among the ones supported by David Hinds' drivers, this can be used for the TravelMate. However, I have experienced problems with some versions of those modified boot/root disks due to an IRQ conflict. With the configuration chosen, my 3Com 3C589B PCMCIA Ethernet adapter got assigned IRQ 5 by the driver, conflicting with the sound adapter settings. The resulting symptom is that attempts to mount an installation directory exported from a remote system fail with a timeout.
There are two possible workarounds:
DEVICE=c:\jazz\jazz.sys P220 I5 D1 E7 T330 Q2
line in CONFIG.SYS. The "I5" parameter should be changed to "I3". Note that this new configuration is to become permanent, the "SET BLASTER=..." line in AUTOEXEC.BAT and possibly the driver's settings in Windows have to be changed too.
I have not tested this workaround myself.
# First built-in parallel port exclude irq 7
I added the following lines:
# The following is used by the sound adapter exclude irq 5 # The following is used by the SCSI adapter exclude irq 11
Note that irq 3 should not be excluded, else the PCMCIA driver might fail to find a free IRQ.
This is easily done when one has a Linux system already up and running, but how to do it when in the very restricted environment of the Slackware boot disk? Here are the steps:
# mount /dev/fd0 /var/adm/mount
Disregard the message saying that the file system isn't clean and that a fsck is suggested, if such a message appears.
Then go to the /var/adm/mount/etc/pcmcia directory:
# cd /var/adm/mount/etc/pcmcia
# sed 's/exclude irq 3/exclude irq 5/' <config >config.new # mv config.new config
# cd / # umount /dev/fd0
eth0: 3Com 3c589, port 0x2e0, irq 3, 10baseT port, 00 20 AF C2 A2 CA
that appears during the late stages of boot. Of course, your adapter type and Ethernet MAC address (00 20... above) will vary. The relevant information here is "irq 3".
HTML document last updated 18 February 1999