well, hello again. after succesfully installing mandrake again, i piled all my drivers and instructions onto a floppy and headed over to linuxland. no luck. same damn error as before when i had the 2.4 kernel. Im gonna post all hte instuctions and the excact errors so that maybe you can see what im doing wrong:
INSTRUCTIONS-------------------------------------------
NOTE:
-You must be logged into Linux as the "root" user to install this driver package.
- This release only supports the Linux 2.2 kernel.
This Additional Information field contains the following sections:
I. Special requirements
II. Installation instructions
III. Uninstall instructions
I. Special requirements
* To install this driver, you must be logged into Linux as the "root" user.
* If you are upgrading from a previous Lucent modem driver, please uninstall the existing Lucent modem driver (according to the uninstall instructions for that driver) before installing the new one.
* The modem driver package includes some source code that must be compiled against the Linux kernel. Although the installation script handles the compilation automatically, you must ensure that the source code for your Linux kernel is installed and accessible via the directory /usr/src/linux, and that the kernel source code and corresponding ".config" file match the kernel that you are running. Instructions for installing the kernel source code are beyond the scope of this document. However, you can refer to our Linux certification reports (
http://www.linuxcare.com/labs/certs) for assistance.
* Once installed, the Lucent modem can be accessed via the device /dev/ttyS14 or via the device /dev/modem. Configure your modem applications to use those devices.
II. Installation instructions
1. Start Linux
2. Download this package into a directory on your hard disk. For these instructions, we'll assume that you've downloaded the self-extracting package into the directory " /root ".
3. Start a Linux command terminal (a.k.a. command prompt) as the "root" user.
4. Change the current directory to "/usr/src": cd /usr/src
5. Extract the files from this package into the "/usr/src/ltmodem595lus" directory: bash /root/ltmodem595lus.sh
6. Change the current directory to "/usr/src/ltmodem595lus": cd /usr/src/ltmodem595lus
7. Build and install the Lucent modem driver by running the "make" command: make install
8. NOTE: If you notice compilation errors or an indication that the "make" procedure aborted, it is most likely the result of either the kernel source code not being installed correctly or the use of an unsupported version of the Linux kernel.
9. Refer to the included readme.txt file for additional information.
III. Uninstall instructions
1. Start Linux.
2. Start a Linux command terminal (a.k.a. command prompt) as the "root" user.
3. Change the current directory to "/usr/src/ltmodem595lus": cd /usr/src/ltmodem595lus
4. Uninstall the driver by running the "ltuninst" command: ./ltuninst
5. NOTE: This does not remove the files in the /usr/src/ltmodem595lus directory. To remove the /usr/src/ltmodem595lus directory and all of its contents, continue with step 6, otherwise stop here.
6. Change the current directory to "/usr/src": cd /usr/src
7. Remove the ltmodem595lus directory by using the "rm" command: rm -rf ltmodem595lus
ERROR I GOT-----------------------------------------------------
Do you accept the license agreement? [Y/n]
y
Uncompressing Lucent Modem driver version 5.95.........
[root@localhost src]# cd /usr/src/ltmodem595lus.sh
bash: cd: /usr/src/ltmodem595lus.sh: No such file or directory
[root@localhost src]# bash /usr/src/ltmodem595lus
/usr/src/ltmodem595lus: /usr/src/ltmodem595lus: is a directory
[root@localhost src]# cd cd /usr/src/ltmodem595lus
bash: cd: cd: No such file or directory
[root@localhost src]# cd /usr/src/ltmodem595lus
[root@localhost ltmodem595lus]# make install
./ltuninst
rmmod: module ltserial is not loaded
rmmod: module ltmodem is not loaded
make all
make[1]: Entering directory `/usr/src/ltmodem595lus'
gcc -D__KERNEL__ -DMODULE -DNO_EEPROM -w -O2 -fomit-frame-pointer -I/usr/src/linux/include -c -o ltmodem.a ltmodem.c
make[1]: gcc: Command not found
make[1]: *** [ltmodem.a] Error 127
make[1]: Leaving directory `/usr/src/ltmodem595lus'
make: *** [install] Error 2
[root@localhost ltmodem595lus]#
that was about it. before all that there was a huge licence agreement, so i didnt post it but i had to navigate around a bit and run some small things that they tell you to in the instrusions. Well, thanks eeryone, I hope we can fix this!