Click to See Complete Forum and Search --> : add modem drivers
Leoslocks
01-17-2001, 11:44 PM
I am running Mandrake 7.2 on Pri master. I have the lucent modem files on Sec master mounted as Hdc1. The instructions go like this:
"To install the Lucent modem driver in LINUX, you need to run
the install script "./ltinst" from the command prompt."
My results look something like this:
user@localhost/root ./ltinst
command not found or unknown command
user@localhost/root
I don't even know DOS so Linux and the whole command prompt thing is greek to me
demian
01-18-2001, 02:47 AM
I guess the executable flag isn't set on the file:
chmod u+x ./ltinst
should do the trick.
donxc2
01-18-2001, 06:32 AM
or:
cd /hdc1/whateverdirtheltinstisin
then
./ltinst
Hope it helps
Don
Leoslocks
01-18-2001, 11:15 AM
Thanks don, I'll try to learn the
Greek you proposed and see what happens. I'll let you know how I progress.
Leoslocks
01-18-2001, 11:51 PM
OK, here is where I am.
I open a terminal and try to navigate to the drive with the file I need. The location and/or directory is missing or empty.
???????
I have tried to mount the drive again (hdc1) via Drax conf. It shows the drive but when I try to navigate to it through a terminal or gui there is nothing in it?
Any basic stuff I need to try?
demian I tried the chmod u+x ./ltinst command but got a "missing parameter" statement.
[This message has been edited by Leoslocks (edited 18 January 2001).]
Ripley
01-19-2001, 12:27 AM
Originally posted by Leoslocks:
I open a terminal and try to navigate to the drive with the file I need. The location and/or directory is missing or empty.
I have tried to mount the drive again (hdc1) via Drax conf. It shows the drive but when I try to navigate to it through a terminal or gui there is nothing in it?
Login as root or su root.
Open a terminal window.
mkdir /mnt/temp
mount /dev/hdc1 /mnt/tmp
cd /mnt/temp
ls -al
If you still can't see your file then you might need to consider what sort of file system is on hdc1 (ie... vfat, Ext2) and wether you have support for the said file system compiled into the kernel, or the right modules compiled and loaded. If its mandrake, then you should, unless you have recompiled the kernel yourself.
If you can see your file but it won't execute, then cut and paste the results of
ls -al
here.
Leoslocks
01-27-2001, 12:01 AM
OK, this is how slow I am learning. First off, I have to boot the Linux HD, mount the second drive (hdc1), try to get something to work and then make the text file and save it to the hdc1 drive.
I get tickled pink every time something works. I even installed a program that works (Compupic 5.1).
This is what I get when trying to install the modem info.
Any gentle nudges in the right direction would be appreciated.
[root@localhost /ltmodem-5.78d.tar]# ls -al
total 12
drwx------ 3 root root 4096 Jan 20 16:09 ./
drwxr-xr-x 24 root root 4096 Jan 20 20:13 ../
drwx------ 3 root root 4096 Jan 20 16:09 ltmodem-5.78D/
[root@localhost /ltmodem-5.78d.tar]# ltmodem-5.78D
bash: ltmodem-5.78D: command not found
[root@localhost /ltmodem-5.78d.tar]# cd lt*D
[root@localhost ltmodem-5.78D]# ls -al
total 724
drwx------ 3 root root 4096 Jan 20 16:09 ./
drwx------ 3 root root 4096 Jan 20 16:09 ../
-rwxr-xr-x 1 root root 272 Jan 20 16:09 Complaints.txt*
-rwxr-xr-x 1 root root 2373 Jan 20 16:09 Makefile*
drwx------ 2 root root 4096 Jan 20 16:09 debian/
-rwxr-xr-x 1 root root 1973 Jan 20 16:09 linuxif.h*
-rwxr-xr-x 1 root root 911 Jan 20 16:09 ltinst*
-rwxr-xr-x 1 root root 387675 Jan 20 16:09 ltmdmobj.o*
-rwxr-xr-x 1 root root 876 Jan 20 16:09 ltmodem-2.4.patch*
-rwxr-xr-x 1 root root 3146 Jan 20 16:09 ltmodem.c*
-rwxr-xr-x 1 root root 1965 Jan 20 16:09 ltmodem.spec*
-rwxr-xr-x 1 root root 716 Jan 20 16:09 ltuninst*
-rwxr-xr-x 1 root root 1807 Jan 20 16:09 make-record.txt*
-rwxr-xr-x 1 root root 2952 Jan 20 16:09 readme*
-rwxr-xr-x 1 root root 10388 Jan 20 16:09 serial-2.4.patch*
-rwxr-xr-x 1 root root 95142 Jan 20 16:09 serial.c*
-rwxr-xr-x 1 root root 167668 Jan 20 16:09 serial.c.240test11*
-rwxr-xr-x 1 root root 5790 Jan 20 16:09 xircom-fix.txt*
[root@localhost ltmodem-5.78D]# ltinst
bash: ltinst: command not found
[This message has been edited by Leoslocks (edited 26 January 2001).]