Installing Lucent Winmodem for Mandrake Linux 10.0 Community by _invader
============================================================
Firstly, I must give acknowledgement to furfurdemon666 for providing the links
to the driver files, Tormented for the commands/lines provided (this text is based
on his words of wisdom), and windeath for wise-cracking. Thanks folks!
BEFORE STARTING:
Make sure you are root before you begin! ltmodem-2.6.3-4mdf.tgz is obtainable from:
http://linmodems.technion.ac.il/pack...em/kernel-2.6/ or other sites.
These instructions are for users running the 2.6.3-4 kernel. The reason why I ever
bothered with this is because the kernel source code from Mandrake distro's only include
this version if you only have the first 3 CD's. The source is also required for installing
nVidia graphics drivers, and lastly, I don't think anyone likes wasting hours trying to
download the 2.4 kernel source!
INSTRUCTIONS:
1. Obtain the file ltmodem-2.6.3-4mdk.tgz
2. Open the archive, and find these files:
ltmodem.ko
ltserial.ko
Extract them to the path /lib/modules/2.6.3-4mdk/other
(creating the folder 'other' if it does not exist).
NOTE i : the part 2.6.3-4mdk refers to your current running kernel;
If this is not yours, look around in /lib/modules for the appropriate one, and
substitute this into the path.
NOTE ii: the folder 'other' is created verbatim, as the modprobe looks in this folder
for all other modules.
3. Type the following commands:
mknod --mode=0640 /dev/ttyLT0 b 62 64
depmod -a
modprobe ltserial
ln -vs /dev/ttySLT0 /dev/modem
These commands create and link the appropriate modem devices, i.e. the winmodem is
referred by the system as /dev/modem and /dev/ttySLT0
4. Open the file /etc/modprobe.conf and add the following lines:
install winmodem /sbin/modprobe ltserial
alias /dev/modem ltserial
alias char-major-62 ltserial
alias /dev/tts/LT0 ltserial
5. Open the file /etc/modprobe.preload and add the following line:
winmodem
6. Check your modem! Open kppp or another program and 'Query' the modem. The problem
that occurs during reboot (i.e. devices/links going missing) should not occur.
Should this occur, "Reflect, repent, and reboot." -- windeath
Otherwise, Enjoy!